config NVE_AP_KERNEL
	tristate "Direct char device access to NVE devices"
	help
	  This provides a character device for NVE device present in
	  the system, allowing the user to read and write directly to the
	  memory chips, and also use ioctl() to obtain information about
	  the device, or to erase parts of it.

config NVE_AP_KERNEL_WHITELIST
	bool "NVE whitelist"
	depends on NVE_AP_KERNEL
	help
	  This provides protect for valuable NV entries.

config NVE_HICRYPTO_MAC
	bool "NVE Data Integrity Protection"
	depends on NVE_AP_KERNEL
	help
	  This macro is nve data integrity protection.

config NVE_BASE_PLATFORM
	bool "NVE partition header name of base platform"
	depends on NVE_AP_KERNEL
	help
	  This macro is for base platform, where the nve partition header
	  name is different.

config NVE_SHARE_ACCESS
	bool "NVE share access for sensorhub and ap"
	depends on ZODIAC_SHARE_MMC
	help
	  This macro is for nve share access for sensorhub and ap.
