Skip to content

Commit ed168d6

Browse files
ajf58dkalowsk
authored andcommitted
docs: raspberrypi: Correct capitalization of Pico
In the context of Raspberry Pi's product line, this is Pico, not PICO. Signed-off-by: Andrew Featherstone <[email protected]>
1 parent a2aa0a3 commit ed168d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/spi/Kconfig.rpi_pico

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
config SPI_RPI_PICO_PIO
5-
bool "Raspberry Pi PICO PIO SPI controller driver"
5+
bool "Raspberry Pi Pico PIO SPI controller driver"
66
default y
77
depends on DT_HAS_RASPBERRYPI_PICO_SPI_PIO_ENABLED
88
select PICOSDK_USE_PIO
99
select PICOSDK_USE_CLAIM
1010
select PINCTRL
1111
help
12-
Enable driving SPI via PIO on the PICO
12+
Enable driving SPI via PIO on the Pico

0 commit comments

Comments
 (0)