|
@@ -1,8 +1,15 @@
|
|
-config BR2_TARGET_SHIM
|
|
|
|
- bool "shim"
|
|
|
|
|
|
+config BR2_PACKAGE_SHIM_ARCH_SUPPORTS
|
|
|
|
+ bool
|
|
|
|
+ default y if BR2_aarch64 || BR2_aarch64_be
|
|
|
|
+ default y if BR2_arm || BR2_armeb
|
|
|
|
+ default y if BR2_i386
|
|
|
|
+ default y if BR2_x86_64
|
|
# it includes gnu-efi
|
|
# it includes gnu-efi
|
|
depends on BR2_PACKAGE_GNU_EFI_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_GNU_EFI_ARCH_SUPPORTS
|
|
- depends on !BR2_mips64el
|
|
|
|
|
|
+
|
|
|
|
+config BR2_TARGET_SHIM
|
|
|
|
+ bool "shim"
|
|
|
|
+ depends on BR2_PACKAGE_SHIM_ARCH_SUPPORTS
|
|
help
|
|
help
|
|
Boot loader to chain-load signed boot loaders under Secure
|
|
Boot loader to chain-load signed boot loaders under Secure
|
|
Boot.
|
|
Boot.
|