The latest development version of this page may be more current than this released 1.14.1 version.
choice UART_SAME70_PORT_1_PIN_TX: TX pin

TX pin

Type: bool

Direct dependencies

SOC_SERIES_SAME70 && UART_SAM_PORT_1 && SERIAL

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to the first (visible) choice option.

Kconfig definition

At drivers/serial/Kconfig.uart_sam:34

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:22drivers/serial/Kconfig:87

Menu path: (top menu) → Device Drivers → Serial Drivers → Atmel SAM MCU family UART driver

choice UART_SAME70_PORT_1_PIN_TX
    bool
    prompt "TX pin" if SOC_SERIES_SAME70 && UART_SAM_PORT_1 && SERIAL
    depends on SOC_SERIES_SAME70 && UART_SAM_PORT_1 && SERIAL

(Definitions include propagated dependencies, including from if’s and menus.)