summaryrefslogtreecommitdiffstats
path: root/openwrt/target/linux/package/alsa
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-09 16:03:36 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-09 16:03:36 +0000
commitb9efbcf7dd49e086ce43823f8ef522883508eddd (patch)
treecd3926aa82c6d2372aa79180b9a3c22e72c971f6 /openwrt/target/linux/package/alsa
parent9040df7d588f52c73bb8be4c0341ba506607fae9 (diff)
add updates for atheros SOC support from Mike A., thx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2866 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/alsa')
-rw-r--r--openwrt/target/linux/package/alsa/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/alsa/Config.in b/openwrt/target/linux/package/alsa/Config.in
index 62dd21b97..29a4e89e1 100644
--- a/openwrt/target/linux/package/alsa/Config.in
+++ b/openwrt/target/linux/package/alsa/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_KMOD_ALSA
prompt "kmod-alsa......................... Alsa Sound Drivers"
tristate
default m if CONFIG_DEVEL
+ depends BR2_LINUX_2_4_X86 || BR2_LINUX_2_4_BRCM || BR2_LINUX_2_6_X86 || BR2_LINUX_2_6_BRCM
depends BR2_PACKAGE_KMOD_USB_CONTROLLER
select BR2_PACKAGE_KMOD_SOUNDCORE
help