Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1344812 > unrolled thread

[PATCH] gpio:ts4800: Add IMX51 dependency

Started byJulien Grossholtz <julien.grossholtz@savoirfairelinux.com>
First post2016-02-27 00:10 +0100
Last post2016-02-27 00:10 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] gpio:ts4800: Add IMX51 dependency Julien Grossholtz <julien.grossholtz@savoirfairelinux.com> - 2016-02-27 00:10 +0100

#1344812 — [PATCH] gpio:ts4800: Add IMX51 dependency

FromJulien Grossholtz <julien.grossholtz@savoirfairelinux.com>
Date2016-02-27 00:10 +0100
Subject[PATCH] gpio:ts4800: Add IMX51 dependency
Message-ID<r6zGh-22W-7@gated-at.bofh.it>
The TS-4800 is an i.MX515 board. Its GPIO driver should only be compiled
for this CPU or for test builds.

Signed-off-by: Julien Grossholtz <julien.grossholtz@savoirfairelinux.com>
---
 drivers/gpio/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 619767b..4d292ad 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -395,6 +395,7 @@ config GPIO_TB10X
 config GPIO_TS4800
 	tristate "TS-4800 DIO blocks and compatibles"
 	depends on OF_GPIO
+	depends on SOC_IMX51 || COMPILE_TEST
 	select GPIO_GENERIC
 	help
 	  This driver support TS-4800 FPGA GPIO controllers.
-- 
2.5.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web