-
CONFIG_UART_SIFIVE_PORT_1
¶
Enable SIFIVE Port 1
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 drivers/serial/Kconfig.sifive:48
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:101
Menu path: (top menu) → Device Drivers → Serial Drivers → SiFive Freedom serial driver
menuconfig UART_SIFIVE_PORT_1 bool prompt "Enable SIFIVE Port 1" ifUART_SIFIVE
&&SERIAL
depends onUART_SIFIVE
&&SERIAL
help This tells the driver to configure the UART port at boot, depending on the additional configure options below.
(Definitions include propagated dependencies, including from if’s and menus.)