[U-Boot] [PATCH] common: add CMD_GPIO to Kconfig

Thomas Chou thomas at wytron.com.tw
Thu Sep 24 09:44:11 CEST 2015


Add CMD_GPIO to Kconfig.

Signed-off-by: Thomas Chou <thomas at 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



More information about the U-Boot mailing list