1# DesignWare GPIO configuration options
2
3# Copyright (c) 2016 Intel Corporation
4# SPDX-License-Identifier: Apache-2.0
5
6config GPIO_DW
7	bool "Designware GPIO"
8	default y
9	depends on DT_HAS_SNPS_DESIGNWARE_GPIO_ENABLED
10	help
11	  Enable driver for Designware GPIO
12