diff options
author | Jean Delvare <jdelvare@suse.de> | 2014-02-14 05:32:14 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-02-27 04:18:58 -0500 |
commit | f29b9d13ddb32f84f33197042ca187c531cfda7a (patch) | |
tree | 03f65452b016b595e44382eb3e4d772b9e578582 /drivers/gpio | |
parent | 51e8afc1c43c75b7bc213439206b154a4c8e875f (diff) |
gpio-ts5500: Add dependency
There is no point in displaying the TS5500-specific driver entries if
TS5500 board support itself isn't enabled.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Acked-by: Alexandre Courbot <gnurou@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio')
-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 87bfcaf2378f..3bddd36d2d12 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -277,6 +277,7 @@ config GPIO_STA2X11 | |||
277 | 277 | ||
278 | config GPIO_TS5500 | 278 | config GPIO_TS5500 |
279 | tristate "TS-5500 DIO blocks and compatibles" | 279 | tristate "TS-5500 DIO blocks and compatibles" |
280 | depends on TS5500 || COMPILE_TEST | ||
280 | help | 281 | help |
281 | This driver supports Digital I/O exposed by pin blocks found on some | 282 | This driver supports Digital I/O exposed by pin blocks found on some |
282 | Technologic Systems platforms. It includes, but is not limited to, 3 | 283 | Technologic Systems platforms. It includes, but is not limited to, 3 |