summaryrefslogtreecommitdiff
path: root/configs/A20-OLinuXino-Lime_defconfig
diff options
context:
space:
mode:
authoroliver@schinagl.nl <oliver@schinagl.nl>2016-11-25 16:38:38 +0100
committerJoe Hershberger <joe.hershberger@ni.com>2017-03-26 09:57:55 -0500
commit625cf507ff79412bb5fd2ded9a22365480d2c3bf (patch)
treea57fd75bc8cc38b8af5de06edcd5cdfd9e1e02b3 /configs/A20-OLinuXino-Lime_defconfig
parentace1520cb5fc2628aa3bbe426d4066d2806d951c (diff)
net: sunxi: Enable eeprom on OLinuXino Lime boards
This patch enables the I2C EEPROM to be probed for a MAC address on the OLinuXino Lime1 and Lime2 boards. Other boards surely qualify as well but were not tested yet. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Diffstat (limited to 'configs/A20-OLinuXino-Lime_defconfig')
-rw-r--r--configs/A20-OLinuXino-Lime_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/A20-OLinuXino-Lime_defconfig b/configs/A20-OLinuXino-Lime_defconfig
index 4fe4e4acf7..564ae256a3 100644
--- a/configs/A20-OLinuXino-Lime_defconfig
+++ b/configs/A20-OLinuXino-Lime_defconfig
@@ -16,6 +16,10 @@ CONFIG_SPL_I2C_SUPPORT=y
# CONFIG_SPL_ISO_PARTITION is not set
# CONFIG_SPL_EFI_PARTITION is not set
CONFIG_ETH_DESIGNWARE=y
+CONFIG_NET_ETHADDR_EEPROM=y
+CONFIG_NET_ETHADDR_EEPROM_I2C=y
+CONFIG_NET_ETHADDR_EEPROM_I2C_BUS=1
+CONFIG_I2C1_ENABLE=y
CONFIG_AXP_ALDO3_VOLT=2800
CONFIG_AXP_ALDO4_VOLT=2800
CONFIG_USB_EHCI_HCD=y