1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-19 18:08:29 +00:00
Files
operating-system/buildroot-external/package/hardkernel-boot/Config.in
2019-01-17 11:02:47 +01:00

25 lines
473 B
Plaintext

config BR2_PACKAGE_HARDKERNEL_BOOT
bool "Hardkernel Secure Boot Loader"
depends on BR2_TARGET_UBOOT
help
Augment uboot for secure loading on hardkernel targets.
if BR2_PACKAGE_HARDKERNEL_BOOT
choice
prompt "Target"
default BR2_PACKAGE_HARDKERNEL_BOOT_ODROID_C2
config BR2_PACKAGE_HARDKERNEL_BOOT_ODROID_C2
bool "Odroid-C2"
help
For the Odroid-C2
config BR2_PACKAGE_HARDKERNEL_BOOT_ODROID_XU4
bool "Odroid-XU4"
help
For the Odroid-XU4
endchoice
endif