27 lines
370 B
Plaintext
27 lines
370 B
Plaintext
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
# Copyright (c) 2017, Linaro Ltd
|
|
#
|
|
# Kconfig.defconfig.msp432p401r- TI SimpleLink MSP432P401R SoC
|
|
#
|
|
|
|
if SOC_MSP432P401R
|
|
|
|
config SOC
|
|
string
|
|
default msp432p401r
|
|
|
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|
int
|
|
default 48000000
|
|
|
|
config SYS_CLOCK_TICKS_PER_SEC
|
|
int
|
|
default 1000
|
|
|
|
config NUM_IRQS
|
|
int
|
|
default 64
|
|
|
|
endif # SOC_MSP432P401R
|