SOC: Boards: NXP: Enable ethernet for mimxrt1060_evk
This enables ethernet functionality on the mimxrt1062 SOC and mimxrt1060_evk board. Signed-off-by: Neill Kapron <nkapron@gmail.com>
This commit is contained in:
parent
b918e25921
commit
6225592e27
6 changed files with 119 additions and 1 deletions
|
@ -26,4 +26,11 @@ config IPG_DIV
|
|||
config GPIO
|
||||
default y
|
||||
|
||||
if NET_L2_ETHERNET
|
||||
|
||||
config INIT_ENET_PLL
|
||||
def_bool y
|
||||
|
||||
endif # NET_L2_ETHERNET
|
||||
|
||||
endif # SOC_MIMXRT1062
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue