From 6dc974b4b0d8423cc9073e425a2e3a4370160df6 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 27 Oct 2013 07:23:01 -0600 Subject: Add apps/system/nxplayer media player from Ken Pettit --- apps/system/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/system/Kconfig') 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 -- cgit v1.2.3