Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
d60cd86ddcdcb6af46b5ab3e6911fb34c31c033d
/
.
/
drivers
/
gpio
/
Kconfig.rpi_pico
blob: 8d75fea44729e1a4bf52fede3b63245472327825 [
file
] [
log
] [
blame
]
# Copyright (c) 2021 Yonatan Schachter
# SPDX-License-Identifier: Apache-2.0
config GPIO_RPI_PICO
default
y
depends on DT_HAS_RASPBERRYPI_PICO_GPIO_PORT_ENABLED
select
PICOSDK_USE_GPIO
select
PINCTRL
bool
"Raspberry Pi Pico GPIO driver"