aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-03-29 04:02:50 +0200
committerThomas Gleixner <tglx@linutronix.de>2011-03-29 14:50:42 +0200
commit9ad198cba2a8177eea6a7f2f0202b910abdef96b (patch)
treee9e867824ee29e70d66d23fce2e2f0e9f361a03b /drivers
parent851d7cf647e0d31668eb5dc496f7698a2f6136b4 (diff)
downloadkernel_samsung_smdk4412-9ad198cba2a8177eea6a7f2f0202b910abdef96b.zip
kernel_samsung_smdk4412-9ad198cba2a8177eea6a7f2f0202b910abdef96b.tar.gz
kernel_samsung_smdk4412-9ad198cba2a8177eea6a7f2f0202b910abdef96b.tar.bz2
gpio: ab8500: Mark broken
This driver is broken in several aspects. 1) old style irq_chip functions. Sigh 2) Abuse of the unlock callback. That's not supposed to be a state machine for evrything and some more. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpio/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index d374320..d3b2953 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -416,7 +416,7 @@ config GPIO_JANZ_TTL
config AB8500_GPIO
bool "ST-Ericsson AB8500 Mixed Signal Circuit gpio functions"
- depends on AB8500_CORE
+ depends on AB8500_CORE && BROKEN
help
Select this to enable the AB8500 IC GPIO driver
endif