Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3602ffde authored by Rich Felker's avatar Rich Felker Committed by Thomas Gleixner
Browse files

irqchip/jcore: Don't show Kconfig menu item for driver



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: default avatarRich Felker <dalias@libc.org>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: linux-sh@vger.kernel.org
Link: http://lkml.kernel.org/r/883a3d17084003e3cf21bab73ec12828fe4ff6c6.1476899495.git.dalias@libc.org


Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent dd1dafcd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -158,8 +158,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.