2019-11-01 13:45:29 +01:00
|
|
|
# Gecko GPIO configuration options
|
|
|
|
|
2017-04-05 19:02:45 +02:00
|
|
|
# Copyright (c) 2017 Christian Taedcke
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
menuconfig GPIO_GECKO
|
|
|
|
bool "Gecko GPIO driver"
|
2022-07-20 19:07:47 +02:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_SILABS_GECKO_GPIO_PORT_ENABLED
|
2018-12-12 16:30:00 +01:00
|
|
|
select SOC_GECKO_GPIO
|
2017-04-05 19:02:45 +02:00
|
|
|
help
|
|
|
|
Enable the Gecko gpio driver.
|
|
|
|
|
|
|
|
config GPIO_GECKO_COMMON_INIT_PRIORITY
|
|
|
|
int "Common initialization priority"
|
2020-03-23 00:47:15 +01:00
|
|
|
depends on GPIO_GECKO
|
2017-04-05 19:02:45 +02:00
|
|
|
default 39
|