mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-12-26 21:18:22 +01:00
0724baeaaf
Enable AMPAK AP6330 that combines Broadcom Wifi (BCM4330) and Bluetooth 4.0 (BCM40183) chips for sun9i devices such as Merrii A80 Optimus and Cubieboard 4. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
14 lines
396 B
Plaintext
14 lines
396 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: CubieBoard4
|
|
#@DESCRIPTION: Machine configuration for the cubieboard4, based on allwinner A80 CPU http://cubieboard.org/
|
|
|
|
require conf/machine/include/sun9i.inc
|
|
require conf/machine/include/hardware/ap6330.inc
|
|
|
|
MACHINE_FEATURES:append = " bluetooth wifi"
|
|
|
|
KERNEL_IMAGETYPE = "zImage"
|
|
|
|
KERNEL_DEVICETREE = "sun9i-a80-cubieboard4.dtb"
|
|
UBOOT_MACHINE = "Cubieboard4_defconfig"
|