30 lines
413 B
Plaintext
30 lines
413 B
Plaintext
# NXP LPC55S69 CPU1 platform configuration options
|
|
|
|
# Copyright (c) 2019, NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_LPC55S69_CPU1
|
|
|
|
config SOC
|
|
default "lpc55S69_cpu1"
|
|
|
|
config PINMUX_MCUX_LPC
|
|
default y
|
|
depends on PINMUX
|
|
|
|
config GPIO
|
|
default y
|
|
|
|
config GPIO_MCUX_LPC
|
|
default y
|
|
depends on GPIO
|
|
|
|
config SERIAL
|
|
default n
|
|
|
|
config UART_MCUX_FLEXCOMM
|
|
default n
|
|
depends on SERIAL
|
|
|
|
endif # SOC_LPC55S69_CPU1
|