summaryrefslogtreecommitdiff
path: root/openwrt/package/alsa/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-05-31 15:27:00 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-05-31 15:27:00 +0000
commit7486d2e8d5b442143ce94c0524e86a67b5c338b9 (patch)
treef2283b12ee5555d45168f469f97222fc17c47ec3 /openwrt/package/alsa/Config.in
parent9d4ba07b77f5fab19e1be47ea8b3990b9ed8b44e (diff)
downloadmtk-20170518-7486d2e8d5b442143ce94c0524e86a67b5c338b9.zip
mtk-20170518-7486d2e8d5b442143ce94c0524e86a67b5c338b9.tar.gz
mtk-20170518-7486d2e8d5b442143ce94c0524e86a67b5c338b9.tar.bz2
move alsa from target/linux/package to package, add compile fix for linux 2.4
SVN-Revision: 3862
Diffstat (limited to 'openwrt/package/alsa/Config.in')
-rw-r--r--openwrt/package/alsa/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/alsa/Config.in b/openwrt/package/alsa/Config.in
new file mode 100644
index 0000000..55d9abd
--- /dev/null
+++ b/openwrt/package/alsa/Config.in
@@ -0,0 +1,9 @@
+config PACKAGE_KMOD_ALSA
+ prompt "kmod-alsa......................... Alsa Sound Drivers"
+ tristate
+ depends LINUX_2_4_X86 || LINUX_2_4_BRCM || LINUX_2_6_X86 || LINUX_2_6_BRCM
+ depends PACKAGE_KMOD_USB_CONTROLLER
+ select PACKAGE_KMOD_SOUNDCORE
+ default m if DEVEL
+ help
+ Alsa Drivers for USB Soundcards