blob: 03e94cdd6554d0c7965e821d00f87426d0284752 [file] [log] [blame]
Watson Zeng11034022021-06-30 09:41:58 +08001# Synopsys GPIO via CREG (Control REGisters) driver
2
3# Copyright (c) 2021 Synopsys
4# SPDX-License-Identifier: Apache-2.0
5
Maureen Helm836651b2021-11-05 16:58:21 -05006config GPIO_SNPS_CREG
Watson Zeng11034022021-06-30 09:41:58 +08007 bool "SNPS CREG GPIO"
Kumar Gala957e2632022-07-20 12:07:47 -05008 default y
9 depends on DT_HAS_SNPS_CREG_GPIO_ENABLED
Watson Zeng11034022021-06-30 09:41:58 +080010 help
11 Enable driver for SNPS CREG GPIO.