diff options
author | Martin Roth <martinroth@google.com> | 2015-11-25 22:33:20 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2015-11-27 18:07:29 +0100 |
commit | dde96fb2f13ae3e21d6a6fff0fe1f2f422dbecf6 (patch) | |
tree | 0306a414ca5048d853f233db6ee0965adb78d72e /src/soc | |
parent | 232df8b2d232f481576737de952c6168d4d00874 (diff) |
soc/intel/common: Fix whitespace in Kconfig
Change leading spaces to tabs.
Change-Id: Ief138f5f68198578ba9dddb8fbdabbd9a0185a21
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/12546
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/common/Kconfig | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/soc/intel/common/Kconfig b/src/soc/intel/common/Kconfig index 547492bf2c..96d2b8eb01 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 |