diff options
| author | Yegor Yefremov <[email protected]> | 2020-02-12 12:44:23 +0100 |
|---|---|---|
| committer | Lokesh Vutla <[email protected]> | 2020-03-03 13:08:14 +0530 |
| commit | 1ecf7d9405c46ed20f984beb5bd7d51d31466fa6 (patch) | |
| tree | 9f4980945e7a03b36dfd02293480303b79323d0d | |
| parent | 3e7b0aa1fd95f5c943161046fd615118d2ad6e24 (diff) | |
arm: baltos: switch to driver model for the net and mdio driver
Signed-off-by: Yegor Yefremov <[email protected]>
| -rw-r--r-- | configs/am335x_baltos_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/am335x_baltos_defconfig b/configs/am335x_baltos_defconfig index 63f0da9cb01..2781d49daf5 100644 --- a/configs/am335x_baltos_defconfig +++ b/configs/am335x_baltos_defconfig @@ -55,6 +55,8 @@ CONFIG_SYS_NAND_U_BOOT_OFFS=0x00080000 CONFIG_PHY_ADDR_ENABLE=y CONFIG_PHY_ATHEROS=y CONFIG_PHY_SMSC=y +CONFIG_DM_ETH=y +CONFIG_DM_MDIO=y CONFIG_MII=y CONFIG_DRIVER_TI_CPSW=y CONFIG_SPI=y |
