e678a6247d
RaspberryPi Pico's UART can be operated with the pl011 driver. Replace it with this. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
12 lines
298 B
Plaintext
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
|