1# Atmel SAM USART configuration options
2
3# Copyright (c) 2016 Piotr Mienkowski
4# SPDX-License-Identifier: Apache-2.0
5
6config USART_SAM
7	bool "Atmel SAM MCU family USART driver"
8	depends on SOC_FAMILY_SAM
9	select SERIAL_HAS_DRIVER
10	select SERIAL_SUPPORT_INTERRUPT
11	help
12	  This option enables the USARTx driver for Atmel SAM MCUs.
13