1# Copyright (c) 2024 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4config GPIO_NPM2100
5	bool "nPM2100 GPIO driver"
6	default y
7	depends on DT_HAS_NORDIC_NPM2100_GPIO_ENABLED
8	select I2C
9	select MFD
10	help
11	  Enable the nPM2100 GPIO driver.
12
13config GPIO_NPM2100_INIT_PRIORITY
14	int "nPM2100 GPIO driver initialization priority"
15	depends on GPIO_NPM2100
16	default 80
17	help
18	  Initialization priority for the nPM2100 GPIO driver. It must be
19	  greater than the I2C controller init priority.
20