armbian-build/config/boards/bananapim2plus.conf
Igor Pečovnik e1d4c83ad6
G-serial cleanup (#1549)
* Initial commit for serial consoles rfc
* Board configuration cleanup + small tweaks
* Add serial gadget rename to dev kernel as well
* Cleanup, fixing permissions
* Cleanup board configs
2019-09-13 22:20:11 +02:00

9 lines
292 B
Plaintext

# H3 quad core 1Gb RAM SoC Wifi GBE
BOARD_NAME="Banana Pi M2+"
BOARDFAMILY="sun8i"
BOOTCONFIG="bananapi_m2_plus_h3_defconfig"
MODULES="#w1-sunxi #w1-gpio #w1-therm #sunxi-cir dhd hci_uart rfcomm hidp"
MODULES_NEXT="brcmfmac g_serial"
SERIALCON="ttyS0,ttyGS0"
KERNEL_TARGET="default,next,dev"