:orphan: .. title:: CONFIG_UART_DRV_CMD .. kconfig:: CONFIG_UART_DRV_CMD CONFIG_UART_DRV_CMD ################### *Enable driver commands API* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/serial/Kconfig:78`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig 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.)*