summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-12-03 14:04:42 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2009-12-10 12:15:01 +0100
commit952036288872faab10511b8219c7b34788e63b64 (patch)
treea1d63e3121cb8e9bd2fe88035425400b9daa85ac /commands/Kconfig
parent8ad5fe6ca4a2f52fbe82d00a5046b098fe49d2af (diff)
downloadbarebox-952036288872faab10511b8219c7b34788e63b64.tar.gz
barebox-952036288872faab10511b8219c7b34788e63b64.tar.xz
command line gpio support
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 3b11c34279..28896cb937 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -284,4 +284,12 @@ config CMD_BMP
help
show bmp files on framebuffer devices
+config CMD_GPIO
+ bool
+ depends on GENERIC_GPIO
+ prompt "gpio commands"
+ help
+ include gpio_set_value, gpio_get_value, gpio_direction_input and
+ gpio_direction_output commands to control gpios.
+
endmenu