mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-19 18:08:29 +00:00
* Remove configs and board files of deprecated architectures * Remove support for ODROID-XU4 boot files * Remove ASUS Tinker support from rpi-rf-mod * Remove RPi armv7 config fragment
35 lines
680 B
Plaintext
35 lines
680 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_C4
|
|
bool "ODROID-C4"
|
|
help
|
|
For the ODROID-C4
|
|
|
|
config BR2_PACKAGE_HARDKERNEL_BOOT_ODROID_N2
|
|
bool "ODROID-N2"
|
|
help
|
|
For the ODROID-N2
|
|
|
|
endchoice
|
|
|
|
config BR2_PACKAGE_HARDKERNEL_BOOT_FIX_MAC
|
|
bool "Hardkernel fix mac"
|
|
help
|
|
Install script to fix the mac address.
|
|
|
|
endif
|