zephyr/boards/arm/frdm_k64f/Kconfig.defconfig
Kumar Gala 0e7067c6be arm: dts: cleanup uart related Kconfig options
Now that we generate BLUETOOTH_UART_ON_DEV_NAME, UART_PIPE_ON_DEV_NAME,
and BLUETOOTH_MONITOR_ON_DEV_NAME Kconfig defines for dts enabled
platforms add those into the appropriate dts files and remove from the
various board/Kconfig.defconfig files.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-07-25 12:23:20 -05:00

159 lines
1.7 KiB
Text

# Kconfig - FRDM-K64F board
#
# Copyright (c) 2016, Freescale Semiconductor, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
if BOARD_FRDM_K64F
config BOARD
default frdm_k64f
config OSC_XTAL0_FREQ
default 50000000
config MCG_PRDIV0
default 0x13
config MCG_VDIV0
default 0x18
config MCG_FCRDIV
default 1
if UART_MCUX
config UART_MCUX_0
def_bool y if UART_CONSOLE
config UART_MCUX_3
def_bool y if BLUETOOTH_UART
endif # UART_MCUX
config PINMUX
def_bool y
if PINMUX_MCUX
config PINMUX_MCUX_PORTA
def_bool y
config PINMUX_MCUX_PORTB
def_bool y
config PINMUX_MCUX_PORTC
def_bool y
config PINMUX_MCUX_PORTD
def_bool y if SPI_0
config PINMUX_MCUX_PORTE
def_bool y
endif # PINMUX_MCUX
if GPIO_MCUX
config GPIO_MCUX_PORTA
def_bool y
config GPIO_MCUX_PORTB
def_bool y
config GPIO_MCUX_PORTC
def_bool y
config GPIO_MCUX_PORTD
def_bool y
config GPIO_MCUX_PORTE
def_bool y
endif # GPIO_MCUX
if I2C
config I2C_0
def_bool y
if I2C_0
config I2C_0_DEFAULT_CFG
default 0x12
endif # I2C_0
config I2C_1
def_bool n
if I2C_1
config I2C_1_DEFAULT_CFG
default 0x12
endif # I2C_1
endif # I2C
if ADC
config ADC_1
def_bool y
endif # ADC
if FXOS8700
config FXOS8700_I2C_ADDRESS
default 0x1d
config FXOS8700_GPIO_NAME
default GPIO_MCUX_PORTC_NAME
config FXOS8700_GPIO_PIN
default 13
endif # FXOS8700
if PWM_K64_FTM
config PWM_K64_FTM_0
def_bool y
endif # PWM_K64_FTM
if SPI
config SPI_0
def_bool y
config SPI_0_IRQ_PRI
default 3
config SPI_1
def_bool n
config SPI_1_IRQ_PRI
default 3
config SPI_2
def_bool n
config SPI_2_IRQ_PRI
default 3
endif # SPI
if NETWORKING
config NET_L2_ETHERNET
def_bool y
config ETH_MCUX_0
def_bool y
endif # NETWORKING
endif # BOARD_FRDM_K64F