summaryrefslogtreecommitdiff
path: root/configs/brppt1_mmc_defconfig
diff options
context:
space:
mode:
authorHannes Schmelzer <hannes.schmelzer@br-automation.com>2019-02-15 11:15:05 +0100
committerTom Rini <trini@konsulko.com>2019-02-18 15:53:09 -0500
commitd3a78cb7ea797aec85627a5155f9594fb55e8b1e (patch)
treeb9ad9d4d6f42f8c2c3a2daed8f49ea3800a4579e /configs/brppt1_mmc_defconfig
parentbeff8e34b22d708df11b32b6ed27be49ba345875 (diff)
board/BuR/brppt1: fix ethernet support on brppt1 boards
The commit 1bac199e8c87 ("configs: Resync with savedefconfig") did remove ethernet driver from following boards defconfig: - brppt1_mmc - brppt1_nand - brppt1_spi With this commit we add ethernet and responsible phy support again. Signed-off-by: Hannes Schmelzer <hannes.schmelzer@br-automation.com>
Diffstat (limited to 'configs/brppt1_mmc_defconfig')
-rw-r--r--configs/brppt1_mmc_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/brppt1_mmc_defconfig b/configs/brppt1_mmc_defconfig
index f2d8220126..6b0d0242f2 100644
--- a/configs/brppt1_mmc_defconfig
+++ b/configs/brppt1_mmc_defconfig
@@ -75,8 +75,9 @@ CONFIG_I2C_SET_DEFAULT_BUS_NUM=y
CONFIG_MISC=y
CONFIG_DM_MMC=y
CONFIG_MMC_OMAP_HS=y
+CONFIG_PHY_NATSEMI=y
CONFIG_DM_ETH=y
-# CONFIG_NETDEVICES is not set
+CONFIG_DRIVER_TI_CPSW=y
CONFIG_DM_SERIAL=y
CONFIG_USB=y
CONFIG_DM_USB=y