mirror of
https://github.com/openwrt/openwrt.git
synced 2025-12-21 17:04:28 +04:00
This is Allwinner's ARM926EJ-S core, which is one of its early products, reappearing in recent compact designs. The SoC includes 32/64Mb memory in the same physical package, and has display and USB interfaces, allowing for very small footprint boards. The target consists of basic 6.12 support, with u-boot. Instead of creating a separate suniv target, as both the kernel and u-boot supports enough of this SoC by now with minimal patching, add it into sunxi as a subtarget. Link: https://github.com/openwrt/openwrt/pull/15022 Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
31 lines
791 B
Plaintext
31 lines
791 B
Plaintext
CONFIG_ARCH_MULTI_V6_V7=y
|
|
CONFIG_ARCH_MULTI_V7=y
|
|
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_LEGACY_FCS=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
|