50129f8dd7
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>
11 lines
216 B
Plaintext
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.
|