Skip to content

Commit

Permalink
gpio/sodaville: Mark broken due to core irqdomain migration
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Grant Likely committed Mar 23, 2012
1 parent 5430528 commit 8194c7c
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 @@ -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
Expand Down

0 comments on commit 8194c7c

Please sign in to comment.