diff options
author | Jean Delvare <jdelvare@suse.de> | 2016-10-14 08:24:09 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-10-24 10:33:11 -0400 |
commit | 4c5f15b71b22ea51fcb70e538056bcb4958edd9f (patch) | |
tree | 49f8b103f377218ad09ea6496805a40f72b5ac2d /drivers/gpio/Kconfig | |
parent | 74100bb9677798eef3d7a7974cd4343265139ed8 (diff) |
gpio: ts4900: Add hardware dependencies
All the boards supported by the gpio-ts4900 driver are i.MX6 boards,
so only offer the driver for building on this platform, unless
build-testing.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Lucile Quirion <lucile.quirion@savoirfairelinux.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
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 41e2a8f84289..8eea33269433 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -802,6 +802,7 @@ config GPIO_TPIC2810 | |||
802 | 802 | ||
803 | config GPIO_TS4900 | 803 | config GPIO_TS4900 |
804 | tristate "Technologic Systems FPGA I2C GPIO" | 804 | tristate "Technologic Systems FPGA I2C GPIO" |
805 | depends on SOC_IMX6 || COMPILE_TEST | ||
805 | select REGMAP_I2C | 806 | select REGMAP_I2C |
806 | help | 807 | help |
807 | Say yes here to enabled the GPIO driver for Technologic's FPGA core. | 808 | Say yes here to enabled the GPIO driver for Technologic's FPGA core. |