The ssb module in also integrated into the kernel on brcm63xx target.

SVN-Revision: 15197
lede-17.01
Hauke Mehrtens 2009-04-10 12:19:42 +00:00
parent 2c6fe6c446
commit e90294b99d
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ $(eval $(call KernelPackage,pcmcia-serial))
define KernelPackage/ssb
SUBMENU:=$(OTHER_MENU)
TITLE:=Silicon Sonics Backplane glue code
DEPENDS:=@LINUX_2_6 @PCI_SUPPORT @!TARGET_brcm47xx
DEPENDS:=@LINUX_2_6 @PCI_SUPPORT @!TARGET_brcm47xx||!TARGET_brcm63xx
KCONFIG:=\
CONFIG_SSB \
CONFIG_SSB_B43_PCI_BRIDGE=y \