From: Heiko Carstens Date: Tue, 5 Feb 2013 11:48:29 +0000 (+0100) Subject: drivers/gpio: add missing GENERIC_HARDIRQ dependency X-Git-Tag: upstream/snapshot3+hdmi~5680^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29bde2d93289d86d5caf24e75c14559292a42756;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git drivers/gpio: add missing GENERIC_HARDIRQ dependency 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 Cc: Samuel Ortiz Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 682de75..40da0ef 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -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 @@ -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