The ssb module in also integrated into the kernel on brcm63xx target.
SVN-Revision: 15197
This commit is contained in:
parent
2c6fe6c446
commit
e90294b99d
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue