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

* Re: [PATCH v2] siemens: common: Make DDR_SI_TEST depend on TARGET_CAPRICORN
  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
  2 siblings, 0 replies; 4+ messages in thread
From: Fabio Estevam @ 2025-01-31  0:58 UTC (permalink / raw)
  To: 1425075683; +Cc: Heiko Schocher, Enrico Leto, Tom Rini, u-boot

On Thu, Jan 30, 2025 at 9:53 PM <1425075683@qq.com> wrote:
>
> 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>

Reviewed-by: Fabio Estevam <festevam@gmail.com>

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

* Re: [PATCH v2] siemens: common: Make DDR_SI_TEST depend on TARGET_CAPRICORN
  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
  2 siblings, 0 replies; 4+ messages in thread
From: Heiko Schocher @ 2025-01-31  5:21 UTC (permalink / raw)
  To: 1425075683; +Cc: Enrico Leto, Tom Rini, u-boot

Hello Liya,

On 31.01.25 01:52, 1425075683@qq.com wrote:
> 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(+)

Thanks!

Reviewed-by: Heiko Schocher <hs@denx.de>

bye,
Heiko
-- 
DENX Software Engineering GmbH,      Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: hs@denx.de

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

* Re: [PATCH v2] siemens: common: Make DDR_SI_TEST depend on TARGET_CAPRICORN
  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
  2 siblings, 0 replies; 4+ messages in thread
From: Fabio Estevam @ 2025-02-27 14:20 UTC (permalink / raw)
  To: 1425075683; +Cc: Heiko Schocher, Enrico Leto, Tom Rini, u-boot

On Thu, Jan 30, 2025 at 9:53 PM <1425075683@qq.com> wrote:
>
> 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>

Applied, thanks.

^ permalink raw reply	[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