All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gpio: ts4900: Add hardware dependencies
@ 2016-10-14 12:24 Jean Delvare
  0 siblings, 0 replies; only message in thread
From: Jean Delvare @ 2016-10-14 12:24 UTC (permalink / raw)
  To: linux-gpio, Lucile Quirion, Linus Walleij, Alexandre Courbot

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>
---
 drivers/gpio/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- linux-4.9-rc0.orig/drivers/gpio/Kconfig	2016-10-13 11:39:40.453107279 +0200
+++ linux-4.9-rc0/drivers/gpio/Kconfig	2016-10-14 14:12:02.568268351 +0200
@@ -802,6 +802,7 @@ config GPIO_TPIC2810
 
 config GPIO_TS4900
 	tristate "Technologic Systems FPGA I2C GPIO"
+	depends on SOC_IMX6 || COMPILE_TEST
 	select REGMAP_I2C
 	help
 	  Say yes here to enabled the GPIO driver for Technologic's FPGA core.


-- 
Jean Delvare
SUSE L3 Support

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-10-14 12:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-14 12:24 [PATCH] gpio: ts4900: Add hardware dependencies Jean Delvare

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.