:orphan: .. title:: CONFIG_PICOSDK_USE_UART .. kconfig:: CONFIG_PICOSDK_USE_UART CONFIG_PICOSDK_USE_UART ####################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Use the UART driver from pico-sdk Direct dependencies =================== 0 *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`UART_RPI_PICO ` Kconfig definition ================== At ``/hal_rpi_pico/Kconfig:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:80`` Menu path: (Top) → Modules .. code-block:: kconfig config PICOSDK_USE_UART bool depends on 0 help Use the UART driver from pico-sdk *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*