From: Liya Huang <1425075683@qq.com> Date: Fri, 31 Jan 2025 00:52:43 +0000 (+0800) Subject: siemens: common: Make DDR_SI_TEST depend on TARGET_CAPRICORN X-Git-Tag: v2025.07-rc1~18^2~75^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=384293e82076a4318a478025beb37f71ab8c487b;p=thirdparty%2Fu-boot.git siemens: common: Make DDR_SI_TEST depend on TARGET_CAPRICORN 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 Reviewed-by: Heiko Schocher --- diff --git a/board/siemens/common/Kconfig b/board/siemens/common/Kconfig index 4ae12b1c973..3808257cd07 100644 --- a/board/siemens/common/Kconfig +++ b/board/siemens/common/Kconfig @@ -3,4 +3,5 @@ config FACTORYSET config DDR_SI_TEST bool "DDR signal integrity test implementations" + depends on TARGET_CAPRICORN default y