2017-07-26 17:40:18 +08:00
|
|
|
# Kconfig - LPC54XXX series configuration options
|
|
|
|
#
|
|
|
|
# Copyright (c) 2017, NXP
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
|
|
|
if SOC_SERIES_LPC54XXX
|
|
|
|
|
|
|
|
config SOC_SERIES
|
|
|
|
default lpc54xxx
|
|
|
|
|
|
|
|
config NUM_IRQS
|
|
|
|
int
|
|
|
|
# must be >= the highest interrupt number used
|
|
|
|
default 40
|
|
|
|
|
2018-05-08 15:31:48 +08:00
|
|
|
gsource "arch/arm/soc/nxp_lpc/lpc54xxx/Kconfig.defconfig.lp*"
|
2017-07-26 17:40:18 +08:00
|
|
|
|
|
|
|
endif # SOC_SERIES_LPC54XXX
|