linux-imx/drivers/mxc/sim/Kconfig
Gao Pan 157c3774bf MLK-17319-1 imx8: sim: add driver to support EMVSIM module
The EMVSIM module is designed to facilitate communication to
Smart Cards compatible to the EMV ver4.3 standard and compatible
with ISO/IEC 7816-3 Standard.

This patch adds driver to support EMVSIM module for imx8.

Signed-off-by: Gao Pan <pandy.gao@nxp.com>
Reviewed-by: Fugang Duan <fugang.duan@nxp.com>
Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
[ Aisheng: squash lagecy patches ]
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
2023-10-30 15:57:28 +08:00

562 B

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 "MXC EMVSIM support" depends on ARCH_MXC && 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