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>
This commit is contained in:
parent
232df8b2d2
commit
dde96fb2f1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue