Steve Boylan | 85cbc7a | 2023-07-14 10:57:16 -0400 | [diff] [blame] | 1 | # Copyright (c) 2023 Stephen Boylan <stephen.boylan@beechwoods.com> |
| 2 | # SPDX-License-Identifier: Apache-2.0 |
| 3 | |
| 4 | config 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 Hiroshi | 88149af | 2024-11-01 06:09:05 +0900 | [diff] [blame] | 10 | select PINCTRL |
Steve Boylan | 85cbc7a | 2023-07-14 10:57:16 -0400 | [diff] [blame] | 11 | help |
| 12 | Enable driving SPI via PIO on the PICO |