diff options
author | Jean Delvare <jdelvare@suse.de> | 2013-09-13 19:41:48 (GMT) |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-20 20:20:58 (GMT) |
commit | 7d1815e1e51af36b5b52983cce8bc23cd79a92a9 (patch) | |
tree | a628345f6ca1548f82ab60a0affe93cb12a38451 /drivers/gpio | |
parent | 6316a4d34f6dd832cf9d84b654d0753f3000d3da (diff) | |
download | linux-7d1815e1e51af36b5b52983cce8bc23cd79a92a9.tar.xz |
gpio: ucb1400: Can be built as a module
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>
Diffstat (limited to 'drivers/gpio')
-rw-r--r-- | drivers/gpio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 8e1d4db..7de768e 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -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. |