This commit adds the pinctrl driver for WCH CH32V003. Signed-off-by: Michael Hope <michaelh@juju.nz> Signed-off-by: Dhiru Kholia <dhiru.kholia@gmail.com>
9 lines
224 B
Text
9 lines
224 B
Text
# Copyright (c) 2024 Michael Hope
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config PINCTRL_WCH_AFIO
|
|
bool "WCH AFIO pin controller driver"
|
|
default y
|
|
depends on DT_HAS_WCH_AFIO_ENABLED
|
|
help
|
|
WCH AFIO pin controller driver.
|