GPIO_VX855: eliminate kconfig dependency warning
authorRandy Dunlap <[email protected]>
Thu, 13 Jan 2011 01:00:22 +0000 (17:00 -0800)
committerLinus Torvalds <[email protected]>
Thu, 13 Jan 2011 16:03:14 +0000 (08:03 -0800)
Fix kconfig dependency warning to satisfy dependencies:

warning: (GPIO_VX855 && GPIOLIB) selects MFD_VX855 which has unmet direct dependencies (MFD_SUPPORT && PCI)

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Daniel Drake <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/gpio/Kconfig

index d832423ba12d9972bc31937a7549ce6752f47d6b..454e2bc373a828a4977452ab2bfae738c8e3b969 100644 (file)
@@ -118,7 +118,7 @@ config GPIO_SCH
 
 config GPIO_VX855
        tristate "VIA VX855/VX875 GPIO"
-       depends on GPIOLIB
+       depends on GPIOLIB && MFD_SUPPORT && PCI
        select MFD_CORE
        select MFD_VX855
        help