We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2aa0a3 commit ed168d6Copy full SHA for ed168d6
drivers/spi/Kconfig.rpi_pico
@@ -2,11 +2,11 @@
2
# SPDX-License-Identifier: Apache-2.0
3
4
config SPI_RPI_PICO_PIO
5
- bool "Raspberry Pi PICO PIO SPI controller driver"
+ 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
select PINCTRL
11
help
12
- Enable driving SPI via PIO on the PICO
+ Enable driving SPI via PIO on the Pico
0 commit comments