mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-11 12:36:03 +01:00
# Conflicts: # arch/arm/mach-sunxi/Kconfig # configs/A13-OLinuXinoM_defconfig # configs/A13-OLinuXino_defconfig # configs/A20-OLinuXino-Lime2_defconfig # configs/A20-Olimex-SOM204-EVB_defconfig # configs/A33-OLinuXino_defconfig # configs/Ainol_AW1_defconfig # configs/Ampe_A76_defconfig # configs/Cubietruck_defconfig # configs/Empire_electronix_d709_defconfig # configs/Empire_electronix_m712_defconfig # configs/Wobo_i5_defconfig # configs/Yones_Toptech_BS1078_V2_defconfig # configs/bananapi_m2_berry_defconfig # configs/colorfly_e708_q1_defconfig # configs/difrnce_dit4350_defconfig # configs/dserve_dsrv9703c_defconfig # configs/gt90h_v4_defconfig # configs/iNet_3F_defconfig # configs/iNet_3W_defconfig # configs/iNet_D978_rev2_defconfig # configs/icnova-a20-swac_defconfig # configs/inet86dz_defconfig # configs/inet98v_rev2_defconfig # configs/inet_q972_defconfig # configs/polaroid_mid2407pxe03_defconfig # configs/polaroid_mid2809pxe04_defconfig # configs/q8_a13_tablet_defconfig # configs/q8_a23_tablet_800x480_defconfig # configs/q8_a33_tablet_1024x600_defconfig # configs/q8_a33_tablet_800x480_defconfig
34 lines
761 B
Plaintext
34 lines
761 B
Plaintext
CONFIG_ARM=y
|
|
CONFIG_ARCH_SUNXI=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-olimex-som204-evb"
|
|
CONFIG_SPL=y
|
|
CONFIG_MACH_SUN7I=y
|
|
CONFIG_DRAM_CLK=384
|
|
CONFIG_I2C1_ENABLE=y
|
|
CONFIG_SATAPWR="PC3"
|
|
CONFIG_GMAC_TX_DELAY=4
|
|
CONFIG_AHCI=y
|
|
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
|
|
CONFIG_SPL_I2C=y
|
|
CONFIG_SCSI_AHCI=y
|
|
CONFIG_SYS_64BIT_LBA=y
|
|
CONFIG_FASTBOOT_CMD_OEM_FORMAT=y
|
|
CONFIG_SYS_I2C_MVTWSI=y
|
|
CONFIG_SYS_I2C_SLAVE=0x7f
|
|
CONFIG_SYS_I2C_SPEED=400000
|
|
CONFIG_PHY_ADDR=3
|
|
CONFIG_PHY_MICREL=y
|
|
CONFIG_PHY_MICREL_KSZ90X1=y
|
|
CONFIG_PHY_REALTEK=y
|
|
CONFIG_ETH_DESIGNWARE=y
|
|
CONFIG_RGMII=y
|
|
CONFIG_MII=y
|
|
CONFIG_SUN7I_GMAC=y
|
|
CONFIG_DM_REGULATOR_FIXED=y
|
|
CONFIG_AXP_ALDO3_VOLT=2800
|
|
CONFIG_AXP_ALDO4_VOLT=2800
|
|
CONFIG_SCSI=y
|
|
CONFIG_USB_EHCI_HCD=y
|
|
CONFIG_USB_OHCI_HCD=y
|
|
CONFIG_USB_MUSB_GADGET=y
|