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 HAS_IMX_GPIO
10	depends on DT_HAS_NXP_IMX_GPIO_ENABLED
11	select PINCTRL
12	help
13	  Enable the IMX GPIO driver.
14