diff options
author | Krzysztof Hałasa <khc@pm.waw.pl> | 2010-03-23 20:22:13 +0100 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2012-11-22 03:35:39 +0000 |
commit | 553da857b1b917e27817b923ea2c786313620845 (patch) | |
tree | 647c231f16889b7e96187ce75eb0e83ba6a49c14 /drivers/char/hw_random/Kconfig | |
parent | 87ba5c6a313b4da5639a18d7796e51483ededd17 (diff) | |
download | lwn-553da857b1b917e27817b923ea2c786313620845.tar.gz lwn-553da857b1b917e27817b923ea2c786313620845.zip |
IXP4xx: HW pseudo-random generator is available on IXP45x/46x only.
Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
Diffstat (limited to 'drivers/char/hw_random/Kconfig')
-rw-r--r-- | drivers/char/hw_random/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/char/hw_random/Kconfig b/drivers/char/hw_random/Kconfig index fbd9b2b850ef..c58ea9b80b1a 100644 --- a/drivers/char/hw_random/Kconfig +++ b/drivers/char/hw_random/Kconfig @@ -127,12 +127,12 @@ config HW_RANDOM_VIA If unsure, say Y. config HW_RANDOM_IXP4XX - tristate "Intel IXP4xx NPU HW Random Number Generator support" + tristate "Intel IXP4xx NPU HW Pseudo-Random Number Generator support" depends on HW_RANDOM && ARCH_IXP4XX default HW_RANDOM ---help--- - This driver provides kernel-side support for the Random - Number Generator hardware found on the Intel IXP4xx NPU. + This driver provides kernel-side support for the Pseudo-Random + Number Generator hardware found on the Intel IXP45x/46x NPU. To compile this driver as a module, choose M here: the module will be called ixp4xx-rng. |