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 if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/serial/Kconfig:48

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:22

Menu path: (top menu) → Device Drivers → Serial Drivers

config UART_DRV_CMD
    bool
    prompt "Enable driver commands API" if SERIAL
    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.

(Definitions include propagated dependencies, including from if’s and menus.)