From ed1141757d031128624d179c04426d2e2990d802 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sun, 22 Oct 2023 11:33:02 +0530 Subject: [PATCH] just roughly copy config options from arm64 defconfig --- extra-configs/soc_enablement.sh | 34 +++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/extra-configs/soc_enablement.sh b/extra-configs/soc_enablement.sh index 0c1a965..abf3630 100644 --- a/extra-configs/soc_enablement.sh +++ b/extra-configs/soc_enablement.sh @@ -2,6 +2,40 @@ # Enabling this option adds support for Rockchip SoCs. ./scripts/config --file .config --enable ARCH_ROCKCHIP +./scripts/config --file .config --module PCIE_ROCKCHIP_HOST +./scripts/config --file .config --enable PCIE_ROCKCHIP_DW_HOST +./scripts/config --file .config --enable ROCKCHIP_PHY +./scripts/config --file .config --enable SPI_ROCKCHIP +./scripts/config --file .config --module SPI_ROCKCHIP_SFC +./scripts/config --file .config --module ROCKCHIP_THERMAL +./scripts/config --file .config --module DRM_ROCKCHIP +./scripts/config --file .config --enable ROCKCHIP_VOP2 +./scripts/config --file .config --enable ROCKCHIP_ANALOGIX_DP +./scripts/config --file .config --enable ROCKCHIP_CDN_DP +./scripts/config --file .config --enable ROCKCHIP_DW_HDMI +./scripts/config --file .config --enable ROCKCHIP_DW_MIPI_DSI +./scripts/config --file .config --enable ROCKCHIP_INNO_HDMI +./scripts/config --file .config --enable ROCKCHIP_LVDS +./scripts/config --file .config --module SND_SOC_ROCKCHIP +./scripts/config --file .config --module SND_SOC_ROCKCHIP_I2S_TDM +./scripts/config --file .config --module SND_SOC_ROCKCHIP_SPDIF +./scripts/config --file .config --module SND_SOC_ROCKCHIP_RT5645 +./scripts/config --file .config --enable MMC_DW_ROCKCHIP +./scripts/config --file .config --enable ROCKCHIP_IOMMU +./scripts/config --file .config --enable ROCKCHIP_IODOMAIN +./scripts/config --file .config --enable ROCKCHIP_PM_DOMAINS +./scripts/config --file .config --module ROCKCHIP_SARADC +./scripts/config --file .config --enable PWM_ROCKCHIP +./scripts/config --file .config --enable PHY_ROCKCHIP_EMMC +./scripts/config --file .config --module PHY_ROCKCHIP_INNO_HDMI +./scripts/config --file .config --enable PHY_ROCKCHIP_INNO_USB2 +./scripts/config --file .config --module PHY_ROCKCHIP_INNO_DSIDPHY +./scripts/config --file .config --module PHY_ROCKCHIP_NANENG_COMBO_PHY +./scripts/config --file .config --module PHY_ROCKCHIP_PCIE +./scripts/config --file .config --enable PHY_ROCKCHIP_SNPS_PCIE3 +./scripts/config --file .config --enable PHY_ROCKCHIP_TYPEC +./scripts/config --file .config --enable NVMEM_ROCKCHIP_EFUSE +./scripts/config --file .config --enable NVMEM_ROCKCHIP_OTP # Enabling this option adds support for Sunxi SoCs. ./scripts/config --file .config --enable ARCH_SUNXI