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