]> git.sur5r.net Git - u-boot/commitdiff
efi_selftest: imply FAT, FAT_WRITE
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 25 May 2018 10:30:39 +0000 (12:30 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 3 Jun 2018 13:27:21 +0000 (15:27 +0200)
efi_selftest_block_device accesses a FAT file system.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_selftest/Kconfig

index 3b5f3a1230b5b0af74bc7bb8ec7e8a74a9d9ca14..59f9f36801c54b0bf6862a1a8345a4c021479857 100644 (file)
@@ -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