| # Kconfig - LPC LPC55XXX Series |
| # Copyright (c) 2019, NXP |
| # SPDX-License-Identifier: Apache-2.0 |
| prompt "LPC5500 Series MCU Selection" |
| depends on SOC_SERIES_LPC55XXX |
| bool "SOC_LPC55S69 M33 [CPU 0]" |
| bool "SOC_LPC55S69 M33 [CPU 1]" |
| config SOC_PART_NUMBER_LPC55S69JBD100 |
| config SOC_PART_NUMBER_LPC55S69JET98 |
| config SOC_PART_NUMBER_LPC55XXX |
| default "LPC55S69JBD100" if SOC_PART_NUMBER_LPC55S69JBD100 |
| default "LPC55S69JET98" if SOC_PART_NUMBER_LPC55S69JET98 |
| 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_SERIES_LPC55XXX |