only build sound-core module on targets supporting USB, since we don't have any PCI sound devices supported atm
SVN-Revision: 8838
This commit is contained in:
parent
79c783309b
commit
aa1c1c4aa3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue