Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
b77d896ff62e9f6aa0beab732edda1d2a15a1528
/
.
/
drivers
/
gpio
/
Kconfig.mcux_rgpio
blob: 6446137542aa8f22ab971b3be205bbc1349c8374 [
file
] [
log
] [
blame
]
# 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
.