Files
operating-system/buildroot-external/package/khadas-boot/Config.in
Stefan Agner ac407a6679 Add Khadas VIM3 (#1473)
* Add Khadas VIM3

Add Khadas VIM3 board support.

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
2021-08-06 14:14:09 +02:00

20 lines
373 B
Plaintext

config BR2_PACKAGE_KHADAS_BOOT
bool "Khadas Amlogic Secure Boot Loader"
depends on BR2_TARGET_UBOOT
help
Add secure boot loader to U-Boot for Khadas Amlogic targets.
if BR2_PACKAGE_KHADAS_BOOT
choice
prompt "Target"
default BR2_PACKAGE_KHADAS_BOOT_VIM3
config BR2_PACKAGE_KHADAS_BOOT_VIM3
bool "VIM3"
help
Build boot loader for Khadas VIM3
endchoice
endif