[PATCH v2] siemens: common: Make DDR_SI_TEST depend on TARGET_CAPRICORN
1425075683 at qq.com
1425075683 at qq.com
Fri Jan 31 01:52:43 CET 2025
From: Liya Huang <1425075683 at qq.com>
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 at qq.com>
---
Changes in v2:
- Replace depends on ARCH_IMX8 with depends on TARGET_CAPRICORN as suggested
- Modify commit log
board/siemens/common/Kconfig | 1 +
1 file changed, 1 insertion(+)
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
--
2.25.1
More information about the U-Boot
mailing list