# Synopsys GPIO via CREG (Control REGisters) driver | |
# Copyright (c) 2021 Synopsys | |
# SPDX-License-Identifier: Apache-2.0 | |
# Workaround for not being able to have commas in macro arguments | |
DT_COMPAT_SNPS_CREG_GPIO := snps,creg-gpio | |
config GPIO_SNPS_CREG | |
bool "SNPS CREG GPIO" | |
default $(dt_compat_enabled,$(DT_COMPAT_SNPS_CREG_GPIO)) | |
help | |
Enable driver for SNPS CREG GPIO. |