4773bb45b0
Remove dead clock gate code and associated PM code as the platforms that used the clock gate code are no longer supported in Zephyr. Signed-off-by: Kumar Gala <galak@kernel.org>
34 lines
594 B
Plaintext
34 lines
594 B
Plaintext
# DesignWare GPIO configuration options
|
|
|
|
# Copyright (c) 2016 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
menuconfig GPIO_DW
|
|
bool "Designware GPIO"
|
|
help
|
|
Enable driver for Designware GPIO
|
|
|
|
if GPIO_DW
|
|
|
|
config GPIO_DW_0
|
|
bool "Designware GPIO block 0"
|
|
help
|
|
Include Designware GPIO driver
|
|
|
|
config GPIO_DW_1
|
|
bool "Designware GPIO block 1"
|
|
help
|
|
Include Designware GPIO driver
|
|
|
|
config GPIO_DW_2
|
|
bool "Designware GPIO block 1"
|
|
help
|
|
Include Designware GPIO driver
|
|
|
|
config GPIO_DW_3
|
|
bool "Designware GPIO block 1"
|
|
help
|
|
Include Designware GPIO driver
|
|
|
|
endif # GPIO_DW
|