aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/Kconfig
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2018-06-04 01:28:41 +0300
committerPatrick Georgi <pgeorgi@google.com>2018-06-06 10:28:00 +0000
commit088f09dc2f11141bc66e56028c26204e8afb3217 (patch)
tree97557e8f28a40e1eb0b947bbaabfb744b1b2fcce /src/arch/x86/Kconfig
parent69e9e715a644aef8db118a30dee3878c561b976a (diff)
arch/x86: Drop leftover ROMCC support
Remove the last bits of building romstage with romcc. Change-Id: I70bb1ed23a5aeb87bf7641e0b0bd604a4e622e61 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/26807 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/arch/x86/Kconfig')
-rw-r--r--src/arch/x86/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig
index 8a87778d52..b545add8df 100644
--- a/src/arch/x86/Kconfig
+++ b/src/arch/x86/Kconfig
@@ -107,10 +107,6 @@ config NUM_IPI_STARTS
int
default 2
-config ROMCC
- bool
- default n
-
config CBMEM_TOP_BACKUP
def_bool n
help