summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-04-13 12:57:14 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-04-13 12:57:14 +0200
commitee0035e5ccee0056e23b2dda2cade0c5ca756713 (patch)
tree9e02a89c11c7574bace93f2c3731c4175e0ea649 /commands/Kconfig
parenta76a6bc8fd62bc26140d421d09e71624ee13aa47 (diff)
parent1487e6b9ad2ec0fafb0a2a35c921a33fb6c37fec (diff)
downloadbarebox-ee0035e5ccee0056e23b2dda2cade0c5ca756713.tar.gz
barebox-ee0035e5ccee0056e23b2dda2cade0c5ca756713.tar.xz
Merge branch 'for-next/state'
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 2618eda2f6..847ff76d1d 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -2096,6 +2096,11 @@ config CMD_TIME
Note: This command depends on COMMAND being interruptible,
otherwise the timer may overrun resulting in incorrect results
+config CMD_STATE
+ tristate
+ depends on STATE
+ prompt "state"
+
# end Miscellaneous commands
endmenu