aboutsummaryrefslogtreecommitdiffstats
path: root/package/ifx-vmmc/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-04-16 11:07:18 +0000
committerNicolas Thill <nico@openwrt.org>2010-04-16 11:07:18 +0000
commit075659c85c7116ec144927376c3933728595c2f7 (patch)
treee057546f995250541e1d40f1825e3b4c0360b5ac /package/ifx-vmmc/Config.in
parent4ebd9856ff5e0534ffb2a29ff80805b72d12ab07 (diff)
downloadupstream-075659c85c7116ec144927376c3933728595c2f7.tar.gz
upstream-075659c85c7116ec144927376c3933728595c2f7.tar.bz2
upstream-075659c85c7116ec144927376c3933728595c2f7.zip
package/ifx-vmmc: move configuration in submenu
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20917 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ifx-vmmc/Config.in')
-rw-r--r--package/ifx-vmmc/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/ifx-vmmc/Config.in b/package/ifx-vmmc/Config.in
index bd3c032d3a..2a7894e7f0 100644
--- a/package/ifx-vmmc/Config.in
+++ b/package/ifx-vmmc/Config.in
@@ -1,3 +1,5 @@
+menu "Configuration"
+ depends on PACKAGE_kmod-ifx-vmmc
choice
prompt "device selection"
default VOICE_CPE_VMMC_WITH_DEVICE_DANUBE_extract
@@ -47,3 +49,5 @@ config VOICE_CPE_VMMC_MPS_HISTORY_SIZE
MPS history buffer (default=128 words, maximum=512 words, 0=disable)
To opimize the memory footprint in RAM, you might want to set the
buffer size to 0.
+
+endmenu