zephyr/boards/arm/twr_kv58f220m/Kconfig.defconfig
Kumar Gala a5b45d9567 boards: Remove Kconfig I2C_[0-9] usage
The Kconfig I2C_[0-9] sybmols don't have any meaning for the majority of
SoCs.  The drivers doesn't utilize them and no sample or test code does
either so we can remove setting them in board Kconfig.defconfig files.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-05-06 10:55:38 -05:00

43 lines
539 B
Plaintext

# TWR-KV58F220M board
# Copyright (c) 2019 SEAL AG
# SPDX-License-Identifier: Apache-2.0
if BOARD_TWR_KV58F220M
config BOARD
default "twr_kv58f220m"
config OSC_XTAL0_FREQ
default 50000000
config MCG_PRDIV0
default 0x3
config MCG_VDIV0
default 0x16
config MCG_FCRDIV
default 1
if PINMUX_MCUX
config PINMUX_MCUX_PORTA
default y
config PINMUX_MCUX_PORTB
default y
config PINMUX_MCUX_PORTC
default y
config PINMUX_MCUX_PORTD
default y
config PINMUX_MCUX_PORTE
default y
endif # PINMUX_MCUX
endif # BOARD_TWR_KV58F220M