git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
978e39e
)
siemens: common: Make DDR_SI_TEST depend on TARGET_CAPRICORN
author
Liya Huang
<1425075683@qq.com>
Fri, 31 Jan 2025 00:52:43 +0000
(08:52 +0800)
committer
Fabio 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
patch
|
blob
|
history
diff --git
a/board/siemens/common/Kconfig
b/board/siemens/common/Kconfig
index
4ae12b1
..
3808257
100644
(file)
--- 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