| Message ID | 20251205033715.8852-2-twoerner@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-rockchip,1/2] make rockchip kernel tweaks easier to use | expand |
Hi Trevor, On 12/5/25 4:37 AM, Trevor Woerner via lists.yoctoproject.org wrote: > Over time more architectures are supported by the linux kernel, > architectures unrelated to rockchip. Therefore remove these as well from > the kernel config to help keep its size small. > Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Thanks! Quentin
diff --git a/recipes-kernel/linux/linux-rockchip/rockchip-kmeta/bsp/rockchip/remove-non-rockchip-arch-arm64.cfg b/recipes-kernel/linux/linux-rockchip/rockchip-kmeta/bsp/rockchip/remove-non-rockchip-arch-arm64.cfg index 597d47a424d2..b4b657e00e85 100644 --- a/recipes-kernel/linux/linux-rockchip/rockchip-kmeta/bsp/rockchip/remove-non-rockchip-arch-arm64.cfg +++ b/recipes-kernel/linux/linux-rockchip/rockchip-kmeta/bsp/rockchip/remove-non-rockchip-arch-arm64.cfg @@ -1,12 +1,17 @@ CONFIG_ARCH_ACTIONS=n +CONFIG_ARCH_AIROHA=n CONFIG_ARCH_ALPINE=n CONFIG_ARCH_APPLE=n +CONFIG_ARCH_AXIADO=n CONFIG_ARCH_BCM2835=n CONFIG_ARCH_BCM=n CONFIG_ARCH_BCMBCA=n CONFIG_ARCH_BCM_IPROC=n CONFIG_ARCH_BERLIN=n +CONFIG_ARCH_BITMAIN=n +CONFIG_ARCH_BLAIZE=n CONFIG_ARCH_BRCMSTB=n +CONFIG_ARCH_CIX=n CONFIG_ARCH_EXYNOS=n CONFIG_ARCH_HISI=n CONFIG_ARCH_INTEL_SOCFPGA=n @@ -14,6 +19,7 @@ CONFIG_ARCH_K3=n CONFIG_ARCH_KEEMBAY=n CONFIG_ARCH_LAYERSCAPE=n CONFIG_ARCH_LG1K=n +CONFIG_ARCH_MA35=n CONFIG_ARCH_MEDIATEK=n CONFIG_ARCH_MESON=n CONFIG_ARCH_MVEBU=n @@ -40,10 +46,14 @@ CONFIG_ARCH_R9A07G043=n CONFIG_ARCH_R9A07G044=n CONFIG_ARCH_R9A07G054=n CONFIG_ARCH_R9A09G011=n +CONFIG_ARCH_REALTEK=n CONFIG_ARCH_RENESAS=n CONFIG_ARCH_S32=n CONFIG_ARCH_SEATTLE=n +CONFIG_ARCH_SOPHGO=n +CONFIG_ARCH_SPARX5=n CONFIG_ARCH_SPRD=n +CONFIG_ARCH_STM32=n CONFIG_ARCH_SUNXI=n CONFIG_ARCH_SYNQUACER=n CONFIG_ARCH_TEGRA=n
Over time more architectures are supported by the linux kernel, architectures unrelated to rockchip. Therefore remove these as well from the kernel config to help keep its size small. Signed-off-by: Trevor Woerner <twoerner@gmail.com> --- .../bsp/rockchip/remove-non-rockchip-arch-arm64.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+)