summaryrefslogtreecommitdiff
path: root/drivers/mxc/sim/Kconfig
blob: d5b9e3e1e9294de93f33d04e145d86d26cfcea75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#
# SIM configuration
#

menu "MXC SIM Support"

config MXC_SIMv2
	tristate "MXC SIMv2 support"
	depends on ARCH_MXC && MXC_SIM
	default n
	---help---
	Say Y if you want to use the SIMv2 on NXP i.MX6/7 processors.

	This driver can also be built as a module. If so, the module
	will be called imx_sim.

config MXC_EMVSIM
	tristate "IMX EMVSIM support"
	depends on ARCH_MXC_ARM64 && MXC_SIM
	default n
	---help---
	Say Y here if you want to use the EMVSIM on NXP i.MX8 processors.

	This driver can also be built as a module. If so, the module
	will be called imx_emvsim.

endmenu