summaryrefslogtreecommitdiff
path: root/configs/Pangolin_defconfig
diff options
context:
space:
mode:
authorKlaus Goger <klaus.goger@theobroma-systems.com>2015-07-10 08:28:42 +0200
committerKlaus Goger <klaus.goger@theobroma-systems.com>2015-07-30 18:44:06 +0200
commitc722553e8a4566177f9203b0ffef6d79a668471a (patch)
tree138c9a854f8b8b9db85e405409ff04ff7e39b2bf /configs/Pangolin_defconfig
parent1c187623452516743ad16977e3b6918674e0da06 (diff)
sun6i: pangolin: hack to configure phy skew
should be done via devicetree but this require to enhance the micrel driver quite a bit so let's do this hack instead which breaks every other sun6i device other then pangolin Signed-off-by: Klaus Goger <klaus.goger@theobroma-systems.com>
Diffstat (limited to 'configs/Pangolin_defconfig')
-rw-r--r--configs/Pangolin_defconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/configs/Pangolin_defconfig b/configs/Pangolin_defconfig
index 8fac4a40a0..a455faf77b 100644
--- a/configs/Pangolin_defconfig
+++ b/configs/Pangolin_defconfig
@@ -1,5 +1,5 @@
CONFIG_SPL=y
-CONFIG_SYS_EXTRA_OPTIONS="USB_EHCI"
+CONFIG_SYS_EXTRA_OPTIONS="USB_EHCI,SUNXI_GMAC,RGMII"
CONFIG_DEFAULT_DEVICE_TREE="sun6i-a31-pangolin"
CONFIG_VIDEO_VGA_VIA_LCD=y
CONFIG_VIDEO_VGA_EXTERNAL_DAC_EN="PH25"
@@ -22,7 +22,6 @@ CONFIG_CONS_INDEX=3
# Vbus gpio for usb1
CONFIG_USB1_VBUS_PIN=""
# No Vbus gpio for usb2
-CONFIG_NET=y
CONFIG_USB2_VBUS_PIN=""
CONFIG_USB=y
CONFIG_DM_USB=y
@@ -31,3 +30,5 @@ CONFIG_USB_KEYBOARD=y
CONFIG_USB_HOST_ETHER=y
CONFIG_USB_ETHER_SMSC95XX=y
# CONFIG_CMD_IMLS is not set
+CONFIG_DM_ETH=y
+CONFIG_ETH_DESIGNWARE=y