1# Copyright (c) 2023 Grinn
2# SPDX-License-Identifier: Apache-2.0
3
4config GPIO_AD5592
5	bool "AD5592 GPIO driver"
6	default y
7	depends on DT_HAS_ADI_AD5592_GPIO_ENABLED
8	select MFD
9	help
10	  Enable the AD5592 GPIO driver.
11