diff options
author | Martin Roth <gaumless@gmail.com> | 2015-07-01 19:38:29 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-07-03 22:30:10 +0200 |
commit | 45895f1e7dcce9fdeb8b18afb1cf78f0aa4a9c08 (patch) | |
tree | fcda4fef30bb43cd32f11b4f372c25893a3da609 /src/mainboard/google/smaug | |
parent | ac83367a7b2bc7a3a75e649fcbf6428ef6c9ccdd (diff) |
Kconfig whitespace cleanup: Change leading spaces to tabs
Change-Id: Icab6bd9f55f086da7b51ae463f34e29366d50e1a
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: http://review.coreboot.org/10764
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/google/smaug')
-rw-r--r-- | src/mainboard/google/smaug/Kconfig | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mainboard/google/smaug/Kconfig b/src/mainboard/google/smaug/Kconfig index e96c7c6b82..79bc732ce7 100644 --- a/src/mainboard/google/smaug/Kconfig +++ b/src/mainboard/google/smaug/Kconfig @@ -20,7 +20,7 @@ if BOARD_GOOGLE_SMAUG config BOARD_SPECIFIC_OPTIONS # dummy - def_bool y + def_bool y select BOARD_ID_AUTO select BOARD_ROMSIZE_KB_16384 select CHROMEOS_VBNV_EC @@ -38,16 +38,16 @@ config BOARD_SPECIFIC_OPTIONS # dummy select RAM_CODE_SUPPORT config MAINBOARD_DIR - string - default google/smaug + string + default google/smaug config MAINBOARD_PART_NUMBER - string - default "Smaug" + string + default "Smaug" config DRAM_SIZE_MB - int - default 2048 + int + default 2048 choice prompt "BCT boot media" |