rtl8822bu wifi/bt driver from edimax
This driver is from Edimax website:
- add
CONFIG_PLATFORM_ARM_RPI3
for general arm64 configuration. - add
EXTRA_CFLAGS += -Wno-bool-operation
to suppress warning.
make CROSS_COMPILE=aarch64-linux-gnu- KSRC=<path/to/kernel/source>