diff options
author | Will Deacon <will.deacon@arm.com> | 2014-07-31 14:00:03 +0100 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2014-07-31 14:00:03 +0100 |
commit | 94156675847c14a9b16e91b035da32e35e98ef79 (patch) | |
tree | b25d54657b0281f36b6585e9d52b9ab063e8405f /arch/arm64/Kconfig | |
parent | e4aa297a490e16c44dc464361daab145a7c451c5 (diff) |
Revert "arm64: dmi: Add SMBIOS/DMI support"
This reverts commit a28e3f4b90543f7c249a956e3ca518e243a04618.
Ard and Yi Li report that this patch is broken by design, so revert it
and let them sort it out for 3.18 instead.
Reported-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r-- | arch/arm64/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index bfd60fa9d6d..4fb4652495d 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -360,17 +360,6 @@ 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" |