1# Copyright (c) 2023 Frontgrade Gaisler AB
2# SPDX-License-Identifier: Apache-2.0
3
4config GPIO_GRGPIO2
5	bool "GRLIB GRGPIO revision 2"
6	default y
7	depends on DT_HAS_GAISLER_GRGPIO_ENABLED
8	help
9	  Enable driver for GRLIB GRGPIO revision 2.
10