1# IMX GPIO configuration options 2 3# Copyright (c) 2018, NXP 4# SPDX-License-Identifier: Apache-2.0 5 6config GPIO_IMX 7 bool "IMX GPIO driver" 8 default y 9 depends on DT_HAS_NXP_IMX_GPIO_ENABLED 10 depends on SOC_SERIES_IMX6SX || SOC_SERIES_IMX7D 11 select PINCTRL 12 help 13 Enable the IMX GPIO driver. 14