Skip to content

Commit

Permalink
gpio: ab8500: Mark broken
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thomas Gleixner committed Mar 29, 2011
1 parent 851d7cf commit 9ad198c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9ad198c

Please sign in to comment.