mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
be3fcd72e9
Deactivate all the symbols of the B53 DSA driver in the generic kernel configuration. Multiple targets are now using this drivers and they only need some of the options. This fixes the bcm4908 build which didn't deactivate all of the options. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
24 lines
580 B
Plaintext
24 lines
580 B
Plaintext
CONFIG_B53=y
|
|
CONFIG_B53_MDIO_DRIVER=y
|
|
CONFIG_DWMAC_SUN8I=y
|
|
CONFIG_GRO_CELLS=y
|
|
# CONFIG_MACH_SUN4I is not set
|
|
# CONFIG_MACH_SUN5I is not set
|
|
CONFIG_MDIO_BUS_MUX=y
|
|
CONFIG_MUSB_PIO_ONLY=y
|
|
CONFIG_NET_DEVLINK=y
|
|
CONFIG_NET_DSA=y
|
|
CONFIG_NET_DSA_TAG_BRCM=y
|
|
CONFIG_NET_DSA_TAG_BRCM_COMMON=y
|
|
CONFIG_NET_DSA_TAG_BRCM_LEGACY=y
|
|
CONFIG_NET_DSA_TAG_BRCM_PREPEND=y
|
|
CONFIG_NET_SWITCHDEV=y
|
|
CONFIG_NOP_USB_XCEIV=y
|
|
CONFIG_RTC_DRV_SUN6I=y
|
|
CONFIG_USB_MUSB_DUAL_ROLE=y
|
|
# CONFIG_USB_MUSB_GADGET is not set
|
|
CONFIG_USB_MUSB_HDRC=y
|
|
# CONFIG_USB_MUSB_HOST is not set
|
|
CONFIG_USB_MUSB_SUNXI=y
|
|
CONFIG_USB_PHY=y
|