drivers: pinctrl: introduce new Telink B91 Pinctrl driver
Pinctrl driver basic support for Telink B91 platform. Signed-off-by: Yuriy Vynnychek <yura.vynnychek@telink-semi.com>
This commit is contained in:
parent
851599080d
commit
b49dd6b1b4
4 changed files with 185 additions and 0 deletions
11
drivers/pinctrl/Kconfig.b91
Normal file
11
drivers/pinctrl/Kconfig.b91
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Copyright (c) 2022 Telink Semiconductor
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
DT_COMPAT_TELINK_B91_PINCTRL := telink,b91-pinctrl
|
||||
|
||||
config PINCTRL_TELINK_B91
|
||||
bool "Telink B91 pin controller driver"
|
||||
depends on SOC_RISCV_TELINK_B91
|
||||
default $(dt_compat_enabled,$(DT_COMPAT_TELINK_B91_PINCTRL))
|
||||
help
|
||||
Enables Telink B91 pin controller driver
|
Loading…
Add table
Add a link
Reference in a new issue