[PATCH 2/4] board: Phytec: phycore_am6*: Add k3 Kconfig to A53
Daniel Schultz
d.schultz at phytec.de
Fri Feb 7 07:51:20 CET 2025
Add board/phytec/common/k3/Kconfig to the A53 builds to make
the PHYTEC_K3_ configs visible for this defconfig.
This patch also adds .../k3/Kconfig to the AM64x R5 build for the
same reason.
Signed-off-by: Daniel Schultz <d.schultz at phytec.de>
---
board/phytec/phycore_am62ax/Kconfig | 1 +
board/phytec/phycore_am62x/Kconfig | 1 +
board/phytec/phycore_am64x/Kconfig | 2 ++
3 files changed, 4 insertions(+)
diff --git a/board/phytec/phycore_am62ax/Kconfig b/board/phytec/phycore_am62ax/Kconfig
index 516dc8e2020..81f2311ec97 100644
--- a/board/phytec/phycore_am62ax/Kconfig
+++ b/board/phytec/phycore_am62ax/Kconfig
@@ -15,6 +15,7 @@ config SYS_CONFIG_NAME
default "phycore_am62ax"
source "board/phytec/common/Kconfig"
+source "board/phytec/common/k3/Kconfig"
endif
diff --git a/board/phytec/phycore_am62x/Kconfig b/board/phytec/phycore_am62x/Kconfig
index ecee5873c0c..6c2eb82787e 100644
--- a/board/phytec/phycore_am62x/Kconfig
+++ b/board/phytec/phycore_am62x/Kconfig
@@ -15,6 +15,7 @@ config SYS_CONFIG_NAME
default "phycore_am62x"
source "board/phytec/common/Kconfig"
+source "board/phytec/common/k3/Kconfig"
endif
diff --git a/board/phytec/phycore_am64x/Kconfig b/board/phytec/phycore_am64x/Kconfig
index 829526c3295..ddfb4a39989 100644
--- a/board/phytec/phycore_am64x/Kconfig
+++ b/board/phytec/phycore_am64x/Kconfig
@@ -18,6 +18,7 @@ config SYS_CONFIG_NAME
default "phycore_am64x"
source "board/phytec/common/Kconfig"
+source "board/phytec/common/k3/Kconfig"
endif
@@ -33,5 +34,6 @@ config SYS_CONFIG_NAME
default "phycore_am64x"
source "board/phytec/common/Kconfig"
+source "board/phytec/common/k3/Kconfig"
endif
--
2.25.1
More information about the U-Boot
mailing list