]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
x86, random: make ARCH_RANDOM prompt if EMBEDDED, not EXPERT
authorRomain Francoise <romain@orebokech.com>
Thu, 24 Jan 2013 16:35:42 +0000 (11:35 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 10 Feb 2014 21:10:41 +0000 (16:10 -0500)
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>
arch/x86/Kconfig

index 0a813f82eb9b3eefdaa0b77508e49aa6db4c4552..b87027b463a36383279b4339aa1ab42f0d7f3d19 100644 (file)
@@ -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.