Skip to content

Commit

Permalink
drivers/gpio: add missing GENERIC_HARDIRQ dependency
Browse files Browse the repository at this point in the history
The VIA VX855/VX875 GPIO and RDC R-321x GPIO support drivers select
MFD_CORE which itself depends on GENERIC_HARDIRQ support.
So add this dependency to these two drivers as well to prevent
selection of MFD_CORE.

Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Feb 14, 2013
1 parent be7b334 commit 29bde2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/gpio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ config GPIO_ICH

config GPIO_VX855
tristate "VIA VX855/VX875 GPIO"
depends on PCI
depends on PCI && GENERIC_HARDIRQS
select MFD_CORE
select MFD_VX855
help
Expand Down Expand Up @@ -599,7 +599,7 @@ config GPIO_TIMBERDALE

config GPIO_RDC321X
tristate "RDC R-321x GPIO support"
depends on PCI
depends on PCI && GENERIC_HARDIRQS
select MFD_CORE
select MFD_RDC321X
help
Expand Down

0 comments on commit 29bde2d

Please sign in to comment.