mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-09-03 10:33:11 +02:00

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>
118 B
118 B
Makefile for the i.MX SIM driver
obj-$(CONFIG_MXC_SIMv2) += imx_sim.o obj-$(CONFIG_MXC_EMVSIM) += imx_emvsim.o