Commit 3d9ad458cc742fecc606166a58a6cc05b1f1552d

Authored by Sekhar Nori
Committed by Lokesh Vutla
1 parent 8f6f3f2df8

ARM: AM57xx EVM: enable driver model Ethernet driver

Now that we have driver model Ethernet driver
integrated, switch to using that instead of
unsupported legacy driver.

Ethernet continues to work before and after this
patch on AM572x GP EVM.

Signed-off-by: Sekhar Nori <nsekhar@ti.com>

Showing 2 changed files with 2 additions and 0 deletions Side-by-side Diff

configs/am57xx_evm_defconfig
... ... @@ -41,4 +41,5 @@
41 41 CONFIG_DRA7_IVA_OPP_HIGH=y
42 42 CONFIG_DISK=y
43 43 CONFIG_DWC_AHCI=y
  44 +CONFIG_DM_ETH=y
configs/am57xx_hs_evm_defconfig
... ... @@ -38,4 +38,5 @@
38 38 CONFIG_DRA7_IVA_OPP_HIGH=y
39 39 CONFIG_DISK=y
40 40 CONFIG_DWC_AHCI=y
  41 +CONFIG_DM_ETH=y