aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/Kconfig
diff options
context:
space:
mode:
authorMike Frysinger <michael.frysinger@analog.com>2007-11-15 21:12:32 +0800
committerBryan Wu <bryan.wu@analog.com>2007-11-15 21:12:32 +0800
commita055b2b4de214d7c3c5382ba7e7c65d1476826b3 (patch)
tree430ce2d03fc665e01da2d1092290a1f3996bae77 /arch/blackfin/Kconfig
parentBlackfin arch: fix missing newline to file (diff)
downloadlinux-dev-a055b2b4de214d7c3c5382ba7e7c65d1476826b3.tar.xz
linux-dev-a055b2b4de214d7c3c5382ba7e7c65d1476826b3.zip
Blackfin arch: remove useless CONFIG_IRQCHIP_DEMUX_GPIO
since we have this always turned on now and dont want it off (and hasnt been an option in a while) Signed-off-by: Mike Frysinger <michael.frysinger@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r--arch/blackfin/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
index 7b03f9241d66..2e5ce848513e 100644
--- a/arch/blackfin/Kconfig
+++ b/arch/blackfin/Kconfig
@@ -65,11 +65,6 @@ config GENERIC_CALIBRATE_DELAY
bool
default y
-config IRQCHIP_DEMUX_GPIO
- bool
- depends on (BF52x || BF53x || BF561 || BF54x)
- default y
-
source "init/Kconfig"
source "kernel/Kconfig.preempt"