mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
irqchip: Add Kconfig menu
Add a menu for IRQ chip drivers. This makes the Device drivers menu be more consistent (listing "subsystems" instead of specific options) and makes the IRQCHIP options be listed in expected places for 'make menu|xconfig'. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Marc Zyngier <marc.zyngier@arm.com> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Jason Cooper <jason@lakedaemon.net> Link: https://lkml.kernel.org/r/3db7385a-c6a1-5c93-0797-6f4b6b2b2cde@infradead.org
This commit is contained in:
parent
77c858fa34
commit
c94fb639d5
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
menu "IRQ chip support"
|
||||||
|
|
||||||
config IRQCHIP
|
config IRQCHIP
|
||||||
def_bool y
|
def_bool y
|
||||||
depends on OF_IRQ
|
depends on OF_IRQ
|
||||||
|
@ -321,3 +323,5 @@ config IRQ_UNIPHIER_AIDET
|
||||||
select IRQ_DOMAIN_HIERARCHY
|
select IRQ_DOMAIN_HIERARCHY
|
||||||
help
|
help
|
||||||
Support for the UniPhier AIDET (ARM Interrupt Detector).
|
Support for the UniPhier AIDET (ARM Interrupt Detector).
|
||||||
|
|
||||||
|
endmenu
|
||||||
|
|
Loading…
Reference in a new issue