aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r--drivers/platform/x86/Kconfig22
1 files changed, 22 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index 724b2ed1a3c..2f173bc0ff0 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
542config 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
542config INTEL_IPS 564config INTEL_IPS
543 tristate "Intel Intelligent Power Sharing" 565 tristate "Intel Intelligent Power Sharing"
544 depends on ACPI 566 depends on ACPI