mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-03 15:16:51 +00:00
This introduces the picntrl driver and partial bindings for WCH CH32 V20x and V30x series Signed-off-by: Camille BAUD <mail@massdriver.space>
10 lines
290 B
Plaintext
10 lines
290 B
Plaintext
# Copyright (c) 2024 MASSDRIVER EI (massdriver.sapce)
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config PINCTRL_WCH_20X_30X_AFIO
|
|
bool "WCH AFIO pin controller driver for CH32V20x/30x"
|
|
default y
|
|
depends on DT_HAS_WCH_20X_30X_AFIO_ENABLED
|
|
help
|
|
WCH CH32V20x/30x AFIO pin controller driver.
|