diff options
author | Arnd Bergmann <arnd@arndb.de> | 2024-02-19 10:38:04 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2024-02-20 21:36:55 +0100 |
commit | 9dcb9e583f1063be8d446037237718bb9e98c39a (patch) | |
tree | 38f6fd2d8aafee100306e1843ba4222d3bc5ca63 /arch | |
parent | 6d761306740730574f7f89ed008ea6a25985a4ff (diff) | |
download | linux-stable-9dcb9e583f1063be8d446037237718bb9e98c39a.tar.gz linux-stable-9dcb9e583f1063be8d446037237718bb9e98c39a.tar.bz2 linux-stable-9dcb9e583f1063be8d446037237718bb9e98c39a.zip |
arm64: config: disable new platforms in virt.config
A couple of new platforms got added since last year when Mark
added virt.config, so turn these off as well.
Link: https://lore.kernel.org/r/20240219093819.644324-1-arnd@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/configs/virt.config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/configs/virt.config b/arch/arm64/configs/virt.config index c47c36f8f67b..2d1d2ce7ae2a 100644 --- a/arch/arm64/configs/virt.config +++ b/arch/arm64/configs/virt.config @@ -14,6 +14,7 @@ # CONFIG_ARCH_BERLIN is not set # CONFIG_ARCH_BRCMSTB is not set # CONFIG_ARCH_EXYNOS is not set +# CONFIG_ARCH_SPARX5 is not set # CONFIG_ARCH_K3 is not set # CONFIG_ARCH_LAYERSCAPE is not set # CONFIG_ARCH_LG1K is not set @@ -23,14 +24,17 @@ # CONFIG_ARCH_MESON is not set # CONFIG_ARCH_MVEBU is not set # CONFIG_ARCH_NXP is not set +# CONFIG_ARCH_MA35 is not set # CONFIG_ARCH_MXC is not set # CONFIG_ARCH_NPCM is not set # CONFIG_ARCH_QCOM is not set +# CONFIG_ARCH_REALTEK is not set # CONFIG_ARCH_RENESAS is not set # CONFIG_ARCH_ROCKCHIP is not set # CONFIG_ARCH_S32 is not set # CONFIG_ARCH_SEATTLE is not set # CONFIG_ARCH_INTEL_SOCFPGA is not set +# CONFIG_ARCH_STM32 is not set # CONFIG_ARCH_SYNQUACER is not set # CONFIG_ARCH_TEGRA is not set # CONFIG_ARCH_TESLA_FSD is not set |