summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorRomain Francoise <romain@orebokech.com>2013-01-24 11:35:42 -0500
committerPaul Gortmaker <paul.gortmaker@windriver.com>2014-02-10 16:10:41 -0500
commit0398dd1747cb3525fd4b140bd1a05fe6dcda477f (patch)
tree2c05a593dfadf371a1ee29dfdae2f57fe494e949 /arch
parentc12a2ff7096edca9f610ef813253c1bceeb2800d (diff)
x86, random: make ARCH_RANDOM prompt if EMBEDDED, not EXPERT
Before v2.6.38 CONFIG_EXPERT was known as CONFIG_EMBEDDED but the Kconfig entry was not changed to match when upstream commit 628c6246d47b85f5357298601df2444d7f4dd3fd ("x86, random: Architectural inlines to get random integers with RDRAND") was backported. Signed-off-by: Romain Francoise <romain@orebokech.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 0a813f82eb9b..b87027b463a3 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1462,7 +1462,7 @@ config ARCH_USES_PG_UNCACHED
config ARCH_RANDOM
def_bool y
- prompt "x86 architectural random number generator" if EXPERT
+ prompt "x86 architectural random number generator" if EMBEDDED
---help---
Enable the x86 architectural RDRAND instruction
(Intel Bull Mountain technology) to generate random numbers.