1# Copyright 2024 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4menuconfig MFD_ADP5585
5	bool "Analog ADP5585 I2C configurable GPIO/PWM/KeyScan chip"
6	default y
7	depends on DT_HAS_ADI_ADP5585_ENABLED
8	depends on I2C
9	help
10	  Enable driver for Analog ADP5585.
11
12config MFD_ADP5585_INIT_PRIORITY
13	int "Init priority"
14	default 65
15	depends on MFD_ADP5585
16	help
17	  Device driver initialization priority.
18