From: Sergey Vlasov Date: Tue, 16 Apr 2013 14:31:08 +0000 (+0400) Subject: x86/Kconfig: Make EFI select UCS2_STRING X-Git-Tag: v3.9-rc8~4^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6ce5002629e08eaa777ced3872a98f76845143e;p=pandora-kernel.git x86/Kconfig: Make EFI select UCS2_STRING 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 Signed-off-by: Matt Fleming --- Reading git-diff-tree failed