You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
373 B
14 lines
373 B
# Atmel SAM USART configuration options |
|
|
|
# Copyright (c) 2016 Piotr Mienkowski |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config USART_SAM |
|
bool "Atmel SAM MCU family USART driver" |
|
default y |
|
depends on DT_HAS_ATMEL_SAM_USART_ENABLED |
|
select PINCTRL |
|
select SERIAL_HAS_DRIVER |
|
select SERIAL_SUPPORT_INTERRUPT |
|
help |
|
This option enables the USARTx driver for Atmel SAM MCUs.
|
|
|