28 lines
400 B
Plaintext
28 lines
400 B
Plaintext
# NXP LPC54114 platform configuration options
|
|
|
|
# Copyright (c) 2017, NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_LPC54114_M4
|
|
|
|
config SOC
|
|
default "lpc54114"
|
|
|
|
config PINMUX_MCUX_LPC
|
|
default y
|
|
depends on PINMUX
|
|
|
|
config GPIO_MCUX_LPC
|
|
default y
|
|
depends on GPIO
|
|
|
|
config UART_MCUX_FLEXCOMM
|
|
default y
|
|
depends on SERIAL
|
|
|
|
config SOC_FLASH_LPC
|
|
default y
|
|
depends on FLASH
|
|
|
|
endif # SOC_LPC54114_M4
|