1# Copyright (c) 2023 Stephen Boylan <stephen.boylan@beechwoods.com>
2# SPDX-License-Identifier: Apache-2.0
3
4config SPI_RPI_PICO_PIO
5	bool "Raspberry Pi PICO PIO SPI controller driver"
6	default y
7	depends on DT_HAS_RASPBERRYPI_PICO_SPI_PIO_ENABLED
8	select PICOSDK_USE_PIO
9	select PICOSDK_USE_CLAIM
10	help
11	  Enable driving SPI via PIO on the PICO
12