diff options
author | Kevin Cernekee <cernekee@gmail.com> | 2014-11-07 01:44:27 -0500 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-11-08 23:03:17 -0500 |
commit | a4fcbb8614010ab93e9865607582337791f9be80 (patch) | |
tree | 280324c5727936ce5d05ec56a6499300f34523ef /drivers/irqchip/Kconfig | |
parent | c76acf4dffa3232711b5364d7a29746df590f3db (diff) |
irqchip: bcm7120-l2: Decouple driver from brcmstb-l2
Some chips, such as BCM6328, only require bcm7120-l2. Some BCM7xxx STB
configurations only require brcmstb-l2. Treat them as two separate
entities, and update the mach-bcm dependencies to reflect the change.
Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Link: https://lkml.kernel.org/r/1415342669-30640-13-git-send-email-cernekee@gmail.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'drivers/irqchip/Kconfig')
-rw-r--r-- | drivers/irqchip/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index 038b59e55b8a..9efe5f10f97b 100644 --- a/drivers/irqchip/Kconfig +++ b/drivers/irqchip/Kconfig | |||
@@ -48,6 +48,11 @@ config ATMEL_AIC5_IRQ | |||
48 | select MULTI_IRQ_HANDLER | 48 | select MULTI_IRQ_HANDLER |
49 | select SPARSE_IRQ | 49 | select SPARSE_IRQ |
50 | 50 | ||
51 | config BCM7120_L2_IRQ | ||
52 | bool | ||
53 | select GENERIC_IRQ_CHIP | ||
54 | select IRQ_DOMAIN | ||
55 | |||
51 | config BRCMSTB_L2_IRQ | 56 | config BRCMSTB_L2_IRQ |
52 | bool | 57 | bool |
53 | select GENERIC_IRQ_CHIP | 58 | select GENERIC_IRQ_CHIP |