34 lines
456 B
Plaintext
34 lines
456 B
Plaintext
# IP-K66F board
|
|
|
|
# Copyright (c) 2020 DENX Software Engineering GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_IP_K66F
|
|
|
|
config OSC_XTAL0_FREQ
|
|
default 12000000
|
|
|
|
config MCG_PRDIV0
|
|
default 0x0
|
|
|
|
config MCG_VDIV0
|
|
default 0xe
|
|
|
|
config MCG_FCRDIV
|
|
default 1
|
|
|
|
if NETWORKING
|
|
|
|
config NET_L2_ETHERNET
|
|
default y
|
|
|
|
config ETH_MCUX_RMII_EXT_CLK
|
|
default y if ETH_MCUX
|
|
|
|
config ETH_MCUX_NO_PHY_SMI
|
|
default y if ETH_MCUX
|
|
|
|
endif # NETWORKING
|
|
|
|
endif # BOARD_IP_K66F
|