diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-13 03:01:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-13 03:01:31 +0000 |
commit | eb370470d8928c910ce75a23bc67b22d8a4e2883 (patch) | |
tree | 712cc0405c11b188cf82443d7bc8875144937b4c /target/linux/atheros/config-3.18 | |
parent | 4a3bd49cf111ff93acb064797c48fd630cfcdc73 (diff) | |
download | upstream-eb370470d8928c910ce75a23bc67b22d8a4e2883.tar.gz upstream-eb370470d8928c910ce75a23bc67b22d8a4e2883.tar.bz2 upstream-eb370470d8928c910ce75a23bc67b22d8a4e2883.zip |
atheros: v3.18: switch to IRQ domain
Rework MISC and PCI IRQ controllers code to use IRQ domains and bitops.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 44727
Diffstat (limited to 'target/linux/atheros/config-3.18')
-rw-r--r-- | target/linux/atheros/config-3.18 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/atheros/config-3.18 b/target/linux/atheros/config-3.18 index 77d1498230..a275a6f703 100644 --- a/target/linux/atheros/config-3.18 +++ b/target/linux/atheros/config-3.18 @@ -87,6 +87,7 @@ CONFIG_IMAGE_CMDLINE_HACK=y CONFIG_INITRAMFS_SOURCE="" CONFIG_IP17XX_PHY=y CONFIG_IRQ_CPU=y +CONFIG_IRQ_DOMAIN=y CONFIG_IRQ_FORCED_THREADING=y CONFIG_IRQ_WORK=y CONFIG_LEDS_GPIO=y |