Commit 9ad198cba2a8177eea6a7f2f0202b910abdef96b

Authored by Thomas Gleixner
1 parent 851d7cf647

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/gpio/Kconfig
... ... @@ -416,7 +416,7 @@
416 416  
417 417 config AB8500_GPIO
418 418 bool "ST-Ericsson AB8500 Mixed Signal Circuit gpio functions"
419   - depends on AB8500_CORE
  419 + depends on AB8500_CORE && BROKEN
420 420 help
421 421 Select this to enable the AB8500 IC GPIO driver
422 422 endif