]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
gpio: ucb1400: Can be built as a module
authorJean Delvare <jdelvare@suse.de>
Fri, 13 Sep 2013 19:41:48 +0000 (21:41 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 20 Sep 2013 20:20:58 +0000 (22:20 +0200)
With the recent code cleanup from Marek Vasut, driver gpio-ucb1400 can
be built as a module, so change symbol GPIO_UCB1400 from bool to
tristate.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Reviewed-by: Marek Vasut <marex@denx.de>
Cc: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/Kconfig

index 8e1d4db4be5fbd7e30063261de57f56d1f00dd00..7de768e928928e7700677159f904215a7601d10b 100644 (file)
@@ -703,7 +703,7 @@ config GPIO_74X164
 comment "AC97 GPIO expanders:"
 
 config GPIO_UCB1400
-       bool "Philips UCB1400 GPIO"
+       tristate "Philips UCB1400 GPIO"
        depends on UCB1400_CORE
        help
          This enables support for the Philips UCB1400 GPIO pins.