Enable SUPPORT_EXTENSION_SCAN for the phyCORE-AM62x and -AM64x boards. Signed-off-by: Daniel Schultz <d.schu...@phytec.de> --- board/phytec/common/Kconfig | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/board/phytec/common/Kconfig b/board/phytec/common/Kconfig index f394ace786a..120f58b6ec6 100644 --- a/board/phytec/common/Kconfig +++ b/board/phytec/common/Kconfig @@ -24,6 +24,7 @@ config PHYTEC_AM62_SOM_DETECTION depends on (TARGET_PHYCORE_AM62X_A53 || TARGET_PHYCORE_AM62X_R5) && \ PHYTEC_SOM_DETECTION select PHYTEC_SOM_DETECTION_BLOCKS + select SUPPORT_EXTENSION_SCAN depends on SPL_I2C && DM_I2C default y help @@ -35,6 +36,7 @@ config PHYTEC_AM64_SOM_DETECTION depends on (TARGET_PHYCORE_AM64X_A53 || TARGET_PHYCORE_AM64X_R5) && \ PHYTEC_SOM_DETECTION select PHYTEC_SOM_DETECTION_BLOCKS + select SUPPORT_EXTENSION_SCAN depends on SPL_I2C && DM_I2C default y help -- 2.25.1