Commit 119274d6 authored by Romain Francoise's avatar Romain Francoise Committed by Willy Tarreau

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
628c6246 ("x86, random: Architectural
inlines to get random integers with RDRAND") was backported.
Signed-off-by: default avatarRomain Francoise <romain@orebokech.com>
Signed-off-by: default avatarWilly Tarreau <w@1wt.eu>
parent d9869cbe
......@@ -1430,7 +1430,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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment