zephyr/drivers/serial/Kconfig.rpi_pico
TOKITA Hiroshi e678a6247d drivers: serial: rpi_pico: Migrate to pl011 driver
RaspberryPi Pico's UART can be operated with the pl011 driver.
Replace it with this.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
2024-04-10 10:01:25 +02:00

12 lines
298 B
Plaintext

# Copyright (c) 2021 Yonatan Schachter
# SPDX-License-Identifier: Apache-2.0
config UART_RPI_PICO_PIO
bool "Raspberry Pi PIO UART driver"
default y
depends on DT_HAS_RASPBERRYPI_PICO_UART_PIO_ENABLED
select SERIAL_HAS_DRIVER
select PICOSDK_USE_PIO
select PICOSDK_USE_CLAIM
depends on RESET