1# Synopsys GPIO via CREG (Control REGisters) driver
2
3# Copyright (c) 2021 Synopsys
4# SPDX-License-Identifier: Apache-2.0
5
6config GPIO_SNPS_CREG
7 bool "SNPS CREG GPIO"
8 default y
9 depends on DT_HAS_SNPS_CREG_GPIO_ENABLED
10 help
11 Enable driver for SNPS CREG GPIO.
12