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 select MFD 10 help 11 Enable the nPM1300 GPIO driver. 12 13config GPIO_NPM1300_INIT_PRIORITY 14 int "nPM1300 GPIO driver initialization priority" 15 depends on GPIO_NPM1300 16 default 85 17 help 18 Initialization priority for the nPM1300 GPIO driver. It must be 19 greater than the I2C controller init priority. 20