-
CONFIG_UART_DRV_CMD
¶
Enable driver commands API
Type: bool
Help¶
This enables the API to send extra commands to drivers. This allows drivers to expose hardware specific functions.
Says no if not sure.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/serial/Kconfig:55
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:22
Menu path: (top menu) → Device Drivers → Serial Drivers
config UART_DRV_CMD bool prompt "Enable driver commands API" ifSERIAL
depends onSERIAL
help This enables the API to send extra commands to drivers. This allows drivers to expose hardware specific functions. Says no if not sure.
(Definitions include propagated dependencies, including from if’s and menus.)