f4b61c5505
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>
11 lines
201 B
Plaintext
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.
|