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 depends on SOC_FAMILY_SAM 10 select SERIAL_HAS_DRIVER 11 select SERIAL_SUPPORT_INTERRUPT 12 help 13 This option enables the UARTx driver for Atmel SAM MCUs. 14