summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-04-27 23:22:26 +0800
committerSimon Glass <sjg@chromium.org>2015-04-29 18:51:50 -0600
commitd99b901e74ab96ef5b9e130a0607b85db0e33139 (patch)
tree08d6bcad0b31a9175f1aa2d7f39d983f3f539f25 /arch/x86
parent029194a3c46a0bf82fcc706daa2933d969249a0f (diff)
downloadtalos-obmc-uboot-d99b901e74ab96ef5b9e130a0607b85db0e33139.tar.gz
talos-obmc-uboot-d99b901e74ab96ef5b9e130a0607b85db0e33139.zip
x86: Kconfig: MARK_GRAPHICS_MEM_WRCOMB cosmetics
Remove the ending period of the MARK_GRAPHICS_MEM_WRCOMB option. Also fix the indention of its help text. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 43062cdf6c..2387fb7674 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -181,12 +181,12 @@ config X86_RAMTEST
detecting obvious failures.
config MARK_GRAPHICS_MEM_WRCOMB
- bool "Mark graphics memory as write-combining."
+ 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.
+ 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.
menu "Display"
OpenPOWER on IntegriCloud