aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/Kconfig
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2018-06-03 22:48:51 +0300
committerPatrick Georgi <pgeorgi@google.com>2018-06-06 12:29:57 +0000
commitec151f09240b701e12708990079bb37cf1ca9766 (patch)
treed58b656d15235168dc763f2fcdeccd8d9c1f8f9b /src/cpu/x86/Kconfig
parent58d6ff1330542039456bd09c9e689305a588c52e (diff)
arch/x86: Always select RELOCATABLE_MODULES
All boards except those with NO_RELOCATABLE_RAMSTAGE or explicit select already had this feature built. Change-Id: I838e12141243ec49c2555c09269e07476eb0cfad Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/26816 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/cpu/x86/Kconfig')
-rw-r--r--src/cpu/x86/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig
index baa4413c33..c67e6e5345 100644
--- a/src/cpu/x86/Kconfig
+++ b/src/cpu/x86/Kconfig
@@ -101,7 +101,6 @@ config LOGICAL_CPUS
config SMM_TSEG
bool
default n
- select RELOCATABLE_MODULES
config SMM_MODULE_HEAP_SIZE
hex