force-enable support for Rockchip and Sunxi SoCs
This commit is contained in:
parent
81eeed241c
commit
9cc2875083
7
extra-configs/soc_enablement.sh
Normal file
7
extra-configs/soc_enablement.sh
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#!/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
|
Loading…
Reference in New Issue
Block a user