This commit adds the gpio driver for WCH CH32V003. Signed-off-by: Michael Hope <michaelh@juju.nz> Signed-off-by: Dhiru Kholia <dhiru.kholia@gmail.com>
7 lines
174 B
Text
7 lines
174 B
Text
# Copyright (c) 2024 Michael Hope
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config GPIO_WCH_GPIO
|
|
bool "WCH CH32V00x GPIO driver"
|
|
depends on DT_HAS_WCH_GPIO_ENABLED
|
|
default y
|