This adds support for the GRLIB GRGPIO2 controller used in LEON and NOEL-V systems. Signed-off-by: Martin Åberg <martin.aberg@gaisler.com>
10 lines
239 B
Plaintext
10 lines
239 B
Plaintext
# Copyright (c) 2023 Frontgrade Gaisler AB
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config GPIO_GRGPIO2
|
|
bool "GRLIB GRGPIO revision 2"
|
|
default y
|
|
depends on DT_HAS_GAISLER_GRGPIO_ENABLED
|
|
help
|
|
Enable driver for GRLIB GRGPIO revision 2.
|