blob: fb2e30d3a6ed63fec6d5dc4bc322cff94eb9adbc [file] [log] [blame]
# LPC51U68 series configuration options
# Copyright (c) 2021 metraTec GmbH
# SPDX-License-Identifier: Apache-2.0
if SOC_SERIES_LPC51U68
config SOC_SERIES
default "lpc51u68"
config NUM_IRQS
# must be >= the highest interrupt number used.
default 32
config SOC
default "lpc51u68"
config SOC_FLASH_LPC
default y
depends on FLASH
endif