brcm47xx: deactivate ssb and old phy code for new devices
This deactivates ssb and G-PHY code in b43 for the mips74k profile in brcm47xx. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41594
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# CONFIG_ADM6996_PHY is not set
|
||||
# CONFIG_BCM47XX_SSB is not set
|
||||
CONFIG_BGMAC=y
|
||||
# CONFIG_FIXED_PHY is not set
|
||||
# CONFIG_GPIO_WDT is not set
|
||||
# CONFIG_SSB is not set
|
||||
# CONFIG_SSB_DRIVER_EXTIF is not set
|
||||
# CONFIG_SSB_DRIVER_GIGE is not set
|
||||
# CONFIG_SSB_DRIVER_MIPS is not set
|
||||
|
||||
@@ -26,7 +26,7 @@ $(eval $(call KernelPackage,usb-brcm47xx))
|
||||
|
||||
define KernelPackage/ocf-ubsec-ssb
|
||||
TITLE:=BCM5365P IPSec Core driver
|
||||
DEPENDS:=@TARGET_brcm47xx +kmod-crypto-ocf
|
||||
DEPENDS:=@TARGET_brcm47xx @!TARGET_brcm47xx_mips74k +kmod-crypto-ocf
|
||||
KCONFIG:=CONFIG_OCF_UBSEC_SSB
|
||||
FILES:=$(LINUX_DIR)/crypto/ocf/ubsec_ssb/ubsec_ssb.ko
|
||||
AUTOLOAD:=$(call AutoLoad,10,ubsec_ssb)
|
||||
@@ -42,7 +42,7 @@ $(eval $(call KernelPackage,ocf-ubsec-ssb))
|
||||
define KernelPackage/bgmac
|
||||
TITLE:=Broadcom bgmac driver
|
||||
KCONFIG:=CONFIG_BGMAC
|
||||
DEPENDS:=@TARGET_brcm47xx
|
||||
DEPENDS:=@TARGET_brcm47xx @!TARGET_brcm47xx_legacy
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
FILES:=$(LINUX_DIR)/drivers/net/ethernet/broadcom/bgmac.ko
|
||||
AUTOLOAD:=$(call AutoLoad,19,bgmac,1)
|
||||
|
||||
Reference in New Issue
Block a user