zephyr/drivers/gpio/Kconfig.dw
Kumar Gala 4773bb45b0 drivers: gpio: dw: Remove dead clock gate code
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>
2022-07-14 10:31:42 +02:00

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