summaryrefslogtreecommitdiff
path: root/drivers/mxc/Kconfig
diff options
context:
space:
mode:
authorGao Pan <pandy.gao@nxp.com>2018-01-08 17:10:31 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:30:13 +0800
commit2cac9c1e36676af7e3964d93b2aaea4991bc3c53 (patch)
tree5a04db04ccfd9a7f159e6d83470820332ea88df2 /drivers/mxc/Kconfig
parent3c70ec34f7ab2ec80ab748a00fb2de1060a6e60d (diff)
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: Andy Duan <fugang.duan@nxp.com>
Diffstat (limited to 'drivers/mxc/Kconfig')
-rwxr-xr-xdrivers/mxc/Kconfig9
1 files changed, 8 insertions, 1 deletions
diff --git a/drivers/mxc/Kconfig b/drivers/mxc/Kconfig
index 2d656e44092d..fa91a1d583ef 100755
--- a/drivers/mxc/Kconfig
+++ b/drivers/mxc/Kconfig
@@ -9,6 +9,14 @@ source "drivers/mxc/hantro/Kconfig"
source "drivers/mxc/mlb/Kconfig"
source "drivers/mxc/hdp/Kconfig"
+config MXC_SIM
+ tristate "MXC SIM support"
+ default n
+ ---help---
+ Say Y to get MXC SIM support.
+
+source "drivers/mxc/sim/Kconfig"
+
if ARCH_MXC_ARM64
source "drivers/mxc/vpu-malone/Kconfig"
endif
@@ -22,7 +30,6 @@ config MXC_IPU
Y here. IPU is needed by Framebuffer and V4L2 drivers.
source "drivers/mxc/ipu3/Kconfig"
-source "drivers/mxc/sim/Kconfig"
source "drivers/mxc/mipi/Kconfig"
source "drivers/mxc/vpu/Kconfig"
source "drivers/mxc/hdmi-cec/Kconfig"