zephyr/drivers/gpio/Kconfig.grgpio
Martin Åberg 7dbc5f09ed drivers/gpio: Add support for GRLIB GRGPIO2
This adds support for the GRLIB GRGPIO2 controller used in
LEON and NOEL-V systems.

Signed-off-by: Martin Åberg <martin.aberg@gaisler.com>
2024-07-29 14:27:15 +02:00

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.