
24 Sep
2015
24 Sep
'15
9:44 a.m.
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