summaryrefslogtreecommitdiff
path: root/apps/system/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-27 07:23:01 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-27 07:23:01 -0600
commit6dc974b4b0d8423cc9073e425a2e3a4370160df6 (patch)
treedb597b33eff503c1eb0ea0dbf9f97c79af9bdbbb /apps/system/Kconfig
parent8acac95003c039ba20487ce04ec7cd6ca939bb53 (diff)
downloadnuttx-6dc974b4b0d8423cc9073e425a2e3a4370160df6.tar.gz
nuttx-6dc974b4b0d8423cc9073e425a2e3a4370160df6.tar.bz2
nuttx-6dc974b4b0d8423cc9073e425a2e3a4370160df6.zip
Add apps/system/nxplayer media player from Ken Pettit
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 82741e572..b95224b33 100644
--- a/apps/system/Kconfig
+++ b/apps/system/Kconfig
@@ -27,6 +27,10 @@ menu "FLASH Erase-all Command"
source "$APPSDIR/system/flash_eraseall/Kconfig"
endmenu
+menu "NxPlayer media player library / command Line"
+source "$APPSDIR/system/nxplayer/Kconfig"
+endmenu
+
menu "RAM test"
source "$APPSDIR/system/ramtest/Kconfig"
endmenu