diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-10-08 17:23:59 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-10-08 17:23:59 +0000 |
commit | 3fed1d83a96af31dca352f4e18aa1f9b3ca0d130 (patch) | |
tree | 3bb236280ad7c5136c61892439cbffc8a6cb9b0c /target/linux/octeon/config-default | |
parent | 44d6a3523bc8cdc82b86bdd4d3449432948f8325 (diff) | |
download | upstream-3fed1d83a96af31dca352f4e18aa1f9b3ca0d130.tar.gz upstream-3fed1d83a96af31dca352f4e18aa1f9b3ca0d130.tar.bz2 upstream-3fed1d83a96af31dca352f4e18aa1f9b3ca0d130.zip |
[octeon] add support for the hardware random number generator
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18004 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/octeon/config-default')
-rw-r--r-- | target/linux/octeon/config-default | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/octeon/config-default b/target/linux/octeon/config-default index 6f18b30569..90389f83ae 100644 --- a/target/linux/octeon/config-default +++ b/target/linux/octeon/config-default @@ -140,7 +140,8 @@ CONFIG_HAVE_SYSCALL_WRAPPERS=y # CONFIG_HECI is not set # CONFIG_HIGH_RES_TIMERS is not set CONFIG_HW_HAS_PCI=y -# CONFIG_HW_RANDOM is not set +CONFIG_HW_RANDOM=y +CONFIG_HW_RANDOM_OCTEON=y CONFIG_HZ=250 # CONFIG_HZ_100 is not set CONFIG_HZ_250=y |