Replace occurrences of "RaspberryPi" with "Raspberry Pi" in documentation, comment blocks etc. Correct the name of "PicoW" to "Pico W", matching Raspberry Pi's documentation at https://www.raspberrypi.com/documentation/microcontrollers/pico-series.html . Signed-off-by: Andrew Featherstone <andrew.featherstone@gmail.com>
11 lines
280 B
Plaintext
11 lines
280 B
Plaintext
# Copyright (c) 2021 Yonatan Schachter
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config PINCTRL_RPI_PICO
|
|
bool "Raspberry Pi Pico pin controller driver"
|
|
default y
|
|
depends on DT_HAS_RASPBERRYPI_PICO_PINCTRL_ENABLED
|
|
select PICOSDK_USE_GPIO
|
|
help
|
|
Raspberry Pi Pico pinctrl driver
|