]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/gpio/Kconfig
GPIO_VX855: eliminate kconfig dependency warning
[mv-sheeva.git] / drivers / gpio / Kconfig
index 082495bb08a7064c9a8d37dc1dec96242d747d2f..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
@@ -295,7 +295,7 @@ comment "PCI GPIO expanders:"
 
 config GPIO_CS5535
        tristate "AMD CS5535/CS5536 GPIO support"
-       depends on PCI && !CS5535_GPIO
+       depends on PCI && X86 && !CS5535_GPIO
        help
          The AMD CS5535 and CS5536 southbridges support 28 GPIO pins that
          can be used for quite a number of things.  The CS5535/6 is found on
@@ -342,6 +342,7 @@ config GPIO_TIMBERDALE
 config GPIO_RDC321X
        tristate "RDC R-321x GPIO support"
        depends on PCI && GPIOLIB
+       select MFD_SUPPORT
        select MFD_CORE
        select MFD_RDC321X
        help