Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bafb6f63 authored by Mark Allyn's avatar Mark Allyn Committed by Greg Kroah-Hartman
Browse files

Staging: rar_register: provide better explanation in Kconfig



Provides a better explanation of what this
driver is for in the Kconfig file

Signed-off-by: default avatarMark Allyn <mark.a.allyn@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent e33cc5ce
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -14,4 +14,17 @@ config RAR_REGISTER
		contents of the restricted access region control
		registers.

		The restricted access region control registers
		(rar_registers) are used to pass address and
		locking information on restricted access regions
		to other drivers that use restricted access regions

		The restricted access regions are regions of memory
		on the Intel MID Platform that are not accessible to
		the x86 processor, but are accessible to dedicated
		processors on board peripheral devices.

		The purpose of the restricted access regions is to
		protect sensitive data from compromise by unauthorized
		programs running on the x86 processor.
endmenu