diff options
author | Rich Felker <dalias@libc.org> | 2016-10-19 13:53:52 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2016-10-20 05:43:58 -0400 |
commit | 3602ffdee9afa727320d33bda57a6957d72b1df2 (patch) | |
tree | 25fd8c3e3582da0878ae60ce4038f94d8aba2034 | |
parent | dd1dafcdf071d94cb53917612c66a169ce741461 (diff) |
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: Rich 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: Thomas Gleixner <tglx@linutronix.de>
-rw-r--r-- | drivers/irqchip/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index 82b0b5daf3f5..bc0af3307bbf 100644 --- a/drivers/irqchip/Kconfig +++ b/drivers/irqchip/Kconfig | |||
@@ -158,8 +158,8 @@ config PIC32_EVIC | |||
158 | select IRQ_DOMAIN | 158 | select IRQ_DOMAIN |
159 | 159 | ||
160 | config JCORE_AIC | 160 | config JCORE_AIC |
161 | bool "J-Core integrated AIC" | 161 | bool "J-Core integrated AIC" if COMPILE_TEST |
162 | depends on OF && (SUPERH || COMPILE_TEST) | 162 | depends on OF |
163 | select IRQ_DOMAIN | 163 | select IRQ_DOMAIN |
164 | help | 164 | help |
165 | Support for the J-Core integrated AIC. | 165 | Support for the J-Core integrated AIC. |