summaryrefslogtreecommitdiffstats
path: root/drivers/soc/imx/Kconfig
blob: 333a134d3f9ff5b4d3b331a4cc20f38ded51bf15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-License-Identifier: GPL-2.0-only
menu "i.MX SoC drivers"

config IMX8M_FEATCTRL
	bool "i.MX8M feature controller"
	depends on ARCH_IMX8M
	select FEATURE_CONTROLLER
	select IMX_OCOTP
	select NVMEM
	default y
	help
	  This driver disables device tree nodes that are not applicable
	  to Lite variants of i.MX8M SoCs.

endmenu