1# Gecko GPIO configuration options
2
3# Copyright (c) 2017 Christian Taedcke
4# SPDX-License-Identifier: Apache-2.0
5
6menuconfig GPIO_GECKO
7	bool "Gecko GPIO driver"
8	default y
9	depends on DT_HAS_SILABS_GECKO_GPIO_PORT_ENABLED
10	select SOC_GECKO_GPIO
11	help
12	  Enable the Gecko gpio driver.
13
14config GPIO_GECKO_COMMON_INIT_PRIORITY
15	int "Common initialization priority"
16	depends on GPIO_GECKO
17	default 39
18