mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 06:18:22 +01:00
941e978370
Add support for LinkSprite pcDuino1 device and its flavors including pcduino-lite and pcduino-lite-wifi: - add pcduino machine description - enable CONFIG_SPI_SPIDEV in upstream kernel defconfig to provide simple userspace access to SPI devices on Arduino shields Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
10 lines
310 B
Plaintext
10 lines
310 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: pcduino-lite-wifi
|
|
#@DESCRIPTION: Machine configuration for the pcDuino-Lite-Wifi, base on allwinner a10 CPU
|
|
|
|
require conf/machine/include/sun4i.inc
|
|
|
|
KERNEL_DEVICETREE = "sun4i-a10-pcduino.dtb"
|
|
UBOOT_MACHINE = "Linksprite_pcDuino_defconfig"
|
|
SUNXI_FEX_FILE = "sys_config/a10/pcduino.fex"
|