summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2014-04-08 23:50:42 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-04-23 13:59:16 +0200
commitb45e80c481069582a532f98f3a96de721c7b1a5e (patch)
tree35384b920874f5991ee82765f9a006c24b58f50c /commands/Kconfig
parente21962062edb3e85de4f1a1bfb6890881874cacb (diff)
downloadbarebox-b45e80c481069582a532f98f3a96de721c7b1a5e.tar.gz
barebox-b45e80c481069582a532f98f3a96de721c7b1a5e.tar.xz
2048: port to barebox
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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 cc014f30ac..afcce1eba4 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"