projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b03cd1
)
efi_selftest: imply FAT, FAT_WRITE
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Fri, 25 May 2018 10:30:39 +0000
(12:30 +0200)
committer
Alexander 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
patch
|
blob
|
history
diff --git
a/lib/efi_selftest/Kconfig
b/lib/efi_selftest/Kconfig
index 3b5f3a1230b5b0af74bc7bb8ec7e8a74a9d9ca14..59f9f36801c54b0bf6862a1a8345a4c021479857 100644
(file)
--- 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