zephyr/drivers/gpio/Kconfig.rp1
Junho Lee f157d50afd drivers: gpio: add RP1 GPIO driver
Add GPIO driver for RP1 peripheral controller on Raspberry Pi 5.

Signed-off-by: Junho Lee <junho@tsnlab.com>
2024-12-06 12:14:37 +01:00

9 lines
278 B
Text

# Copyright (c) 2024 Junho Lee <junho@tsnlab.com>
# SPDX-License-Identifier: Apache-2.0
config GPIO_RP1
bool "RP1 peripheral controller GPIO Driver"
default y
depends on DT_HAS_RASPBERRYPI_RP1_GPIO_ENABLED
help
Enable Driver for GPIO banks on RP1 peripheral controller.