1# Copyright (c) 2023 Basalte bv 2# SPDX-License-Identifier: Apache-2.0 3 4config GPIO_SC18IM704 5 bool "NXP SC18IM704 GPIO controller driver" 6 default y 7 depends on I2C_SC18IM704 8 depends on DT_HAS_NXP_SC18IM704_GPIO_ENABLED 9 help 10 Enables NXP SC18IM704 GPIO controller driver 11 12config GPIO_SC18IM704_INIT_PRIORITY 13 int "SC18IM704 GPIO init priority" 14 default 52 15 depends on GPIO_SC18IM704 16 help 17 SC18IM704 GPIO controller initialization priority. 18 19 Note: Has to be greater than the parent SC18IM704 bridge initialization priority. 20