Skip to content

Commit

Permalink
gpio: cs5535: Simplify dependencies
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jean Delvare authored and Linus Walleij committed Mar 12, 2014
1 parent 33bc841 commit 5da82ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5da82ca

Please sign in to comment.