blob: 53ee00ac5678320c2e920832b3f6bd65d03f0632 [file] [log] [blame]
# NXP LPC54114 platform configuration options
# Copyright (c) 2017, NXP
# SPDX-License-Identifier: Apache-2.0
if SOC_LPC54114_M4
config SOC
default "lpc54114"
if PINMUX
config PINMUX_MCUX_LPC
default y
endif # PINMUX
if GPIO
config GPIO_MCUX_LPC
default y
endif # GPIO
if SERIAL
config UART_MCUX_FLEXCOMM
default y
endif # SERIAL
endif # SOC_LPC54114_M4