:orphan: .. title:: UART_SAM_PORT_4 .. option:: CONFIG_UART_SAM_PORT_4 *Enable UART4* Type: ``bool`` Help ==== Enable UART4 at boot Direct dependencies =================== \ :option:`UART_SAM ` && \ :option:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/serial/Kconfig.uart_sam:82`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:20`` → ``drivers/serial/Kconfig:89`` Menu path: (Top) → Device Drivers → Serial Drivers → Atmel SAM MCU family UART driver .. parsed-literal:: config UART_SAM_PORT_4 bool "Enable UART4" depends on \ :option:`UART_SAM ` && \ :option:`SERIAL ` help Enable UART4 at boot *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*