home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / mxc / security / sahara2 / Kconfig next >
Encoding:
Text File  |  2009-09-09  |  1.1 KB  |  36 lines

  1. menu "SAHARA2 Security Hardware Support"
  2.  
  3. config MXC_SAHARA
  4.     tristate "Security Hardware Support (FSL SHW)"
  5.     ---help---
  6.       Provides driver and kernel mode API for using cryptographic
  7.       accelerators.
  8.  
  9. config MXC_SAHARA_USER_MODE
  10.     tristate "User Mode API for FSL SHW"
  11.     depends on MXC_SAHARA
  12.     ---help---
  13.       Provides kernel driver for User Mode API.
  14.  
  15. config MXC_SAHARA_POLL_MODE
  16.     bool "Force driver to POLL for hardware completion."
  17.     depends on MXC_SAHARA
  18.     default n
  19.     ---help---
  20.       When this flag is yes, the driver will not use interrupts to
  21.       determine when the hardware has completed a task, but instead
  22.       will hold onto the CPU and continually poll the hardware until
  23.       it completes.
  24.  
  25. config MXC_SAHARA_POLL_MODE_TIMEOUT
  26.     hex "Poll loop timeout"
  27.     depends on MXC_SAHARA_POLL_MODE
  28.     default "0xFFFFFFFF"
  29.     help
  30.         To avoid infinite polling, a timeout is provided. Should the
  31.         timeout be reached, a fault is reported, indicating there must
  32.         be something wrong with SAHARA, and SAHARA is reset. The loop
  33.         will exit after the given number of iterations.
  34.  
  35. endmenu
  36.