aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/Kconfig')
-rw-r--r--src/arch/x86/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig
index 8d2295b7ad..b3cf96bb7a 100644
--- a/src/arch/x86/Kconfig
+++ b/src/arch/x86/Kconfig
@@ -92,12 +92,6 @@ config ARCH_X86_64_PGTBL_LOC
The position where to place pagetables. Needs to be known at
compile time. Must not overlap other files in CBFS.
-config USE_MARCH_586
- def_bool n
- help
- Allow a platform or processor to select to be compiled using
- the '-march=i586' option instead of the typical '-march=i686'
-
# This is an SMP option. It relates to starting up APs.
# It is usually set in mainboard/*/Kconfig.
# TODO: Improve description.