[PATCH 3/4] board: phytec: phycore-am62a: Update SoM detection Kconfig options
Wadim Egorov
w.egorov at phytec.de
Fri Aug 15 13:10:50 CEST 2025
Drop SUPPORT_EXTENSION_SCAN and enable PHYTEC_SOM_DETECTION_BLOCKS
to align with other PHYTEC platforms. These options were missed when
phyCORE-AM62Ax support was added.
Signed-off-by: Wadim Egorov <w.egorov at phytec.de>
---
board/phytec/common/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/phytec/common/Kconfig b/board/phytec/common/Kconfig
index 08d6e5f3683..a72f66ee3f5 100644
--- a/board/phytec/common/Kconfig
+++ b/board/phytec/common/Kconfig
@@ -42,7 +42,7 @@ config PHYTEC_AM62A_SOM_DETECTION
bool "Support SoM detection for AM62Ax PHYTEC platforms"
depends on (TARGET_PHYCORE_AM62AX_A53 || TARGET_PHYCORE_AM62AX_R5) && \
PHYTEC_SOM_DETECTION
- select SUPPORT_EXTENSION_SCAN
+ select PHYTEC_SOM_DETECTION_BLOCKS
depends on SPL_I2C && DM_I2C
default y
help
--
2.48.1
More information about the U-Boot
mailing list