public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] common: add CMD_GPIO to Kconfig
@ 2015-09-24  7:44 Thomas Chou
  2015-09-25 14:55 ` Simon Glass
  2015-11-11 13:39 ` [U-Boot] [PATCH v2] " Thomas Chou
  0 siblings, 2 replies; 9+ messages in thread
From: Thomas Chou @ 2015-09-24  7:44 UTC (permalink / raw)
  To: u-boot

Add CMD_GPIO to Kconfig.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
---
 common/Kconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/common/Kconfig b/common/Kconfig
index 2c42b8e..f2034c2 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -344,6 +344,11 @@ config CMD_FPGA
 	help
 	  FPGA support.
 
+config CMD_GPIO
+	bool "gpio"
+	help
+	  GPIO support.
+
 endmenu
 
 
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-11-18 22:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-24  7:44 [U-Boot] [PATCH] common: add CMD_GPIO to Kconfig Thomas Chou
2015-09-25 14:55 ` Simon Glass
2015-09-26  7:30   ` Thomas Chou
2015-09-26  8:16     ` Marek Vasut
2015-09-28  0:34       ` Thomas Chou
2015-09-28 11:56         ` Marek Vasut
2015-11-11 13:39 ` [U-Boot] [PATCH v2] " Thomas Chou
2015-11-13 18:14   ` Simon Glass
2015-11-18 22:35   ` [U-Boot] [U-Boot,v2] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox