:orphan: .. title:: UART_DRV_CMD .. option:: 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 =================== \ :option:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/serial/Kconfig:57`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:24`` Menu path: (Top) → Device Drivers → Serial Drivers .. parsed-literal:: config UART_DRV_CMD bool "Enable driver commands API" depends on \ :option:`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.)*