2019-11-01 20:45:29 +08:00
|
|
|
# DesignWare GPIO configuration options
|
|
|
|
|
2016-03-18 01:52:14 +08:00
|
|
|
# Copyright (c) 2016 Intel Corporation
|
2017-01-19 09:01:01 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-03-18 01:52:14 +08:00
|
|
|
|
2022-07-14 01:34:28 +08:00
|
|
|
config GPIO_DW
|
2018-08-14 22:19:20 +08:00
|
|
|
bool "Designware GPIO"
|
2022-07-21 01:07:47 +08:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_SNPS_DESIGNWARE_GPIO_ENABLED
|
2016-03-18 01:52:14 +08:00
|
|
|
help
|
|
|
|
Enable driver for Designware GPIO
|