package/ifx-vmmc: move configuration in submenu

SVN-Revision: 20917
master
Nicolas Thill 15 years ago
parent bbbdc421c7
commit abfe7f3c6e
  1. 4
      package/ifx-vmmc/Config.in
  2. 5
      package/ifx-vmmc/Makefile

@ -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

@ -26,6 +26,7 @@ define KernelPackage/ifx-vmmc
DEPENDS:=+kmod-ifx-tapi @BROKEN
FILES:=$(PKG_BUILD_DIR)/src/drv_vmmc.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,25,drv_vmmc)
MENU:=1
endef
define KernelPackage/ifx-vmmc/description
@ -33,9 +34,7 @@ define KernelPackage/ifx-vmmc/description
endef
define KernelPackage/ifx-vmmc/config
if PACKAGE_kmod-ifx-vmmc
source "$(SOURCE)/Config.in"
endif
source "$(SOURCE)/Config.in"
endef
CONFIGURE_ARGS += \

Loading…
Cancel
Save