public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] arm: The CHIP DIP SCAN option should not be displayed in other mach
@ 2025-01-28 13:37 1425075683
  2025-01-28 15:55 ` Andre Przywara
  0 siblings, 1 reply; 4+ messages in thread
From: 1425075683 @ 2025-01-28 13:37 UTC (permalink / raw)
  To: Liya Huang
  Cc: Andre Przywara, Chris Morgan, Jagan Teki, Jernej Skrabec,
	Maksim Kiselev, Michael Walle, Samuel Holland, Simon Glass,
	Sumit Garg, Tom Rini, u-boot

From: Liya Huang <1425075683@qq.com>

When I use mach STM32,
menuconfig sees this option; It bothers me.
I observed that the root cause was that the
option was not included in the endif,
but when I tried to fix it, an error occurred.
I didn't find a solution. Only deponds can be used for hiding.

Signed-off-by: Liya Huang <1425075683@qq.com>
---

 arch/arm/mach-sunxi/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
index ba1b1541437..48dd1e68363 100644
--- a/arch/arm/mach-sunxi/Kconfig
+++ b/arch/arm/mach-sunxi/Kconfig
@@ -1137,6 +1137,7 @@ endif
 
 config CHIP_DIP_SCAN
 	bool "Enable DIPs detection for CHIP board"
+	depends on ARCH_SUNXI
 	select SUPPORT_EXTENSION_SCAN
 	select W1
 	select W1_GPIO
-- 
2.25.1


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

end of thread, other threads:[~2025-01-29  1:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-28 13:37 [PATCH] arm: The CHIP DIP SCAN option should not be displayed in other mach 1425075683
2025-01-28 15:55 ` Andre Przywara
2025-01-29  1:28   ` =?gb18030?B?u8bA+9HH?=
2025-01-29  1:34     ` Andre Przywara

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