1# MAX32 UART configuration
2
3# Copyright (c) 2023-2024 Analog Devices, Inc.
4# SPDX-License-Identifier: Apache-2.0
5
6config UART_MAX32
7	bool "MAX32 MCU serial driver"
8	default y
9	depends on DT_HAS_ADI_MAX32_UART_ENABLED
10	select SERIAL_HAS_DRIVER
11	select SERIAL_SUPPORT_INTERRUPT
12	select PINCTRL
13	help
14	  This option enables the UART driver for MAX32 family of
15	  processors.
16	  Say y if you wish to use serial port on MAX32 MCU.
17