blob: 2abc12cc58c5b7a97adbed1309ac04d709a28be2 [file] [log] [blame]
# Copyright (c) 2021 Telink Semiconductor
# SPDX-License-Identifier: Apache-2.0
if SOC_SERIES_TELINK_TLSR951X
choice
prompt "Telink TLSR951X SoC implementation"
config SOC_TELINK_TLSR9518
bool "Telink TLSR9518"
endchoice
config TELINK_B91_HWDSP
bool "Support Hardware DSP"
select RISCV_SOC_CONTEXT_SAVE
config TELINK_B91_PFT_ARCH
bool "Support performance throttling"
default y
select RISCV_SOC_CONTEXT_SAVE
endif # SOC_SERIES_TELINK_TLSR951X