mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 15:55:54 +00:00
This commit introduce new HAL Telink module used by new Telink B91 RISC-V platform drivers. Signed-off-by: Yuriy Vynnychek <yura.vynnychek@telink-semi.com>
8 lines
180 B
Plaintext
8 lines
180 B
Plaintext
# Copyright (c) 2021 Telink Semiconductor
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config HAS_TELINK_DRIVERS
|
|
bool "Telink Drivers"
|
|
help
|
|
This option enables Telink Drivers APIs.
|