|
@@ -21,6 +21,18 @@ config BR2_PACKAGE_FWTS
|
|
|
|
|
|
https://wiki.ubuntu.com/FirmwareTestSuite
|
|
|
|
|
|
+if BR2_PACKAGE_FWTS
|
|
|
+config BR2_PACKAGE_FWTS_EFI_RUNTIME_MODULE
|
|
|
+ bool "efi_runtime module"
|
|
|
+ depends on BR2_LINUX_KERNEL
|
|
|
+ help
|
|
|
+ Firmware Test Suite (FWTS) provides a EFI runtime kernel
|
|
|
+ module required to run UEFI tests.
|
|
|
+
|
|
|
+comment "efi_runtime module needs a Linux kernel to be built"
|
|
|
+ depends on !BR2_LINUX_KERNEL
|
|
|
+endif
|
|
|
+
|
|
|
comment "fwts needs a glibc toolchain w/ wchar, threads"
|
|
|
depends on BR2_i386 || BR2_x86_64 || BR2_aarch64
|
|
|
depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS # libbsd
|