projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd1dafc
)
irqchip/jcore: Don't show Kconfig menu item for driver
author
Rich Felker
<
[email protected]
>
Wed, 19 Oct 2016 17:53:52 +0000
(17:53 +0000)
committer
Thomas Gleixner
<
[email protected]
>
Thu, 20 Oct 2016 09:43:58 +0000
(11:43 +0200)
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 <
[email protected]
>
Cc: Marc Zyngier <
[email protected]
>
Cc: Jason Cooper <
[email protected]
>
Cc:
[email protected]
Link:
http://lkml.kernel.org/r/883a3d17084003e3cf21bab73ec12828fe4ff6c6.1476899495.git.dalias@libc.org
Signed-off-by: Thomas Gleixner <
[email protected]
>
drivers/irqchip/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/irqchip/Kconfig
b/drivers/irqchip/Kconfig
index 82b0b5daf3f5b2af6a91c18923271dc7647a7cef..bc0af3307bbfd6612d2ae18d37a15c8d87a6ea39 100644
(file)
--- a/
drivers/irqchip/Kconfig
+++ b/
drivers/irqchip/Kconfig
@@
-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.