-
CONFIG_UART_SIFIVE_PORT_0
¶
Enable SIFIVE Port 0
Type: bool
Help¶
This tells the driver to configure the UART port at boot, depending on the additional configure options below.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/drivers/serial/Kconfig.sifive:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:24
→ <Zephyr>/drivers/serial/Kconfig:103
Menu path: (Top) → Device Drivers → Serial Drivers → SiFive Freedom serial driver
menuconfig UART_SIFIVE_PORT_0 bool "Enable SIFIVE Port 0" depends onUART_SIFIVE
&&SERIAL
help This tells the driver to configure the UART port at boot, depending on the additional configure options below.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)