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

SVN-Revision: 8838
lede-17.01
Nicolas Thill 2007-09-19 11:56:26 +00:00
parent 79c783309b
commit aa1c1c4aa3
1 changed files with 1 additions and 1 deletions

View File

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