diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2012-03-23 04:56:10 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2012-03-23 04:56:10 -0400 |
commit | 8194c7c4d5ea14d819bb2eab6a23b07331b734d8 (patch) | |
tree | e7fbfeba06812b54036e67e39abb15dc18b96320 /drivers/gpio/Kconfig | |
parent | 5430528b8bfa2c4d10df3bd59b73ab5faf6fa6cb (diff) |
gpio/sodaville: Mark broken due to core irqdomain migration
The sodaville driver doesn't build anymore due to the transition to
common irq_domain in the core code. It needs to be reworked, but
the rework isn't trivial. Since this is a new driver anyway for
v3.4, mark it as broken now and a fixup patch can re-enable it when
the rework change has been tested.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index dbb1909ca0a2..dfea1d84655d 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -419,7 +419,7 @@ config GPIO_ML_IOH | |||
419 | 419 | ||
420 | config GPIO_SODAVILLE | 420 | config GPIO_SODAVILLE |
421 | bool "Intel Sodaville GPIO support" | 421 | bool "Intel Sodaville GPIO support" |
422 | depends on X86 && PCI && OF | 422 | depends on X86 && PCI && OF && BROKEN |
423 | select GPIO_GENERIC | 423 | select GPIO_GENERIC |
424 | select GENERIC_IRQ_CHIP | 424 | select GENERIC_IRQ_CHIP |
425 | help | 425 | help |