blob: 5d288a30e6cf2d9e67b2f7527dd32f5a054f46a3 [file] [log] [blame]
# Kconfig - NXP LPC55S69 CPU1 platform configuration options
#
# Copyright (c) 2019, NXP
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_LPC55S69_CPU1
config SOC
string
default "lpc55S69_cpu1"
if PINMUX
config PINMUX_MCUX_LPC
default n
endif # PINMUX
config GPIO
default n
if GPIO
config GPIO_MCUX_LPC
default n
endif # GPIO
if SERIAL
config USART_MCUX_LPC
default n
endif # SERIAL
endif # SOC_LPC55S69_CPU1