2021-09-14 23:20:08 +00:00
|
|
|
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
|
2021-10-02 22:12:05 +00:00
|
|
|
CONFIG_NET_DSA_TAG_BRCM_LEGACY=y
|
2021-09-14 23:20:08 +00:00
|
|
|
CONFIG_NET_DSA_TAG_BRCM_PREPEND=y
|
|
|
|
CONFIG_NET_SWITCHDEV=y
|
|
|
|
CONFIG_NOP_USB_XCEIV=y
|
sunxi: build kernel with sun6i-rtc driver
sun6i-rtc cannot be built as a module and the hardware is only
present in some of the sunxi SoCs, see driver source:
{ .compatible = "allwinner,sun6i-a31-rtc" },
{ .compatible = "allwinner,sun8i-a23-rtc" },
{ .compatible = "allwinner,sun8i-h3-rtc" },
{ .compatible = "allwinner,sun8i-r40-rtc" },
{ .compatible = "allwinner,sun8i-v3-rtc" },
{ .compatible = "allwinner,sun50i-h5-rtc" },
{ .compatible = "allwinner,sun50i-h6-rtc" },
Set CONFIG_RTC_DRV_SUN6I=y in kernel config file for cortexa7 and
cortexa53 subtargets which covers all of the above.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-11-21 21:33:41 +00:00
|
|
|
CONFIG_RTC_DRV_SUN6I=y
|
2021-09-14 23:20:08 +00:00
|
|
|
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
|