zephyr/drivers/gpio/Kconfig.gecko

18 lines
398 B
Plaintext
Raw Permalink Normal View History

# Gecko GPIO configuration options
# Copyright (c) 2017 Christian Taedcke
# SPDX-License-Identifier: Apache-2.0
menuconfig GPIO_GECKO
bool "Gecko GPIO driver"
default y
depends on DT_HAS_SILABS_GECKO_GPIO_PORT_ENABLED
select SOC_GECKO_GPIO
help
Enable the Gecko gpio driver.
config GPIO_GECKO_COMMON_INIT_PRIORITY
int "Common initialization priority"
depends on GPIO_GECKO
default 39