diff options
author | Baruch Siach <baruch@tkos.co.il> | 2013-12-18 02:10:29 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-01-07 12:58:19 -0500 |
commit | a1a2bdec4772228274dfb3f9a41ac5234b93a5e9 (patch) | |
tree | c9f6fb14e8b8e712db7354f539b74d52aa63ccce /drivers/gpio/Kconfig | |
parent | ffd4bf1a9e8a88c4b2a47007b1a9e69be28599fe (diff) |
gpio: xtensa: depend on HAVE_XTENSA_GPIO32
Prevent build failure when the selected variant does not support GPIO32.
Acked-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 1a07c4044839..858d489f6bae 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -300,6 +300,7 @@ config GPIO_XILINX | |||
300 | config GPIO_XTENSA | 300 | config GPIO_XTENSA |
301 | bool "Xtensa GPIO32 support" | 301 | bool "Xtensa GPIO32 support" |
302 | depends on XTENSA | 302 | depends on XTENSA |
303 | depends on HAVE_XTENSA_GPIO32 | ||
303 | depends on !SMP | 304 | depends on !SMP |
304 | help | 305 | help |
305 | Say yes here to support the Xtensa internal GPIO32 IMPWIRE (input) | 306 | Say yes here to support the Xtensa internal GPIO32 IMPWIRE (input) |