aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/Kconfig
diff options
context:
space:
mode:
authorGraeme Gregory <graeme.gregory@linaro.org>2014-12-08 20:38:45 +0000
committerGraeme Gregory <graeme.gregory@linaro.org>2014-12-08 20:38:45 +0000
commit5e4d3c54b07e9727047219db6343e4416e8a4173 (patch)
treeb3893ea3359d9ac4f50afdcab1f9e43365f5ebfa /arch/arm64/Kconfig
parenteabbfa1a45f9a5b2b4c0750cd9bbd25f5e0e544f (diff)
parent1ae74c829d98d89246e35fd9114dd50b367072d2 (diff)
Merge branch 'topic-smbios' into leg-kernel
Conflicts: arch/arm64/kernel/efi.c
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r--arch/arm64/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index fd2fa10a2f92..1d85c3c548b6 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -408,6 +408,17 @@ config EFI
allow the kernel to be booted as an EFI application. This
is only useful on systems that have UEFI firmware.
+config DMI
+ bool "Enable support for SMBIOS (DMI) tables"
+ depends on EFI
+ default y
+ help
+ This enables SMBIOS/DMI feature for systems.
+
+ This option is only useful on systems that have UEFI firmware.
+ However, even with this option, the resultant kernel should
+ continue to boot on existing non-UEFI platforms.
+
endmenu
menu "Userspace binary formats"