Watson Zeng | 1103402 | 2021-06-30 09:41:58 +0800 | [diff] [blame] | 1 | # Synopsys GPIO via CREG (Control REGisters) driver |
| 2 | |
| 3 | # Copyright (c) 2021 Synopsys |
| 4 | # SPDX-License-Identifier: Apache-2.0 |
| 5 | |
Maureen Helm | 836651b | 2021-11-05 16:58:21 -0500 | [diff] [blame] | 6 | config GPIO_SNPS_CREG |
Watson Zeng | 1103402 | 2021-06-30 09:41:58 +0800 | [diff] [blame] | 7 | bool "SNPS CREG GPIO" |
Kumar Gala | 957e263 | 2022-07-20 12:07:47 -0500 | [diff] [blame] | 8 | default y |
| 9 | depends on DT_HAS_SNPS_CREG_GPIO_ENABLED |
Watson Zeng | 1103402 | 2021-06-30 09:41:58 +0800 | [diff] [blame] | 10 | help |
| 11 | Enable driver for SNPS CREG GPIO. |