diff options
author | Rich Felker <dalias@libc.org> | 2016-10-13 15:54:16 -0400 |
---|---|---|
committer | Rich Felker <dalias@libc.org> | 2016-10-13 16:00:29 -0400 |
commit | 30390ad960e173ad2218b22ef9489b31d742981b (patch) | |
tree | 8af112150d75da5bde27f9d399a27b2d2b4f5a27 | |
parent | c3a1f7b7df71b86a15ce94db1bce3c03a86c7c29 (diff) | |
download | linux-sh-30390ad960e173ad2218b22ef9489b31d742981b.tar.gz |
irqchip/jcore: don't show Kconfig menu item for driverdevel-20161013-pre-rebase
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>
-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 43bed4e5c7ae..c8779104b40f 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. |