Loading drivers/misc/Kconfig +8 −0 Original line number Diff line number Diff line Loading @@ -476,6 +476,14 @@ config SRAM config SRAM_EXEC bool config QSEECOM tristate "QTI Secure Execution Communicator driver" help Provides a communication interface between userspace and QTI Secure Execution Environment (QSEE) using Secure Channel Manager (SCM) interface. It exposes APIs for both userspace and kernel clients. config VEXPRESS_SYSCFG bool "Versatile Express System Configuration driver" depends on VEXPRESS_CONFIG Loading drivers/misc/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ obj-$(CONFIG_SRAM) += sram.o obj-$(CONFIG_SRAM_EXEC) += sram-exec.o obj-y += mic/ obj-$(CONFIG_GENWQE) += genwqe/ obj-$(CONFIG_QSEECOM) += qseecom.o obj-$(CONFIG_ECHO) += echo/ obj-$(CONFIG_VEXPRESS_SYSCFG) += vexpress-syscfg.o obj-$(CONFIG_CXL_BASE) += cxl/ Loading Loading
drivers/misc/Kconfig +8 −0 Original line number Diff line number Diff line Loading @@ -476,6 +476,14 @@ config SRAM config SRAM_EXEC bool config QSEECOM tristate "QTI Secure Execution Communicator driver" help Provides a communication interface between userspace and QTI Secure Execution Environment (QSEE) using Secure Channel Manager (SCM) interface. It exposes APIs for both userspace and kernel clients. config VEXPRESS_SYSCFG bool "Versatile Express System Configuration driver" depends on VEXPRESS_CONFIG Loading
drivers/misc/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ obj-$(CONFIG_SRAM) += sram.o obj-$(CONFIG_SRAM_EXEC) += sram-exec.o obj-y += mic/ obj-$(CONFIG_GENWQE) += genwqe/ obj-$(CONFIG_QSEECOM) += qseecom.o obj-$(CONFIG_ECHO) += echo/ obj-$(CONFIG_VEXPRESS_SYSCFG) += vexpress-syscfg.o obj-$(CONFIG_CXL_BASE) += cxl/ Loading