force-enable support for Rockchip and Sunxi SoCs

This commit is contained in:
Pratham Patel 2023-10-15 22:38:56 +05:30
parent 81eeed241c
commit 9cc2875083
No known key found for this signature in database
1 changed files with 7 additions and 0 deletions

View 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