:orphan: .. title:: CONFIG_UART_RPI_PICO .. kconfig:: CONFIG_UART_RPI_PICO CONFIG_UART_RPI_PICO #################### *Raspberry Pi UART driver* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Symbols selected by this symbol =============================== - \ :kconfig:`SERIAL_HAS_DRIVER ` - \ :kconfig:`PICOSDK_USE_UART ` - \ :kconfig:`SERIAL_SUPPORT_INTERRUPT ` Kconfig definition ================== At ``/serial/Kconfig.rpi_pico:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:162`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig config UART_RPI_PICO bool "Raspberry Pi UART driver" default n select SERIAL_HAS_DRIVER select PICOSDK_USE_UART select SERIAL_SUPPORT_INTERRUPT depends on SERIAL *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*