11 lines
273 B
Plaintext
11 lines
273 B
Plaintext
|
# Copyright (c) 2021 Telink Semiconductor
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config SOC_SERIES_RISCV_TELINK_B91
|
||
|
bool "Telink B91 SoC Implementation"
|
||
|
select RISCV
|
||
|
select SOC_FAMILY_RISCV_PRIVILEGE
|
||
|
select HAS_TELINK_DRIVERS
|
||
|
help
|
||
|
Enable support for Telink B91 SoC
|