blob: 70bd45f19ecadac7cb37cab1d6e1651b0b886bab [file] [log] [blame]
Steve Boylan85cbc7a2023-07-14 10:57:16 -04001# 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
TOKITA Hiroshi88149af2024-11-01 06:09:05 +090010 select PINCTRL
Steve Boylan85cbc7a2023-07-14 10:57:16 -040011 help
12 Enable driving SPI via PIO on the PICO