2017-07-26 17:40:18 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2017, NXP
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
|
|
|
config SOC_FAMILY_LPC
|
|
|
|
bool
|
2018-04-27 01:59:58 +08:00
|
|
|
select HAS_SEGGER_RTT
|
2017-07-26 17:40:18 +08:00
|
|
|
# omit prompt to signify a "hidden" option
|
|
|
|
|
|
|
|
if SOC_FAMILY_LPC
|
|
|
|
config SOC_FAMILY
|
|
|
|
string
|
|
|
|
default "nxp_lpc"
|
|
|
|
|
2018-09-04 04:47:02 +08:00
|
|
|
source "soc/arm/nxp_lpc/*/Kconfig.soc"
|
2017-07-26 17:40:18 +08:00
|
|
|
|
|
|
|
config SOC_PART_NUMBER
|
|
|
|
string
|
|
|
|
default SOC_PART_NUMBER_LPC54XXX if SOC_SERIES_LPC54XXX
|
|
|
|
|
|
|
|
help
|
|
|
|
This string holds the full part number of the SoC. It is a hidden option
|
|
|
|
that you should not set directly. The part number selection choice defines
|
|
|
|
the default value for this string.
|
2018-05-10 23:17:19 +08:00
|
|
|
endif # SOC_FAMILY_LPC
|