blob: 5347fdac3ea75c8ebe2a1a964094024f390b3328 [file] [log] [blame]
# NXP LPC55S06 platform configuration options
# Copyright (c) 2022 metraTec
# SPDX-License-Identifier: Apache-2.0
if SOC_LPC55S06
config SOC
default "lpc55S06"
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_MCUX
default y
depends on FLASH
endif # SOC_LPC55S06