| config KHADAS_VIM |
| bool "Support Khadas VIM board" |
| default n |
| |
| config KHADAS_VIM3 |
| bool "Support Khadas VIM3 board" |
| default n |
| |
| config KHADAS_VIM3L |
| bool "Support Khadas VIM3L board" |
| default n |
| |
| config ZIRCON_BOOT_IMAGE |
| bool "Build Zircon compatible boot image" |
| default n |
| |
| config AML_GPT |
| bool "Use aml gpt table" |
| default n |
| |
| config AML_V2_FACTORY_BURN |
| bool "support factory usb burning" |
| default n |
| |
| config KHADAS_VIM2 |
| bool "Support Khadas VIM2 board" |
| default n |
| |
| if KHADAS_VIM |
| source "board/khadas/kvim/Kconfig" |
| endif |
| |
| if KHADAS_VIM3 |
| source "board/khadas/kvim3/Kconfig" |
| endif |
| |
| if KHADAS_VIM3L |
| source "board/khadas/kvim3l/Kconfig" |
| endif |
| |
| if KHADAS_VIM2 |
| source "board/khadas/kvim2/Kconfig" |
| endif |
| |
| # Note: EFI_RNG_NON_SECURE_SW_PROTOCOL is defined here because lib/efi_loader/Kconfig |
| # is not processed by the build system in this U-Boot fork. |
| config EFI_RNG_NON_SECURE_SW_PROTOCOL |
| bool "Software EFI_RNG_PROTOCOL support" |
| depends on !EFI_RNG_PROTOCOL |
| default n |
| help |
| Provide a software-based EFI_RNG_PROTOCOL implementation. |
| |