1# MCUX RGPIO configuration options
2
3# Copyright 2023, NXP
4# SPDX-License-Identifier: Apache-2.0
5
6config GPIO_MCUX_RGPIO
7	bool "MCUX RGPIO driver"
8	default y
9	depends on DT_HAS_NXP_IMX_RGPIO_ENABLED
10	select PINCTRL
11	help
12	  Enable the MCUX RGPIO driver.
13