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

« back to all changes in this revision

Viewing changes to drivers/char/hw_random/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:
49
49
 
50
50
config HW_RANDOM_AMD
51
51
        tristate "AMD HW Random Number Generator support"
52
 
        depends on HW_RANDOM && X86 && PCI
 
52
        depends on HW_RANDOM && (X86 || PPC_MAPLE) && PCI
53
53
        default HW_RANDOM
54
54
        ---help---
55
55
          This driver provides kernel-side support for the Random Number
198
198
          module will be called nomadik-rng.
199
199
 
200
200
          If unsure, say Y.
 
201
 
 
202
config HW_RANDOM_PICOXCELL
 
203
        tristate "Picochip picoXcell true random number generator support"
 
204
        depends on HW_RANDOM && ARCH_PICOXCELL && PICOXCELL_PC3X3
 
205
        ---help---
 
206
          This driver provides kernel-side support for the Random Number
 
207
          Generator hardware found on Picochip PC3x3 and later devices.
 
208
 
 
209
          To compile this driver as a module, choose M here: the
 
210
          module will be called picoxcell-rng.
 
211
 
 
212
          If unsure, say Y.