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 | b7bc4ccab2fc4eba0d365378f8d48261d8f7d96c (patch) | |
tree | f003e6cc7781d09ee12edb038632b8375ca6abbc /target/linux/octeon/config-default | |
parent | 9ac87dd41b37676c085b4eab02f3fb1bd3872379 (diff) | |
download | upstream-b7bc4ccab2fc4eba0d365378f8d48261d8f7d96c.tar.gz upstream-b7bc4ccab2fc4eba0d365378f8d48261d8f7d96c.tar.bz2 upstream-b7bc4ccab2fc4eba0d365378f8d48261d8f7d96c.zip |
add support for the hardware random number generator
SVN-Revision: 18004
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 |