summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-05-05 13:33:06 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-05-05 13:33:06 +0200
commit845f765b6e7f5830b14c7910203d271c43e6af6a (patch)
treee37b3c0d8d77c3218c280d8f38405d9a66e6bbd3 /commands/Kconfig
parent9bb76883c19f360693d54b12b67a9b0d17dc83a8 (diff)
parentacb427e2d0b9250859729420e93e4b77dfd43593 (diff)
downloadbarebox-845f765b6e7f5830b14c7910203d271c43e6af6a.tar.gz
barebox-845f765b6e7f5830b14c7910203d271c43e6af6a.tar.xz
Merge branch 'for-next/regulator'
Conflicts: commands/Makefile
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 3e384f127a..3ef8860876 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -696,6 +696,14 @@ config CMD_GPIO
include gpio_set_value, gpio_get_value, gpio_direction_input and
gpio_direction_output commands to control gpios.
+config CMD_REGULATOR
+ bool
+ depends on REGULATOR
+ prompt "regulator command"
+ help
+ the regulator command lists the currently registered regulators and
+ their current state.
+
config CMD_UNCOMPRESS
bool
select UNCOMPRESS