1# Atmel SAM UART configuration options
2
3# Copyright (c) 2017 Piotr Mienkowski
4# Copyright (c) 2018 Justin Watson
5# SPDX-License-Identifier: Apache-2.0
6
7config UART_SAM
8	bool "Atmel SAM MCU family UART driver"
9	default y
10	depends on DT_HAS_ATMEL_SAM_UART_ENABLED
11	select SERIAL_HAS_DRIVER
12	select SERIAL_SUPPORT_INTERRUPT
13	help
14	  This option enables the UARTx driver for Atmel SAM MCUs.
15