- patches.arch/x86_mce_intel_decode_physical_address.patch:
[linux-flexiantxendom0-3.2.10.git] / drivers / staging / rar_register / Kconfig
1 #
2 # RAR device configuration
3 #
4
5 menu "RAR Register Driver"
6 #
7 #       Restricted Access Register Manager
8 #
9 config RAR_REGISTER
10         tristate "Restricted Access Region Register Driver"
11         depends on PCI
12         default n
13         ---help---
14           This driver allows other kernel drivers access to the
15           contents of the restricted access region control registers.
16
17           The restricted access region control registers
18           (rar_registers) are used to pass address and
19           locking information on restricted access regions
20           to other drivers that use restricted access regions.
21
22           The restricted access regions are regions of memory
23           on the Intel MID Platform that are not accessible to
24           the x86 processor, but are accessible to dedicated
25           processors on board peripheral devices.
26
27           The purpose of the restricted access regions is to
28           protect sensitive data from compromise by unauthorized
29           programs running on the x86 processor.
30 endmenu