Files
zephyr/drivers/pinctrl/Kconfig.wch_00x_afio
Michael Hope f4b1544bec drivers: pinctrl: add a driver for the CH32V00x series
The CH32V006 and others in the CH32V00x series are an evolution of the
CH32V003 and use different remap offsets for the various peripherals.

In the same way as the CH32V20x, fork the CH32V003 driver and add
CH32V00x support.

Signed-off-by: Michael Hope <michaelh@juju.nz>
2025-05-09 01:40:22 +02:00

10 lines
297 B
Plaintext

# Copyright (c) 2025 Michael Hope <michaelh@juju.nz>
# SPDX-License-Identifier: Apache-2.0
config PINCTRL_WCH_00X_AFIO
bool "WCH AFIO pin controller driver for CH32V00x"
default y
depends on DT_HAS_WCH_00X_AFIO_ENABLED
help
WCH CH32V00x AFIO pin controller driver, excluding the CH32V003.