16 lines
281 B
Plaintext
16 lines
281 B
Plaintext
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
# Copyright (c) 2017, Linaro Ltd
|
|
#
|
|
# Kconfig.soc - Texas Instruments MSP432P401R
|
|
#
|
|
|
|
choice
|
|
prompt "TI SimpleLink MCU Selection"
|
|
depends on SOC_SERIES_MSP432P4XX
|
|
|
|
config SOC_MSP432P401R
|
|
bool "MSP432P401R"
|
|
select HAS_MSP432P4XXSDK
|
|
endchoice
|