diff options
Diffstat (limited to 'lib/efi')
-rw-r--r-- | lib/efi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/efi/Kconfig b/lib/efi/Kconfig index 15ce99e1a74..c2b9bb73f71 100644 --- a/lib/efi/Kconfig +++ b/lib/efi/Kconfig @@ -14,6 +14,7 @@ choice config EFI_APP bool "Support running as an EFI application" + select CHARSET help Build U-Boot as an application which can be started from EFI. This is useful for examining a platform in the early stages of porting |