idk man
This commit is contained in:
parent
0374272a89
commit
c21a2a2459
@ -1,14 +1,23 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Enabling this option adds support for Rockchip SoCs.
|
||||
./scripts/config --file .config --enable ARCH_ROCKCHIP
|
||||
./scripts/config --file .config --enable PCIE_ROCKCHIP
|
||||
./scripts/config --file .config --module PCIE_ROCKCHIP_HOST
|
||||
./scripts/config --file .config --enable PCIE_ROCKCHIP_DW_HOST
|
||||
./scripts/config --file .config --module ROCKCHIP_PHY
|
||||
./scripts/config --file .config --enable SPI_ROCKCHIP
|
||||
./scripts/config --file .config --module MTD_NAND_CORE
|
||||
./scripts/config --file .config --module MTD_RAW_NAND
|
||||
./scripts/config --file .config --module MTD_NAND_ROCKCHIP
|
||||
./scripts/config --file .config --enable MTD_NAND_ECC
|
||||
./scripts/config --file .config --module ARC_EMAC_CORE
|
||||
./scripts/config --file .config --module EMAC_ROCKCHIP
|
||||
./scripts/config --file .config --module DWMAC_ROCKCHIP
|
||||
./scripts/config --file .config --module SPI_ROCKCHIP
|
||||
./scripts/config --file .config --module SPI_ROCKCHIP_SFC
|
||||
./scripts/config --file .config --module PINCTRL_ROCKCHIP
|
||||
./scripts/config --file .config --module GPIO_ROCKCHIP
|
||||
./scripts/config --file .config --module ROCKCHIP_THERMAL
|
||||
./scripts/config --file .config --module DRM_ROCKCHIP
|
||||
./scripts/config --file .config --enable ROCKCHIP_VOP
|
||||
./scripts/config --file .config --enable ROCKCHIP_VOP2
|
||||
./scripts/config --file .config --enable ROCKCHIP_ANALOGIX_DP
|
||||
./scripts/config --file .config --enable ROCKCHIP_CDN_DP
|
||||
@ -16,26 +25,56 @@
|
||||
./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 --enable ROCKCHIP_RGB
|
||||
./scripts/config --file .config --enable ROCKCHIP_RK3066_HDMI
|
||||
./scripts/config --file .config --module DRM_ANALOGIX_DP
|
||||
./scripts/config --file .config --module DRM_DW_HDMI
|
||||
./scripts/config --file .config --module DRM_DW_HDMI_I2S_AUDIO
|
||||
./scripts/config --file .config --module DRM_DW_MIPI_DSI
|
||||
./scripts/config --file .config --module SND_SOC_ROCKCHIP
|
||||
./scripts/config --file .config --module SND_SOC_ROCKCHIP_I2S
|
||||
./scripts/config --file .config --module SND_SOC_ROCKCHIP_I2S_TDM
|
||||
./scripts/config --file .config --module SND_SOC_ROCKCHIP_PDM
|
||||
./scripts/config --file .config --module SND_SOC_ROCKCHIP_SPDIF
|
||||
./scripts/config --file .config --module SND_SOC_ROCKCHIP_MAX98090
|
||||
./scripts/config --file .config --module SND_SOC_ROCKCHIP_RT5645
|
||||
./scripts/config --file .config --enable MMC_DW_ROCKCHIP
|
||||
./scripts/config --file .config --module SND_SOC_RK3288_HDMI_ANALOG
|
||||
./scripts/config --file .config --module SND_SOC_RK3399_GRU_SOUND
|
||||
./scripts/config --file .config --module SND_SOC_MAX98090
|
||||
./scripts/config --file .config --module SND_SOC_RT5514
|
||||
./scripts/config --file .config --module SND_SOC_RT5514_SPI
|
||||
./scripts/config --file .config --module MMC_DW_ROCKCHIP
|
||||
./scripts/config --file .config --enable COMMON_CLK_ROCKCHIP
|
||||
./scripts/config --file .config --enable CLK_PX30
|
||||
./scripts/config --file .config --enable CLK_RK3308
|
||||
./scripts/config --file .config --enable CLK_RK3328
|
||||
./scripts/config --file .config --enable CLK_RK3368
|
||||
./scripts/config --file .config --enable CLK_RK3399
|
||||
./scripts/config --file .config --enable CLK_RK3568
|
||||
./scripts/config --file .config --enable CLK_RK3588
|
||||
./scripts/config --file .config --enable ROCKCHIP_TIMER
|
||||
./scripts/config --file .config --enable ROCKCHIP_MBOX
|
||||
./scripts/config --file .config --enable ROCKCHIP_IOMMU
|
||||
./scripts/config --file .config --enable ROCKCHIP_IODOMAIN
|
||||
./scripts/config --file .config --enable ROCKCHIP_GRF
|
||||
./scripts/config --file .config --module ROCKCHIP_IODOMAIN
|
||||
./scripts/config --file .config --enable ROCKCHIP_PM_DOMAINS
|
||||
./scripts/config --file .config --module ARM_RK3399_DMC_DEVFREQ
|
||||
./scripts/config --file .config --enable PM_DEVFREQ_EVENT
|
||||
./scripts/config --file .config --module DEVFREQ_EVENT_ROCKCHIP_DFI
|
||||
./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 PWM_ROCKCHIP
|
||||
./scripts/config --file .config --module PHY_ROCKCHIP_DP
|
||||
./scripts/config --file .config --module PHY_ROCKCHIP_DPHY_RX0
|
||||
./scripts/config --file .config --module 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_USB2
|
||||
./scripts/config --file .config --module PHY_ROCKCHIP_INNO_CSIDPHY
|
||||
./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
|
||||
./scripts/config --file .config --module PHY_ROCKCHIP_SNPS_PCIE3
|
||||
./scripts/config --file .config --module PHY_ROCKCHIP_TYPEC
|
||||
./scripts/config --file .config --module PHY_ROCKCHIP_USB
|
||||
./scripts/config --file .config --module NVMEM_ROCKCHIP_EFUSE
|
||||
./scripts/config --file .config --module NVMEM_ROCKCHIP_OTP
|
||||
./scripts/config --file .config --module CRYPTO_DEV_ROCKCHIP
|
||||
|
@ -1,4 +1,4 @@
|
||||
%global rel_ver 1
|
||||
%global rel_ver 2
|
||||
%global major_ver 6
|
||||
%global minor_ver 1
|
||||
%global patch_ver 59
|
||||
|
@ -1,4 +1,4 @@
|
||||
%global rel_ver 1
|
||||
%global rel_ver 2
|
||||
%global major_ver 6
|
||||
%global minor_ver 6
|
||||
%global next_snapshot_date 20231020
|
||||
|
@ -1,4 +1,4 @@
|
||||
%global rel_ver 1
|
||||
%global rel_ver 2
|
||||
%global major_ver 6
|
||||
%global minor_ver 6
|
||||
%global rc_ver 7
|
||||
|
@ -1,4 +1,4 @@
|
||||
%global rel_ver 1
|
||||
%global rel_ver 2
|
||||
%global major_ver 6
|
||||
%global minor_ver 5
|
||||
%global patch_ver 8
|
||||
|
Loading…
Reference in New Issue
Block a user