]> git.karo-electronics.de Git - linux-beck.git/commitdiff
gpio/sodaville: Mark broken due to core irqdomain migration
authorGrant Likely <grant.likely@secretlab.ca>
Fri, 23 Mar 2012 08:56:10 +0000 (08:56 +0000)
committerGrant Likely <grant.likely@secretlab.ca>
Fri, 23 Mar 2012 08:56:10 +0000 (08:56 +0000)
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>
drivers/gpio/Kconfig

index dbb1909ca0a2549bc71c428aadac207553b073c2..dfea1d84655d968b9d93f6e85721b390d9e256c0 100644 (file)
@@ -419,7 +419,7 @@ config GPIO_ML_IOH
 
 config GPIO_SODAVILLE
        bool "Intel Sodaville GPIO support"
-       depends on X86 && PCI && OF
+       depends on X86 && PCI && OF && BROKEN
        select GPIO_GENERIC
        select GENERIC_IRQ_CHIP
        help