]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
siemens: common: Make DDR_SI_TEST depend on TARGET_CAPRICORN
authorLiya Huang <1425075683@qq.com>
Fri, 31 Jan 2025 00:52:43 +0000 (08:52 +0800)
committerFabio Estevam <festevam@gmail.com>
Thu, 27 Feb 2025 12:52:52 +0000 (09:52 -0300)
The DDR_SI_TEST config option is only relevant to the i.MX8 Capricorn
board.
Make DDR_SI_TEST depend on DDR_SI_TEST so that it does not show up
on other targets.

Signed-off-by: Liya Huang <1425075683@qq.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
board/siemens/common/Kconfig

index 4ae12b1c973b23a7e762731c463b8321409bc010..3808257cd07b36450b72b4fb9feb50b6c6a6e388 100644 (file)
@@ -3,4 +3,5 @@ config FACTORYSET
 
 config DDR_SI_TEST
        bool "DDR signal integrity test implementations"
+       depends on TARGET_CAPRICORN
        default y