Commit 4c5f15b7 authored by Jean Delvare's avatar Jean Delvare Committed by Linus Walleij

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: default avatarJean Delvare <jdelvare@suse.de>
Cc: Lucile Quirion <lucile.quirion@savoirfairelinux.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 74100bb9
...@@ -802,6 +802,7 @@ config GPIO_TPIC2810 ...@@ -802,6 +802,7 @@ config GPIO_TPIC2810
config GPIO_TS4900 config GPIO_TS4900
tristate "Technologic Systems FPGA I2C GPIO" tristate "Technologic Systems FPGA I2C GPIO"
depends on SOC_IMX6 || COMPILE_TEST
select REGMAP_I2C select REGMAP_I2C
help help
Say yes here to enabled the GPIO driver for Technologic's FPGA core. Say yes here to enabled the GPIO driver for Technologic's FPGA core.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment