989d103d53
The MCUX platform always uses pinctrl, there's no need to keep extra macrology around pinctrl. Also updated driver's Kconfig options to `select PINCTRL` (note that some already did). Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
14 lines
283 B
Plaintext
14 lines
283 B
Plaintext
# MCUX IGPIO configuration options
|
|
|
|
# Copyright (c) 2017, NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config GPIO_MCUX_IGPIO
|
|
bool "MCUX IGPIO driver"
|
|
default y
|
|
depends on HAS_MCUX_IGPIO
|
|
depends on DT_HAS_NXP_IMX_GPIO_ENABLED
|
|
select PINCTRL
|
|
help
|
|
Enable the MCUX IGPIO driver.
|