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