2017-08-03 21:35:35 +08:00
|
|
|
# Kconfig - LPCXpresso54114 board
|
|
|
|
#
|
|
|
|
# Copyright (c) 2017, NXP
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
2018-05-16 03:20:20 +08:00
|
|
|
if BOARD_LPCXPRESSO54114_M4
|
2017-08-03 21:35:35 +08:00
|
|
|
|
|
|
|
config BOARD
|
2018-05-26 02:56:38 +08:00
|
|
|
default "lpcxpresso54114_m4"
|
2017-08-03 21:35:35 +08:00
|
|
|
|
|
|
|
if USART_MCUX_LPC
|
|
|
|
|
|
|
|
config USART_MCUX_LPC_0
|
|
|
|
def_bool y if UART_CONSOLE
|
|
|
|
|
|
|
|
endif # USART_MCUX_LPC
|
|
|
|
|
|
|
|
if PINMUX_MCUX_LPC
|
|
|
|
|
|
|
|
config PINMUX_MCUX_LPC_PORT0
|
|
|
|
def_bool y
|
|
|
|
|
|
|
|
config PINMUX_MCUX_LPC_PORT1
|
|
|
|
def_bool y
|
|
|
|
|
|
|
|
endif # PINMUX_MCUX_LPC
|
|
|
|
|
|
|
|
if GPIO_MCUX_LPC
|
|
|
|
|
|
|
|
config GPIO_MCUX_LPC_PORT0
|
|
|
|
def_bool y
|
|
|
|
|
|
|
|
config GPIO_MCUX_LPC_PORT1
|
|
|
|
def_bool y
|
|
|
|
|
|
|
|
endif # GPIO_MCUX_LPC
|
|
|
|
|
2018-05-16 03:20:20 +08:00
|
|
|
endif # BOARD_LPCXPRESSO54114_M4
|