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
47 lines
846 B
Plaintext
47 lines
846 B
Plaintext
config BR2_PACKAGE_RPI_RF_MOD
|
|
bool "Support for RPI-RF-MOD/HM-MOD-RPI-PCB GPIO HAT"
|
|
select BR2_PACKAGE_EQ3_CHAR_LOOP
|
|
select BR2_PACKAGE_GENERIC_RAW_UART
|
|
|
|
if BR2_PACKAGE_RPI_RF_MOD
|
|
|
|
config BR2_PACKAGE_RPI_RF_MOD_DTS
|
|
bool "Compile Device Tree Overlay"
|
|
|
|
if BR2_PACKAGE_RPI_RF_MOD_DTS
|
|
|
|
choice
|
|
prompt "For Target"
|
|
default BR2_PACKAGE_RPI_RF_MOD_DTS_RPI
|
|
|
|
config BR2_PACKAGE_RPI_RF_MOD_DTS_RPI
|
|
bool "RaspberryPi"
|
|
help
|
|
For the RaspberryPi
|
|
|
|
config BR2_PACKAGE_RPI_RF_MOD_DTS_ODROID_C4
|
|
bool "ODROID-C4"
|
|
help
|
|
For the ODROID-C4
|
|
|
|
config BR2_PACKAGE_RPI_RF_MOD_DTS_ODROID_N2
|
|
bool "ODROID-N2"
|
|
help
|
|
For the ODROID-N2
|
|
|
|
config BR2_PACKAGE_RPI_RF_MOD_DTS_ODROID_C2
|
|
bool "ODROID-C2"
|
|
help
|
|
For the ODROID-C2
|
|
|
|
config BR2_PACKAGE_RPI_RF_MOD_DTS_YELLOW
|
|
bool "HomeAssistant Yellow"
|
|
help
|
|
For the HomeAssistant Yellow
|
|
|
|
endchoice
|
|
|
|
endif
|
|
|
|
endif
|