~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/staging/memrar/Kconfig

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
config MRST_RAR_HANDLER
2
 
        tristate "RAR handler driver for Intel Moorestown platform"
3
 
        depends on RAR_REGISTER
4
 
        ---help---
5
 
          This driver provides a memory management interface to
6
 
          restricted access regions (RAR) available on the Intel
7
 
          Moorestown platform.
8
 
 
9
 
          Once locked down, restricted access regions are only
10
 
          accessible by specific hardware on the platform.  The x86
11
 
          CPU is typically not one of those platforms.  As such this
12
 
          driver does not access RAR, and only provides a buffer
13
 
          allocation/bookkeeping mechanism.
14
 
 
15
 
          If unsure, say N.