Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
3224a50e034ebf45714a8317c3d784e83c6a89c4
/
.
/
drivers
/
gpio
/
Kconfig.imx
blob: 8de6db2d7b01a83caa0207b12fa4761522fe1075 [
file
] [
log
] [
blame
]
# IMX GPIO configuration options
# Copyright (c) 2018, NXP
# SPDX-License-Identifier: Apache-2.0
config GPIO_IMX
bool
"IMX GPIO driver"
default
y
depends on HAS_IMX_GPIO
depends on DT_HAS_NXP_IMX_GPIO_ENABLED
help
Enable
the IMX GPIO driver
.