[coreboot-gerrit] New patch to review for coreboot: soc/intel/common: Fix whitespace in Kconfig

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Thu Nov 26 06:33:34 CET 2015


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12546

-gerrit

commit 4645d1458b275f6b5e2b85bb6e3df26698788392
Author: Martin Roth <martinroth at google.com>
Date:   Wed Nov 25 22:33:20 2015 -0700

    soc/intel/common: Fix whitespace in Kconfig
    
    Change leading spaces to tabs.
    
    Change-Id: Ief138f5f68198578ba9dddb8fbdabbd9a0185a21
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 src/soc/intel/common/Kconfig | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/soc/intel/common/Kconfig b/src/soc/intel/common/Kconfig
index 547492b..96d2b8e 100644
--- a/src/soc/intel/common/Kconfig
+++ b/src/soc/intel/common/Kconfig
@@ -49,14 +49,14 @@ config SOC_INTEL_COMMON_ACPI_WAKE_SOURCE
 	default n
 
 config MMA
-        bool "enable MMA (Memory Margin Analysis) support"
-        default n
-        help
-         Set this option to y to enable MMA (Memory Margin Analysis) support
+	bool "enable MMA (Memory Margin Analysis) support"
+	default n
+	help
+	  Set this option to y to enable MMA (Memory Margin Analysis) support
 
 config MMA_BLOBS_PATH
-        string "Path to MMA blobs"
-        depends on MMA
-        default "3rdparty/blobs/mainboard/$(MAINBOARDDIR)/mma"
+	string "Path to MMA blobs"
+	depends on MMA
+	default "3rdparty/blobs/mainboard/$(MAINBOARDDIR)/mma"
 
 endif # SOC_INTEL_COMMON



More information about the coreboot-gerrit mailing list