summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWadim Egorov <[email protected]>2025-08-15 13:10:50 +0200
committerTom Rini <[email protected]>2025-08-26 12:49:21 -0600
commit9cf4f522fc96e29df4ab23f5bcbbbe432ae32237 (patch)
tree17f7c140a354f1ce2936af01da241f94da2ac2e7
parent437f663e6c35bb210a115bbbd295efbd9d9c54a1 (diff)
board: phytec: phycore-am62a: Update SoM detection Kconfig options
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 <[email protected]>
-rw-r--r--board/phytec/common/Kconfig2
1 files changed, 1 insertions, 1 deletions
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