summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorAlex Nemirovsky <alex.nemirovsky@cortina-access.com>2021-01-14 13:34:13 -0800
committerTom Rini <trini@konsulko.com>2021-01-27 10:47:52 -0500
commitc34a927566d553a799b4811456b49c88b6e5e30c (patch)
treea6d6ce38773e97ff486bb53abba2a6525d1f8375 /configs
parenta70d7b0192333133f8525305cce40f3d30e4281d (diff)
downloadu-boot-c34a927566d553a799b4811456b49c88b6e5e30c.tar.gz
u-boot-c34a927566d553a799b4811456b49c88b6e5e30c.tar.xz
u-boot-c34a927566d553a799b4811456b49c88b6e5e30c.zip
board: presidio-asic: Add CAxxxx Ethernet support
Add CAxxxx Ethernet support for the Cortina Access Presidio Engineering Board Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com> CC: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/cortina_presidio-asic-emmc_defconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/cortina_presidio-asic-emmc_defconfig b/configs/cortina_presidio-asic-emmc_defconfig
index faffdd4147..eec958423b 100644
--- a/configs/cortina_presidio-asic-emmc_defconfig
+++ b/configs/cortina_presidio-asic-emmc_defconfig
@@ -22,7 +22,6 @@ CONFIG_CMD_EXT2=y
CONFIG_CMD_EXT4=y
CONFIG_OF_CONTROL=y
CONFIG_OF_LIVE=y
-# CONFIG_NET is not set
CONFIG_DM=y
CONFIG_CORTINA_GPIO=y
CONFIG_DM_I2C=y
@@ -30,6 +29,9 @@ CONFIG_SYS_I2C_CA=y
CONFIG_DM_MMC=y
CONFIG_MMC_DW=y
CONFIG_MMC_DW_CORTINA=y
+CONFIG_PHYLIB=y
+CONFIG_DM_ETH=y
+CONFIG_CORTINA_NI_ENET=y
CONFIG_DM_SERIAL=y
CONFIG_CORTINA_UART=y
CONFIG_WDT=y