zephyr/drivers/gpio/Kconfig.imx
Kumar Gala f4b61c5505 drivers: gpio: gpio_imx: Convert driver to new DT_INST macros
Convert driver to use DT_INST macros and remove related board per
instance Kconfig symbol usage.

Additionally remove udoo_neo_full_m4.conf from gpio_basic_api test since
the Kconfig symbols don't need to be set anymore.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-04-04 09:34:00 -05:00

11 lines
201 B
Plaintext

# IMX GPIO configuration options
# Copyright (c) 2018, NXP
# SPDX-License-Identifier: Apache-2.0
config GPIO_IMX
bool "IMX GPIO driver"
depends on HAS_IMX_GPIO
help
Enable the IMX GPIO driver.