summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-05-05 13:32:37 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-05-05 13:32:37 +0200
commitbf1d71d5e192e242c7ce7cdb3d4c70c6a7ae4858 (patch)
tree13fdb2d07e850768429dc87c00a0943d7e18ff18 /commands/Kconfig
parent8fb1d4e0758fbeb91dd82541f7c769e2d1e6900a (diff)
parent7af9c3a84384b4330ba961ea5bf3a7a79d8ad1f1 (diff)
downloadbarebox-bf1d71d5e192e242c7ce7cdb3d4c70c6a7ae4858.tar.gz
barebox-bf1d71d5e192e242c7ce7cdb3d4c70c6a7ae4858.tar.xz
Merge branch 'for-next/misc'
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index ced2edb71b..3e384f127a 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -597,6 +597,12 @@ config CMD_MEMTEST
flags support, the memtest is running twice with cache enabled
and with cache disabled
+config CMD_2048
+ tristate
+ prompt "2048"
+ help
+ Console version of the game "2048" for GNU/Linux
+
endmenu
menu "video command"