:orphan: .. title:: UART_SAM0 .. option:: CONFIG_UART_SAM0 *Atmel SAM0 series SERCOM USART driver* Type: ``bool`` Help ==== This option enables the SERCOMx USART driver for Atmel SAM0 MCUs. Direct dependencies =================== \ :option:`SOC_FAMILY_SAM0 ` || (\ :option:`SOC_FAMILY_SAM0 ` && \ :option:`SERIAL `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :option:`SERIAL ` - y Symbols selected by this symbol =============================== - \ :option:`SERIAL_HAS_DRIVER ` - \ :option:`SERIAL_SUPPORT_INTERRUPT ` - \ :option:`SERIAL_SUPPORT_ASYNC ` if n - \ :option:`DMA ` if \ :option:`UART_ASYNC_API ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/atmel_sam0/common/Kconfig.defconfig.series:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/atmel_sam0/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config UART_SAM0 bool default \ :option:`SERIAL ` depends on \ :option:`SOC_FAMILY_SAM0 ` ---- At ``drivers/serial/Kconfig.sam0:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:24`` → ``drivers/serial/Kconfig:115`` Menu path: (Top) → Device Drivers → Serial Drivers .. parsed-literal:: config UART_SAM0 bool "Atmel SAM0 series SERCOM USART driver" default y select \ :option:`SERIAL_HAS_DRIVER ` select \ :option:`SERIAL_SUPPORT_INTERRUPT ` select \ :option:`SERIAL_SUPPORT_ASYNC ` if n select \ :option:`DMA ` if \ :option:`UART_ASYNC_API ` depends on \ :option:`SOC_FAMILY_SAM0 ` && \ :option:`SERIAL ` help This option enables the SERCOMx USART driver for Atmel SAM0 MCUs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*