add ODROID-C2/C4/N2/N2+ support for RPI-RF-MOD/HM-MOD-RPI-PCB integration (#1323)

* add ODROID-C2/C4/N2/N2+ support for RPI-RF-MOD/HM-MOD-RPI-PCB integration

* updated rpi-rf-mod package to latest version with dtbo fixes
This commit is contained in:
Jens Maus
2021-05-04 20:42:57 +02:00
committed by GitHub
parent be2cfd7622
commit 9ed200a70e
21 changed files with 315 additions and 7 deletions

View File

@@ -24,6 +24,21 @@ config BR2_PACKAGE_RPI_RF_MOD_DTS_TINKER
help
For the ASUS Tinkerboard
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
endchoice
endif