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:
@ -49,14 +49,14 @@ config SOC_INTEL_COMMON_ACPI_WAKE_SOURCE
|
|||||||
default n
|
default n
|
||||||
|
|
||||||
config MMA
|
config MMA
|
||||||
bool "enable MMA (Memory Margin Analysis) support"
|
bool "enable MMA (Memory Margin Analysis) support"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Set this option to y to enable MMA (Memory Margin Analysis) support
|
Set this option to y to enable MMA (Memory Margin Analysis) support
|
||||||
|
|
||||||
config MMA_BLOBS_PATH
|
config MMA_BLOBS_PATH
|
||||||
string "Path to MMA blobs"
|
string "Path to MMA blobs"
|
||||||
depends on MMA
|
depends on MMA
|
||||||
default "3rdparty/blobs/mainboard/$(MAINBOARDDIR)/mma"
|
default "3rdparty/blobs/mainboard/$(MAINBOARDDIR)/mma"
|
||||||
|
|
||||||
endif # SOC_INTEL_COMMON
|
endif # SOC_INTEL_COMMON
|
||||||
|
Reference in New Issue
Block a user