aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/Kconfig
diff options
context:
space:
mode:
authorMike Frysinger <michael.frysinger@analog.com>2007-11-15 08:12:32 -0500
committerBryan Wu <bryan.wu@analog.com>2007-11-15 08:12:32 -0500
commita055b2b4de214d7c3c5382ba7e7c65d1476826b3 (patch)
tree430ce2d03fc665e01da2d1092290a1f3996bae77 /arch/blackfin/Kconfig
parent0feea17f9401efe4a214db6f43e7208ae8331081 (diff)
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
65 bool 65 bool
66 default y 66 default y
67 67
68config IRQCHIP_DEMUX_GPIO
69 bool
70 depends on (BF52x || BF53x || BF561 || BF54x)
71 default y
72
73source "init/Kconfig" 68source "init/Kconfig"
74source "kernel/Kconfig.preempt" 69source "kernel/Kconfig.preempt"
75 70