CONFIG_UART_ALTERA_JTAG¶
Nios II JTAG UART driver
Type: bool
Help¶
Enable the Altera JTAG UART driver, built in to many Nios II CPU
designs.
Default¶
- n 
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr Driver>/serial/Kconfig.altera_jtag:5
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:26 → <Zephyr Driver>/serial/Kconfig:118
Menu path: (Top) → Device Drivers → Serial Drivers
config UART_ALTERA_JTAG
    bool "Nios II JTAG UART driver"
    default n
    select SERIAL_HAS_DRIVER
    depends on SERIAL
    help
      Enable the Altera JTAG UART driver, built in to many Nios II CPU
      designs.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)