aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rar_register/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/rar_register/Kconfig')
-rw-r--r--drivers/staging/rar_register/Kconfig30
1 files changed, 0 insertions, 30 deletions
diff --git a/drivers/staging/rar_register/Kconfig b/drivers/staging/rar_register/Kconfig
deleted file mode 100644
index e9c27738199..00000000000
--- a/drivers/staging/rar_register/Kconfig
+++ /dev/null
@@ -1,30 +0,0 @@
1#
2# RAR device configuration
3#
4
5menu "RAR Register Driver"
6#
7# Restricted Access Register Manager
8#
9config 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.
30endmenu