diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-12-24 09:08:54 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-01-07 12:54:31 -0500 |
commit | ffd4bf1a9e8a88c4b2a47007b1a9e69be28599fe (patch) | |
tree | c575b05667a1ce5a4932f511c518ddf1365ca378 /drivers/gpio/Kconfig | |
parent | e8b49e0712cb319d6cc732ed1e1433ef4df7b88e (diff) |
gpio: clps711x: Enable driver compilation with COMPILE_TEST
This helps increasing build testing coverage.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-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 f456b93bb953..1a07c4044839 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -110,7 +110,7 @@ comment "Memory mapped GPIO drivers:" | |||
110 | 110 | ||
111 | config GPIO_CLPS711X | 111 | config GPIO_CLPS711X |
112 | tristate "CLPS711X GPIO support" | 112 | tristate "CLPS711X GPIO support" |
113 | depends on ARCH_CLPS711X | 113 | depends on ARCH_CLPS711X || COMPILE_TEST |
114 | select GPIO_GENERIC | 114 | select GPIO_GENERIC |
115 | help | 115 | help |
116 | Say yes here to support GPIO on CLPS711X SoCs. | 116 | Say yes here to support GPIO on CLPS711X SoCs. |