1# Copyright (c) 2022 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4config GPIO_NPM6001
5	bool "nPM6001 GPIO driver"
6	default y
7	depends on DT_HAS_NORDIC_NPM6001_GPIO_ENABLED
8	select I2C
9	select MFD
10	help
11	  Enable the nPM6001 GPIO driver.
12
13config GPIO_NPM6001_INIT_PRIORITY
14	int "nPM6001 GPIO driver initialization priority"
15	depends on GPIO_NPM6001
16	default 85
17	help
18	  Initialization priority for the nPM6001 GPIO driver.
19