aboutsummaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2015-04-26 18:53:26 -0600
committerMartin Roth <gaumless@gmail.com>2015-04-28 21:14:56 +0200
commit595e7777e7282249b13c3d7f8a45178e76798690 (patch)
tree3f578e46e4ba70ab530e2173845423597d536bec /src/Kconfig
parent562d6f30a0745b3da4c61974f8ac1b529dac9d80 (diff)
Kconfig whitespace fixes
trivial whitespace fixes. Mostly changing leading spaces to tabs. Change-Id: I0bdfe2059b90725e64adfc0bdde785b4e406969d Signed-off-by: Martin Roth <gaumless@gmail.com> Reviewed-on: http://review.coreboot.org/10000 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/Kconfig b/src/Kconfig
index f531f070f7..df4e3202a1 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -56,14 +56,14 @@ config COMMON_CBFS_SPI_WRAPPER
Use common wrapper to interface CBFS to SPI bootrom.
config MULTIPLE_CBFS_INSTANCES
- bool "Multiple CBFS instances in the bootrom"
- default n
- depends on !ARCH_X86
- help
- Account for the firmware image containing more than one CBFS
- instance. Locations of instances are known at build time and are
- communicated between coreboot stages to make sure the next stage is
- loaded from the appropriate instance.
+ bool "Multiple CBFS instances in the bootrom"
+ default n
+ depends on !ARCH_X86
+ help
+ Account for the firmware image containing more than one CBFS
+ instance. Locations of instances are known at build time and are
+ communicated between coreboot stages to make sure the next stage is
+ loaded from the appropriate instance.
choice
prompt "Compiler to use"
@@ -317,8 +317,8 @@ source "src/arch/*/Kconfig"
source "src/vendorcode/*/Kconfig"
config SYSTEM_TYPE_LAPTOP
- default n
- bool
+ default n
+ bool
menu "Chipset"
@@ -578,7 +578,7 @@ config MAINBOARD_SERIAL_NUMBER
string "SMBIOS Serial Number"
depends on GENERATE_SMBIOS_TABLES
default "123456789"
- help
+ help
The Serial Number to store in SMBIOS structures.
config MAINBOARD_VERSION