From: Heinrich Schuchardt Date: Fri, 25 May 2018 10:30:39 +0000 (+0200) Subject: efi_selftest: imply FAT, FAT_WRITE X-Git-Tag: v2018.07-rc1~10^2~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=03fb2691cb2699584b514ac332fcd7bedce626d9;p=u-boot efi_selftest: imply FAT, FAT_WRITE efi_selftest_block_device accesses a FAT file system. Signed-off-by: Heinrich Schuchardt Signed-off-by: Alexander Graf --- diff --git a/lib/efi_selftest/Kconfig b/lib/efi_selftest/Kconfig index 3b5f3a1230..59f9f36801 100644 --- a/lib/efi_selftest/Kconfig +++ b/lib/efi_selftest/Kconfig @@ -1,6 +1,8 @@ config CMD_BOOTEFI_SELFTEST bool "Allow booting an EFI efi_selftest" depends on CMD_BOOTEFI + imply FAT + imply FAT_WRITE help This adds an EFI test application to U-Boot that can be executed with the 'bootefi selftest' command. It provides extended tests of