Kconfig 3.0 KB
Newer Older
1 2 3 4 5
#
# Hardware Random Number Generator (RNG) configuration
#

config HW_RANDOM
6 7
	tristate "Hardware Random Number Generator Core support"
	default m
8 9 10
	---help---
	  Hardware Random Number Generator Core infrastructure.

11 12 13
	  To compile this driver as a module, choose M here: the
	  module will be called rng-core.

14
	  If unsure, say Y.
M
Michael Buesch 已提交
15 16 17 18

config HW_RANDOM_INTEL
	tristate "Intel HW Random Number Generator support"
	depends on HW_RANDOM && (X86 || IA64) && PCI
19
	default HW_RANDOM
M
Michael Buesch 已提交
20 21 22 23 24 25 26 27
	---help---
	  This driver provides kernel-side support for the Random Number
	  Generator hardware found on Intel i8xx-based motherboards.

	  To compile this driver as a module, choose M here: the
	  module will be called intel-rng.

	  If unsure, say Y.
M
Michael Buesch 已提交
28 29 30 31

config HW_RANDOM_AMD
	tristate "AMD HW Random Number Generator support"
	depends on HW_RANDOM && X86 && PCI
32
	default HW_RANDOM
M
Michael Buesch 已提交
33 34 35 36 37 38 39 40
	---help---
	  This driver provides kernel-side support for the Random Number
	  Generator hardware found on AMD 76x-based motherboards.

	  To compile this driver as a module, choose M here: the
	  module will be called amd-rng.

	  If unsure, say Y.
M
Michael Buesch 已提交
41 42 43

config HW_RANDOM_GEODE
	tristate "AMD Geode HW Random Number Generator support"
44
	depends on HW_RANDOM && X86_32 && PCI
45
	default HW_RANDOM
M
Michael Buesch 已提交
46 47 48 49 50 51 52 53
	---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.
M
Michael Buesch 已提交
54 55 56 57

config HW_RANDOM_VIA
	tristate "VIA HW Random Number Generator support"
	depends on HW_RANDOM && X86_32
58
	default HW_RANDOM
M
Michael Buesch 已提交
59 60 61 62 63 64 65 66
	---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.
67 68 69 70

config HW_RANDOM_IXP4XX
	tristate "Intel IXP4xx NPU HW Random Number Generator support"
	depends on HW_RANDOM && ARCH_IXP4XX
71
	default HW_RANDOM
72 73 74 75 76 77 78 79
	---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.
80 81 82 83

config HW_RANDOM_OMAP
	tristate "OMAP Random Number Generator support"
	depends on HW_RANDOM && (ARCH_OMAP16XX || ARCH_OMAP24XX)
84
	default HW_RANDOM
85 86 87 88 89 90 91 92 93
 	---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.
O
Olof Johansson 已提交
94 95 96 97 98 99 100

config HW_RANDOM_PASEMI
	tristate "PA Semi HW Random Number Generator support"
	depends on HW_RANDOM && PPC_PASEMI
	default HW_RANDOM
	---help---
	  This driver provides kernel-side support for the Random Number
101
	  Generator hardware found on PA Semi PWRficient SoCs.
O
Olof Johansson 已提交
102 103 104 105 106 107

	  To compile this driver as a module, choose M here: the
	  module will be called pasemi-rng.

	  If unsure, say Y.