blob: 49b5314983386e8f210478e758416b99368a2d0f [file] [log] [blame]
#
# Copyright (c) 2017, NXP
#
# SPDX-License-Identifier: Apache-2.0
#
config SOC_FAMILY_LPC
bool
select HAS_SEGGER_RTT
# omit prompt to signify a "hidden" option
if SOC_FAMILY_LPC
config SOC_FAMILY
string
default "nxp_lpc"
source "soc/arm/nxp_lpc/*/Kconfig.soc"
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.
endif # SOC_FAMILY_LPC