summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-17 16:51:16 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-17 16:51:16 -0600
commit0ca9db7b7aa623f0802e5b51c59dfc9f6762c95a (patch)
treed39cff7dc17ffb0b62099c8cbfafa8c42ab774ba
parent6bdb9882c5a0649542e97092e4789075673fca30 (diff)
downloadnuttx-0ca9db7b7aa623f0802e5b51c59dfc9f6762c95a.tar.gz
nuttx-0ca9db7b7aa623f0802e5b51c59dfc9f6762c95a.tar.bz2
nuttx-0ca9db7b7aa623f0802e5b51c59dfc9f6762c95a.zip
NxPlayer Kconfig should depend on AUDIO support
-rw-r--r--apps/system/nxplayer/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/system/nxplayer/Kconfig b/apps/system/nxplayer/Kconfig
index 31362ba3b..a2c2da068 100644
--- a/apps/system/nxplayer/Kconfig
+++ b/apps/system/nxplayer/Kconfig
@@ -6,6 +6,7 @@
config SYSTEM_NXPLAYER
bool "NxPlayer library / command line support"
default n
+ depends on AUDIO
---help---
Enable support for the command line media player