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.

Direct dependencies

SERIAL

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/serial/Kconfig:57

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:24

Menu path: (Top) → Device Drivers → Serial Drivers

config UART_DRV_CMD
    bool "Enable driver commands API"
    depends on SERIAL
    help
      This enables the API to send extra commands to drivers.
      This allows drivers to expose hardware specific functions.

      Says no if not sure.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)