1# Copyright (c) 2024 Silicon Laboratories Inc. 2# SPDX-License-Identifier: Apache-2.0 3 4menuconfig GPIO_SILABS_SIWX91X 5 bool "Silabs SiWx91x GPIO driver" 6 default y 7 depends on DT_HAS_SILABS_SIWX91X_GPIO_ENABLED 8 help 9 Enable the HP/ULP GPIO driver for the Silabs SiWx91x SoC series. 10 11config GPIO_SILABS_SIWX91X_COMMON_INIT_PRIORITY 12 int "Common initialization priority" 13 depends on GPIO_SILABS_SIWX91X 14 default 39 15 16config GPIO_SILABS_SIWX91X_UULP 17 bool "Silabs SiWx91x UULP GPIO driver" 18 default y 19 depends on DT_HAS_SILABS_SIWX91X_GPIO_UULP_ENABLED 20 help 21 Enable the UULP GPIO driver for the Silabs SiWx91x SoC series. 22