* 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
9 lines
292 B
Plaintext
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"
|