summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-07-06 16:31:34 +0800
committerSimon Glass <sjg@chromium.org>2015-07-14 18:03:18 -0600
commit9e3a7c9bac35d47b7a021e311147ba0b5a128b08 (patch)
tree5cf1afdfe9f930cd2a8254f270418f746adad94c /arch/x86/Kconfig
parent786a08e0dd3d0505e10cc93622ce5db696c627e9 (diff)
downloadtalos-obmc-uboot-9e3a7c9bac35d47b7a021e311147ba0b5a128b08.tar.gz
talos-obmc-uboot-9e3a7c9bac35d47b7a021e311147ba0b5a128b08.zip
x86: Remove MARK_GRAPHICS_MEM_WRCOMB
MARK_GRAPHICS_MEM_WRCOMB is not referenced anywhere in the code, hence remove it. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 8381a3be6e..cbbaa4f2ce 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -188,14 +188,6 @@ config X86_RAMTEST
to work correctly. It is not exhaustive but can save time by
detecting obvious failures.
-config MARK_GRAPHICS_MEM_WRCOMB
- bool "Mark graphics memory as write-combining"
- default n
- help
- The graphics performance may increase if the graphics
- memory is set as write-combining cache type. This option
- enables marking the graphics memory as write-combining.
-
config HAVE_FSP
bool "Add an Firmware Support Package binary"
help
OpenPOWER on IntegriCloud