zephyr/drivers/gpio/Kconfig.mcux_rgpio
Chekhov Ma e1d495be81 driver: add new gpio driver "gpio_mcux_rgpio"
Add RGPIO gpio driver. This driver is used for i.MX93 and i.MX8ULP.
GPIO pinctrl, read/write and interrupt is supported. Runtime mmio
configuration is enabled, so no need for region definition in
mimx9/mmu_region.c

Signed-off-by: Chekhov Ma <chekhov.ma@nxp.com>
2024-01-16 20:50:11 -05:00

13 lines
253 B
Plaintext

# MCUX RGPIO configuration options
# Copyright 2023, NXP
# SPDX-License-Identifier: Apache-2.0
config GPIO_MCUX_RGPIO
bool "MCUX RGPIO driver"
default y
depends on DT_HAS_NXP_IMX_RGPIO_ENABLED
select PINCTRL
help
Enable the MCUX RGPIO driver.