summaryrefslogtreecommitdiff
path: root/apps/system/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-11 19:27:48 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-11 19:27:48 -0600
commitdd6bca4b13853bacfce798d176a123e72f765437 (patch)
tree51f8899203353c533652d2785745c520c0390448 /apps/system/Kconfig
parent78789700a2f4a7e6580b63e0ede824615f586456 (diff)
downloadnuttx-dd6bca4b13853bacfce798d176a123e72f765437.tar.gz
nuttx-dd6bca4b13853bacfce798d176a123e72f765437.tar.bz2
nuttx-dd6bca4b13853bacfce798d176a123e72f765437.zip
Add a Sudoku game
Diffstat (limited to 'apps/system/Kconfig')
-rw-r--r--apps/system/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/system/Kconfig b/apps/system/Kconfig
index ed16af860..d2434afab 100644
--- a/apps/system/Kconfig
+++ b/apps/system/Kconfig
@@ -63,6 +63,10 @@ menu "SD Card"
source "$APPSDIR/system/sdcard/Kconfig"
endmenu
+menu "Sudoku"
+source "$APPSDIR/system/sudoku/Kconfig"
+endmenu
+
menu "Sysinfo"
source "$APPSDIR/system/sysinfo/Kconfig"
endmenu