U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] siemens: common: Make DDR_SI_TEST depend on TARGET_CAPRICORN
@ 2025-01-31  0:52 1425075683
  2025-01-31  0:58 ` Fabio Estevam
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: 1425075683 @ 2025-01-31  0:52 UTC (permalink / raw)
  To: Liya Huang; +Cc: Heiko Schocher, Enrico Leto, Tom Rini, u-boot

From: Liya Huang <1425075683@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@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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-02-27 14:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-31  0:52 [PATCH v2] siemens: common: Make DDR_SI_TEST depend on TARGET_CAPRICORN 1425075683
2025-01-31  0:58 ` Fabio Estevam
2025-01-31  5:21 ` Heiko Schocher
2025-02-27 14:20 ` Fabio Estevam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox