mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 10:48:51 +00:00
ef48f6dd30
Move this to Kconfig and clean up board config files that use it. Also rename it to CONFIG_ETH_DESIGNWARE to fit with the naming that exists in drivers/net/Kconfig. Signed-off-by: Simon Glass <sjg@chromium.org> Version 1: Acked-by: Joe Hershberger <joe.hershberger@ni.com>
14 lines
369 B
Text
14 lines
369 B
Text
CONFIG_SPL=y
|
|
CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,SUNXI_GMAC,RGMII,AHCI,SATAPWR=SUNXI_GPH(2),USB_EHCI"
|
|
CONFIG_FDTFILE="sun7i-a20-pcduino3-nano.dtb"
|
|
CONFIG_GMAC_TX_DELAY=3
|
|
CONFIG_USB1_VBUS_PIN="PH11"
|
|
CONFIG_ARM=y
|
|
CONFIG_ARCH_SUNXI=y
|
|
CONFIG_MACH_SUN7I=y
|
|
CONFIG_DRAM_CLK=408
|
|
CONFIG_DRAM_ZQ=122
|
|
CONFIG_DRAM_EMR1=4
|
|
CONFIG_ETH_DESIGNWARE=y
|
|
CONFIG_NETDEVICES=y
|
|
CONFIG_NET=y
|