summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/bootfiles/rpi-config_git.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb
index 25e3e89..de43c4b 100644
--- a/recipes-bsp/bootfiles/rpi-config_git.bb
+++ b/recipes-bsp/bootfiles/rpi-config_git.bb
@@ -204,6 +204,12 @@ do_deploy() {
204 echo "dtoverlay=dwc2,dr_mode=peripheral" >> $CONFIG 204 echo "dtoverlay=dwc2,dr_mode=peripheral" >> $CONFIG
205 fi 205 fi
206 206
207 # DWC2 USB host mode support
208 if [ "${ENABLE_DWC2_HOST}" = "1" ]; then
209 echo "# Enable USB host mode" >> $CONFIG
210 echo "dtoverlay=dwc2,dr_mode=host" >> $CONFIG
211 fi
212
207 # AT86RF23X support 213 # AT86RF23X support
208 if [ "${ENABLE_AT86RF}" = "1" ]; then 214 if [ "${ENABLE_AT86RF}" = "1" ]; then
209 echo "# Enable AT86RF23X" >>$CONFIG 215 echo "# Enable AT86RF23X" >>$CONFIG