aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2015-04-08 08:36:17 -0400
committerLinus Walleij <linus.walleij@linaro.org>2015-04-08 08:36:17 -0400
commitea948cff41999cdf891e955cf08a8f918e3a1546 (patch)
treee84b8bb5a796b9daca79fc5086454cb8b2b25717
parenta7ec2e7f150c193f3ea6ffd6bf7b6cedfbdc7a25 (diff)
gpio: move BCM Kona Kconfig option
Move the Kconfig option for the Broadcom BCM Kona up to the commin GPIO controllers, as it is currently grouped under MODULbus expanders which it definately is not. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r--drivers/gpio/Kconfig12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 65acf322e86a..1356c482f00c 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -136,6 +136,12 @@ config GPIO_ALTERA
136 136
137 If driver is built as a module it will be called gpio-altera. 137 If driver is built as a module it will be called gpio-altera.
138 138
139config GPIO_BCM_KONA
140 bool "Broadcom Kona GPIO"
141 depends on OF_GPIO && (ARCH_BCM_MOBILE || COMPILE_TEST)
142 help
143 Turn on GPIO support for Broadcom "Kona" chips.
144
139config GPIO_CLPS711X 145config GPIO_CLPS711X
140 tristate "CLPS711X GPIO support" 146 tristate "CLPS711X GPIO support"
141 depends on ARCH_CLPS711X || COMPILE_TEST 147 depends on ARCH_CLPS711X || COMPILE_TEST
@@ -952,12 +958,6 @@ config GPIO_MSIC
952 Enable support for GPIO on intel MSIC controllers found in 958 Enable support for GPIO on intel MSIC controllers found in
953 intel MID devices 959 intel MID devices
954 960
955config GPIO_BCM_KONA
956 bool "Broadcom Kona GPIO"
957 depends on OF_GPIO && (ARCH_BCM_MOBILE || COMPILE_TEST)
958 help
959 Turn on GPIO support for Broadcom "Kona" chips.
960
961comment "USB GPIO expanders:" 961comment "USB GPIO expanders:"
962 962
963config GPIO_VIPERBOARD 963config GPIO_VIPERBOARD