42 lines
2.2 KiB
Bash
42 lines
2.2 KiB
Bash
#!/usr/bin/env bash
|
|
|
|
# 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
|