fa8aa11f71
Reworked uart_sam driver to utilize new DT_INST macros as part of this rework we also now get pin ctrl/mux configuration information from the device tree instead of via Kconfig and defines in soc_pinmap.h We remove defines from dts_fixup.h and soc_pinmap.h and associated Kconfig symbols that are no longer needed due to getting all that information from devicetree. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
14 lines
361 B
Plaintext
14 lines
361 B
Plaintext
# Atmel SAM UART configuration options
|
|
|
|
# Copyright (c) 2017 Piotr Mienkowski
|
|
# Copyright (c) 2018 Justin Watson
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config UART_SAM
|
|
bool "Atmel SAM MCU family UART driver"
|
|
depends on SOC_FAMILY_SAM
|
|
select SERIAL_HAS_DRIVER
|
|
select SERIAL_SUPPORT_INTERRUPT
|
|
help
|
|
This option enables the UARTx driver for Atmel SAM MCUs.
|