config INTEL_MEI_DAL
	tristate "Dynamic Application Loader for ME"
	depends on INTEL_MEI
	help
	  Dynamic Application Loader enables downloading java applets
	  to DAL FW and run it in a secure environment.
	  The DAL module exposes both user space api and kernel space api.

config INTEL_MEI_DAL_TEST
	tristate "Test Module for Dynamic Application Loader for ME"
	depends on INTEL_MEI_DAL
	help
	  Testing Module for Dynamic Application Loader, to test the
	  kernel space api from a user space client. The test module
	  calls the kernel space api functions of DAL module.

config ADIT_DAL_GATE
	tristate "ADIT DAL KDI access module"
	depends on INTEL_MEI_DAL
	default y
	help
	  This is the ADIT dal_gate driver. It's used to pass
	  user and group ID information to a trusted application.

config DAL_GATE_DEBUG
	bool "DAL gate debugging"
	depends on ADIT_DAL_GATE
	default n

config DAL_GATE_DONT_CACHE
	bool "DAL gate don't cache TA image by default"
	depends on ADIT_DAL_GATE
	default n
	help
	  The dal_gate driver usually caches a TA image for
	  performance reasons.
          That behaviour can be be turned off by setting the parameter
          ta_no_cache to 1.
	  This config option sets ta_no_cache=1 as default.
          Don't activate except during development.
