zephyr/soc/arm/ti_simplelink/msp432p4xx/Kconfig.soc

14 lines
264 B
Plaintext

# Texas Instruments MSP432P401R
# Copyright (c) 2017, Linaro Ltd
# SPDX-License-Identifier: Apache-2.0
choice
prompt "TI SimpleLink MCU Selection"
depends on SOC_SERIES_MSP432P4XX
config SOC_MSP432P401R
bool "MSP432P401R"
select HAS_MSP432P4XXSDK
endchoice