Kconfig (a02001086bbfb4da35d1228bebc2f1b442db455f) Kconfig (f8264e34965aaf43203912ed8f7b543c00c8d70f)
1menu "IRQ subsystem"
2# Options selectable by the architecture code
3
4# Make sparse irq Kconfig switch below available
5config MAY_HAVE_SPARSE_IRQ
6 bool
7
8# Legacy support, required for itanic

--- 41 unchanged lines hidden (view full) ---

50config GENERIC_IRQ_CHIP
51 bool
52 select IRQ_DOMAIN
53
54# Generic irq_domain hw <--> linux irq number translation
55config IRQ_DOMAIN
56 bool
57
1menu "IRQ subsystem"
2# Options selectable by the architecture code
3
4# Make sparse irq Kconfig switch below available
5config MAY_HAVE_SPARSE_IRQ
6 bool
7
8# Legacy support, required for itanic

--- 41 unchanged lines hidden (view full) ---

50config GENERIC_IRQ_CHIP
51 bool
52 select IRQ_DOMAIN
53
54# Generic irq_domain hw <--> linux irq number translation
55config IRQ_DOMAIN
56 bool
57
58# Support for hierarchical irq domains
59config IRQ_DOMAIN_HIERARCHY
60 bool
61 select IRQ_DOMAIN
62
58config HANDLE_DOMAIN_IRQ
59 bool
60
61config IRQ_DOMAIN_DEBUG
62 bool "Expose hardware/virtual IRQ mapping via debugfs"
63 depends on IRQ_DOMAIN && DEBUG_FS
64 help
65 This option will show the mapping relationship between hardware irq

--- 23 unchanged lines hidden ---
63config HANDLE_DOMAIN_IRQ
64 bool
65
66config IRQ_DOMAIN_DEBUG
67 bool "Expose hardware/virtual IRQ mapping via debugfs"
68 depends on IRQ_DOMAIN && DEBUG_FS
69 help
70 This option will show the mapping relationship between hardware irq

--- 23 unchanged lines hidden ---