From 9d5c94ac7ae15d3f4579099ffac5234b340c8a35 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Tue, 22 Jun 2021 15:00:48 +0200 Subject: cpu/qemu-x86/Kconfig: Drop redundant selects The `ARCH_POSTCAR_X86_32` and `ARCH_POSTCAR_X86_64` options are already selected indirectly. There's no need to explicitly select them. Change-Id: Iaa2e99e6f0765741fc5af67180d116bb6cc23d38 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/55757 Reviewed-by: Patrick Rudolph Tested-by: build bot (Jenkins) --- src/cpu/qemu-x86/Kconfig | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/cpu/qemu-x86/Kconfig b/src/cpu/qemu-x86/Kconfig index f6ccb88478..674e05cc49 100644 --- a/src/cpu/qemu-x86/Kconfig +++ b/src/cpu/qemu-x86/Kconfig @@ -51,12 +51,10 @@ config MAX_CPUS config CPU_QEMU_X86_64 bool "Experimental 64bit support" select ARCH_ALL_STAGES_X86_64 - select ARCH_POSTCAR_X86_64 config CPU_QEMU_X86_32 bool default n if CPU_QEMU_X86_64 default y select ARCH_ALL_STAGES_X86_32 - select ARCH_POSTCAR_X86_32 endif -- cgit v1.2.3