mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] irqchip/jcore: don't show Kconfig menu item for driver
@ 2016-10-19 17:53 Rich Felker
  2016-10-20  9:48 ` [tip:irq/urgent] irqchip/jcore: Don't " tip-bot for Rich Felker
  0 siblings, 1 reply; 2+ messages in thread
From: Rich Felker @ 2016-10-19 17:53 UTC (permalink / raw)
  To: linux-kernel, linux-sh; +Cc: Thomas Gleixner, Jason Cooper, Marc Zyngier

Core drivers for J-Core SoCs will be selected implicitly via
CONFIG_SH_JCORE_SOC instead. Based on a corresponding change to the
clocksource/timer driver requested by Daniel Lezcano.

Signed-off-by: Rich Felker <dalias@libc.org>
---
 drivers/irqchip/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 43bed4e..c877910 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -157,8 +157,8 @@ config PIC32_EVIC
 	select IRQ_DOMAIN
 
 config JCORE_AIC
-	bool "J-Core integrated AIC"
-	depends on OF && (SUPERH || COMPILE_TEST)
+	bool "J-Core integrated AIC" if COMPILE_TEST
+	depends on OF
 	select IRQ_DOMAIN
 	help
 	  Support for the J-Core integrated AIC.
-- 
2.10.0

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

end of thread, other threads:[~2016-10-20  9:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-19 17:53 [PATCH] irqchip/jcore: don't show Kconfig menu item for driver Rich Felker
2016-10-20  9:48 ` [tip:irq/urgent] irqchip/jcore: Don't " tip-bot for Rich Felker

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

Powered by JetHome