1# Copyright 2024 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4menuconfig GPIO_ADP5585
5	bool "ADP5585_GPIO I2C GPIO chip"
6	default y
7	depends on DT_HAS_ADI_ADP5585_GPIO_ENABLED
8	select MFD
9	select I2C
10	help
11	  Enable the ADP5585 GPIO driver.
12
13config GPIO_ADP5585_INIT_PRIORITY
14	int "Init priority"
15	default 70
16	depends on GPIO_ADP5585
17	help
18	  Device driver initialization priority.
19