8a97bbd1f5
Remove Kconfig symbols that determine which instances and just use the number of enabled instance in the devicetree to determine which instances to build. Signed-off-by: Kumar Gala <galak@kernel.org>
10 lines
201 B
Plaintext
10 lines
201 B
Plaintext
# DesignWare GPIO configuration options
|
|
|
|
# Copyright (c) 2016 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config GPIO_DW
|
|
bool "Designware GPIO"
|
|
help
|
|
Enable driver for Designware GPIO
|