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