diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 37357a599dca..a0e9bda72fda 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1451,6 +1451,15 @@ config ARCH_USES_PG_UNCACHED | |||
1451 | def_bool y | 1451 | def_bool y |
1452 | depends on X86_PAT | 1452 | depends on X86_PAT |
1453 | 1453 | ||
1454 | config ARCH_RANDOM | ||
1455 | def_bool y | ||
1456 | prompt "x86 architectural random number generator" if EXPERT | ||
1457 | ---help--- | ||
1458 | Enable the x86 architectural RDRAND instruction | ||
1459 | (Intel Bull Mountain technology) to generate random numbers. | ||
1460 | If supported, this is a high bandwidth, cryptographically | ||
1461 | secure hardware random number generator. | ||
1462 | |||
1454 | config EFI | 1463 | config EFI |
1455 | bool "EFI runtime service support" | 1464 | bool "EFI runtime service support" |
1456 | depends on ACPI | 1465 | depends on ACPI |