:orphan: .. title:: UART_NS16550_DRV_CMD .. option:: CONFIG_UART_NS16550_DRV_CMD *Enable Driver Commands* Type: ``bool`` Help ==== This enables the API for apps to send commands to driver. Says n if not sure. Direct dependencies =================== \ :option:`UART_DRV_CMD ` && \ :option:`UART_NS16550 ` && \ :option:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/serial/Kconfig.ns16550:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:24`` → ``drivers/serial/Kconfig:67`` Menu path: (Top) → Device Drivers → Serial Drivers → NS16550 serial driver .. parsed-literal:: config UART_NS16550_DRV_CMD bool "Enable Driver Commands" depends on \ :option:`UART_DRV_CMD ` && \ :option:`UART_NS16550 ` && \ :option:`SERIAL ` help This enables the API for apps to send commands to driver. Says n if not sure. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*