]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
board: phytec: phycore-am62a: Update SoM detection Kconfig options
authorWadim Egorov <w.egorov@phytec.de>
Fri, 15 Aug 2025 11:10:50 +0000 (13:10 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 26 Aug 2025 18:49:21 +0000 (12:49 -0600)
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@phytec.de>
board/phytec/common/Kconfig

index 08d6e5f368331a4cd8a7df924e6ac12a32e3e871..a72f66ee3f58a90e0b1f313ba13e1e4378e796ed 100644 (file)
@@ -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