• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1config CMD_BOOTEFI_SELFTEST
2	bool "UEFI unit tests"
3	depends on CMD_BOOTEFI
4	imply FAT
5	imply FAT_WRITE
6	help
7	  This adds a UEFI test application to U-Boot that can be executed
8	  via the 'bootefi selftest' command. It provides extended tests of
9	  the UEFI API implementation.
10