Skip to content

Commit

Permalink
x86/Kconfig: Make EFI select UCS2_STRING
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sergey Vlasov authored and Matt Fleming committed Apr 16, 2013
1 parent 31ff2f2 commit f6ce500
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit f6ce500

Please sign in to comment.