only build sound-core module on targets supporting USB, since we don't have any PCI sound devices supported atm

SVN-Revision: 8838
master
Nicolas Thill 17 years ago
parent 79c783309b
commit aa1c1c4aa3
  1. 2
      package/kernel/modules/other.mk

@ -96,7 +96,7 @@ $(eval $(call KernelPackage,lp))
define KernelPackage/soundcore
SUBMENU:=$(OTHER_MENU)
TITLE:=Sound support
DEPENDS:=@PCI_SUPPORT||USB_SUPPORT @!TARGET_atheros
DEPENDS:=@USB_SUPPORT @!TARGET_atheros
KCONFIG:= \
CONFIG_SOUND \
CONFIG_SND \

Loading…
Cancel
Save