mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-15 23:17:09 +00:00
The CONFIG_NET_SWITCHDEV option is needed by CONFIG_DSA and some other options. It is boolean, we have to compile it into the kernel it self. Activate it for all targets in the generic configuration, it is already activated for most of them. This allows to install DSA drivers as a module. On the ramips/mt7620 target the kernel would grown by 4.5kB. For some small targets which do not support a DSA switch by default the option is deactivated. Link: https://github.com/openwrt/openwrt/pull/17668 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
28 lines
705 B
Groff
28 lines
705 B
Groff
CONFIG_B53=y
|
|
CONFIG_B53_MDIO_DRIVER=y
|
|
CONFIG_CRYPTO_BLAKE2S_ARM=y
|
|
CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y
|
|
CONFIG_DWMAC_SUN8I=y
|
|
CONFIG_GRO_CELLS=y
|
|
# CONFIG_HARDEN_BRANCH_HISTORY is not set
|
|
# CONFIG_HARDEN_BRANCH_PREDICTOR is not set
|
|
# CONFIG_MACH_SUN4I is not set
|
|
# CONFIG_MACH_SUN5I is not set
|
|
CONFIG_MDIO_BUS_MUX=y
|
|
CONFIG_MICREL_PHY=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_NOP_USB_XCEIV=y
|
|
CONFIG_RTC_DRV_SUN6I=y
|
|
CONFIG_SUN20I_D1_CCU=y
|
|
CONFIG_SUN20I_D1_R_CCU=y
|
|
CONFIG_USB_MUSB_DUAL_ROLE=y
|
|
CONFIG_USB_MUSB_HDRC=y
|
|
CONFIG_USB_MUSB_SUNXI=y
|
|
CONFIG_USB_PHY=y
|