diff --git a/projects/RPi/options b/projects/RPi/options index 50b60fdc11..653f26070d 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -73,7 +73,11 @@ # for a list of additional drivers see packages/linux-drivers # Space separated list is supported, # e.g. ADDITIONAL_DRIVERS+=" DRIVER1 DRIVER2" - ADDITIONAL_DRIVERS+=" bcm2835-driver" + if [ ${TARGET_ARCH} = "aarch64" ]; then + ADDITIONAL_PACKAGES+=" bcm2835-userland" + else + ADDITIONAL_DRIVERS+=" bcm2835-driver" + fi if [ "${ALSA_SUPPORT}" = "yes" ]; then ADDITIONAL_DRIVERS+=" rpi-cirrus-config"