x86/Kconfig: Make EFI select UCS2_STRING
authorSergey Vlasov <vsu@altlinux.ru>
Tue, 16 Apr 2013 14:31:08 +0000 (18:31 +0400)
committerMatt Fleming <matt.fleming@intel.com>
Tue, 16 Apr 2013 16:31:08 +0000 (17:31 +0100)
The commit "efi: Distinguish between "remaining space" and actually used
space" added usage of ucs2_*() functions to arch/x86/platform/efi/efi.c,
but the only thing which selected UCS2_STRING was EFI_VARS, which is
technically optional and can be built as a module.

Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
arch/x86/Kconfig

index a4f24f5b1218520074eacc4918bcf5fd04d139a4..01af8535f58e36e92031718d9a6a2b20fdcb1f4d 100644 (file)
@@ -1549,6 +1549,7 @@ config X86_SMAP
 config EFI
        bool "EFI runtime service support"
        depends on ACPI
+       select UCS2_STRING
        ---help---
          This enables the kernel to use EFI runtime services that are
          available (such as the EFI variable services).
This page took 0.027329 seconds and 5 git commands to generate.