summaryrefslogtreecommitdiff
path: root/arch/arm/mach-k3
diff options
context:
space:
mode:
authorBryan Brattlof <bb@ti.com>2023-10-23 16:35:22 -0500
committerPraneeth Bajjuri <praneeth@ti.com>2023-10-24 15:35:42 -0500
commit817bff8f64ce053b6381710966fd73ce1535d51b (patch)
tree6a8c9a6eea7fdd27de32e356b5845e82b65f2bbd /arch/arm/mach-k3
parentca1c7e2b62c20c8f4149048b13f37d39efc9df8e (diff)
board: ti: introduce basic board files for the am62px family
Introduce the basic files needed to support the am62px family of SoCs Co-developed-by: Hari Hagalla <hnagalla@ti.com> Signed-off-by: Hari Hagalla <hnagalla@ti.com> Signed-off-by: Bryan Brattlof <bb@ti.com>
Diffstat (limited to 'arch/arm/mach-k3')
-rw-r--r--arch/arm/mach-k3/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-k3/Kconfig b/arch/arm/mach-k3/Kconfig
index bd0a13c229..3c3d971e13 100644
--- a/arch/arm/mach-k3/Kconfig
+++ b/arch/arm/mach-k3/Kconfig
@@ -199,6 +199,7 @@ source "board/ti/am65x/Kconfig"
source "board/ti/am64x/Kconfig"
source "board/ti/am62x/Kconfig"
source "board/ti/am62ax/Kconfig"
+source "board/ti/am62px/Kconfig"
source "board/ti/j721e/Kconfig"
source "board/siemens/iot2050/Kconfig"
source "board/ti/j721s2/Kconfig"