diff options
author | Alan Cox <alan@linux.intel.com> | 2010-06-18 09:05:52 -0400 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2010-08-03 09:48:50 -0400 |
commit | c715a38bb7fc22fb8018b916c8a9f7ff017a8ad7 (patch) | |
tree | b51c087653a2e6cd9a03057cf995eca3100bfb0e /drivers/platform/x86/Kconfig | |
parent | 97ba0af097dc3428b85dc6a1282968d7ba9510f5 (diff) |
rar: Move the RAR driver into the right place as its now clean
We exit staging rar! rar! rar!...
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r-- | drivers/platform/x86/Kconfig | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 724b2ed1a3cb..2f173bc0ff05 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig | |||
@@ -539,6 +539,28 @@ config INTEL_SCU_IPC | |||
539 | some embedded Intel x86 platforms. This is not needed for PC-type | 539 | some embedded Intel x86 platforms. This is not needed for PC-type |
540 | machines. | 540 | machines. |
541 | 541 | ||
542 | config RAR_REGISTER | ||
543 | bool "Restricted Access Region Register Driver" | ||
544 | depends on PCI && X86_MRST | ||
545 | default n | ||
546 | ---help--- | ||
547 | This driver allows other kernel drivers access to the | ||
548 | contents of the restricted access region control registers. | ||
549 | |||
550 | The restricted access region control registers | ||
551 | (rar_registers) are used to pass address and | ||
552 | locking information on restricted access regions | ||
553 | to other drivers that use restricted access regions. | ||
554 | |||
555 | The restricted access regions are regions of memory | ||
556 | on the Intel MID Platform that are not accessible to | ||
557 | the x86 processor, but are accessible to dedicated | ||
558 | processors on board peripheral devices. | ||
559 | |||
560 | The purpose of the restricted access regions is to | ||
561 | protect sensitive data from compromise by unauthorized | ||
562 | programs running on the x86 processor. | ||
563 | |||
542 | config INTEL_IPS | 564 | config INTEL_IPS |
543 | tristate "Intel Intelligent Power Sharing" | 565 | tristate "Intel Intelligent Power Sharing" |
544 | depends on ACPI | 566 | depends on ACPI |