gpio: cs5535: Simplify dependencies
authorJean Delvare <jdelvare@suse.de>
Fri, 7 Mar 2014 21:11:37 +0000 (22:11 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 12 Mar 2014 14:41:33 +0000 (15:41 +0100)
The bus and architecture dependencies are already on MFD_CS5535, so
there is no need to repeat them here.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Alexandre Courbot <gnurou@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/Kconfig

index 4d5096e5e33efb0e353ab81eb63d86504b6df622..00e48c59ce9484fc4cfb0eb28447ae4522f1a017 100644 (file)
@@ -649,7 +649,7 @@ comment "PCI GPIO expanders:"
 
 config GPIO_CS5535
        tristate "AMD CS5535/CS5536 GPIO support"
-       depends on PCI && X86 && MFD_CS5535
+       depends on MFD_CS5535
        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
This page took 0.030795 seconds and 5 git commands to generate.