mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 15:02:32 +00:00
47b531de32
Build cortexa7 subtarget with DSA driver for MDIO-connected Broadcom BCM53xxx switches. This is needed for the Lamobo R1 aka. BananaPi BPi-R1 board which comes with such a switch IC. Remove old swconfig driver from target kernel config as the only board using it is now supported by the DSA driver. No changes to device tree are needed as upstream DTS already got a DSA switch definition and we are just using that upstream source. Update default network config of the Lamobo R1 to create lan bridge with all 4 lan ports. Introduce DEVICE_COMPAT_VERSION for the board to inform users about having the re-create their network configuration and add device alias as Bananapi BPi-R1 while at it. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
36 lines
1020 B
Groff
36 lines
1020 B
Groff
CONFIG_ARCH_32BIT_OFF_T=y
|
|
CONFIG_ARCH_HAS_BINFMT_FLAT=y
|
|
CONFIG_ARCH_HAS_TEARDOWN_DMA_OPS=y
|
|
CONFIG_BINFMT_FLAT_ARGVP_ENVP_ON_STACK=y
|
|
CONFIG_COMPAT_32BIT_TIME=y
|
|
CONFIG_DWMAC_SUN8I=y
|
|
# CONFIG_MACH_SUN4I is not set
|
|
# CONFIG_MACH_SUN5I is not set
|
|
CONFIG_MDIO_BUS_MUX=y
|
|
CONFIG_MUSB_PIO_ONLY=y
|
|
CONFIG_NOP_USB_XCEIV=y
|
|
# CONFIG_PINCTRL_SUN50I_A64 is not set
|
|
# CONFIG_PINCTRL_SUN50I_A64_R is not set
|
|
# CONFIG_PINCTRL_SUN50I_H5 is not set
|
|
# CONFIG_PINCTRL_SUN50I_H6 is not set
|
|
# CONFIG_PINCTRL_SUN50I_H6_R is not set
|
|
CONFIG_UNWINDER_ARM=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
|
|
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_PREPEND=y
|
|
CONFIG_NET_SWITCHDEV=y
|
|
CONFIG_B53=y
|
|
CONFIG_B53_MDIO_DRIVER=y
|
|
# CONFIG_B53_MMAP_DRIVER is not set
|
|
# CONFIG_B53_SERDES is not set
|
|
# CONFIG_B53_SPI_DRIVER is not set
|
|
# CONFIG_B53_SRAB_DRIVER is not set
|