ALSA: asihpi: incorrect range check
[safe/jmp/linux-2.6] / 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         default n
12         ---help---
13                 This driver allows other kernel drivers access to the
14                 contents of the restricted access region control
15                 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