8 lines
236 B
Bash
8 lines
236 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Enabling this option adds support for Rockchip SoCs.
|
|
./scripts/config --file .config --enable ARCH_ROCKCHIP
|
|
|
|
# Enabling this option adds support for Sunxi SoCs.
|
|
./scripts/config --file .config --enable ARCH_SUNXI
|