1# Copyright 2020 Broadcom
2# Copyright 2024 Meta
3# SPDX-License-Identifier: Apache-2.0
4
5config GPIO_IPROC
6	bool "Broadcom iProc GPIO controller driver"
7	default y
8	depends on DT_HAS_BRCM_IPROC_GPIO_ENABLED
9	help
10	  This option enables the GPIO driver for iProc family
11	  of GPIO controller.
12