modules: hal_telink: introduce new HAL Telink module
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>
This commit is contained in:
parent
77bd56f9b1
commit
4b0b1e0eee
|
@ -26,6 +26,7 @@ source "modules/Kconfig.sof"
|
||||||
source "modules/Kconfig.st"
|
source "modules/Kconfig.st"
|
||||||
source "modules/Kconfig.stm32"
|
source "modules/Kconfig.stm32"
|
||||||
source "modules/Kconfig.syst"
|
source "modules/Kconfig.syst"
|
||||||
|
source "modules/Kconfig.telink"
|
||||||
source "modules/Kconfig.tinycbor"
|
source "modules/Kconfig.tinycbor"
|
||||||
source "modules/Kconfig.tinycrypt"
|
source "modules/Kconfig.tinycrypt"
|
||||||
source "modules/Kconfig.vega"
|
source "modules/Kconfig.vega"
|
||||||
|
|
7
modules/Kconfig.telink
Normal file
7
modules/Kconfig.telink
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# 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.
|
3
west.yml
3
west.yml
|
@ -86,6 +86,9 @@ manifest:
|
||||||
- name: hal_stm32
|
- name: hal_stm32
|
||||||
revision: 2016f613f8138b8abe42013ab983a0d2fe0459b9
|
revision: 2016f613f8138b8abe42013ab983a0d2fe0459b9
|
||||||
path: modules/hal/stm32
|
path: modules/hal/stm32
|
||||||
|
- name: hal_telink
|
||||||
|
revision: ffcfd6282aa213f1dc0848dbca6279b098f6b143
|
||||||
|
path: modules/hal/telink
|
||||||
- name: hal_ti
|
- name: hal_ti
|
||||||
revision: 3da6fae25fc44ec830fac4a92787b585ff55435e
|
revision: 3da6fae25fc44ec830fac4a92787b585ff55435e
|
||||||
path: modules/hal/ti
|
path: modules/hal/ti
|
||||||
|
|
Loading…
Reference in a new issue