]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/hw_random/Kconfig
[WAN]: Converted synclink drivers to use netif_carrier_*()
[linux-2.6-omap-h63xx.git] / drivers / char / hw_random / Kconfig
index 950247313cad1d6dcb043ade61cf96ffaf319815..9f7635f7517827123f3427408ab9123d60799105 100644 (file)
@@ -35,3 +35,56 @@ config HW_RANDOM_AMD
          module will be called amd-rng.
 
          If unsure, say Y.
+
+config HW_RANDOM_GEODE
+       tristate "AMD Geode HW Random Number Generator support"
+       depends on HW_RANDOM && X86 && PCI
+       default y
+       ---help---
+         This driver provides kernel-side support for the Random Number
+         Generator hardware found on the AMD Geode LX.
+
+         To compile this driver as a module, choose M here: the
+         module will be called geode-rng.
+
+         If unsure, say Y.
+
+config HW_RANDOM_VIA
+       tristate "VIA HW Random Number Generator support"
+       depends on HW_RANDOM && X86_32
+       default y
+       ---help---
+         This driver provides kernel-side support for the Random Number
+         Generator hardware found on VIA based motherboards.
+
+         To compile this driver as a module, choose M here: the
+         module will be called via-rng.
+
+         If unsure, say Y.
+
+config HW_RANDOM_IXP4XX
+       tristate "Intel IXP4xx NPU HW Random Number Generator support"
+       depends on HW_RANDOM && ARCH_IXP4XX
+       default y
+       ---help---
+         This driver provides kernel-side support for the Random
+         Number Generator hardware found on the Intel IXP4xx NPU.
+
+         To compile this driver as a module, choose M here: the
+         module will be called ixp4xx-rng.
+
+         If unsure, say Y.
+
+config HW_RANDOM_OMAP
+       tristate "OMAP Random Number Generator support"
+       depends on HW_RANDOM && (ARCH_OMAP16XX || ARCH_OMAP24XX)
+       default y
+       ---help---
+         This driver provides kernel-side support for the Random Number
+         Generator hardware found on OMAP16xx and OMAP24xx multimedia
+         processors.
+
+         To compile this driver as a module, choose M here: the
+         module will be called omap-rng.
+
+         If unsure, say Y.