1# Copyright (c) 2024 Google LLC.
2# SPDX-License-Identifier: Apache-2.0
3
4config UART_WCH_USART
5	bool "CH32V00x USART driver"
6	default y
7	depends on DT_HAS_WCH_USART_ENABLED
8	select SERIAL_HAS_DRIVER
9	select PINCTRL
10	help
11	  This option enables the USART driver for CH32V00x SoC family.
12