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

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-04-20 11:08:46 -05:00

11 lines
216 B
Plaintext

# MCUX IGPIO configuration options
# Copyright (c) 2017, NXP
# SPDX-License-Identifier: Apache-2.0
config GPIO_MCUX_IGPIO
bool "MCUX IGPIO driver"
depends on HAS_MCUX_IGPIO
help
Enable the MCUX IGPIO driver.