summaryrefslogtreecommitdiffstats
path: root/src/Kconfig
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2014-10-16 13:21:47 +0200
committerVladimir Serbinenko <phcoder@gmail.com>2014-10-16 17:42:25 +0200
commita9db82fbaff166bf474fb6ead7345073a4d3a77d (patch)
tree4d16443325f02dccc1ed088c63c4cfcf9f0461d0 /src/Kconfig
parent2adb297cf930ff5c2d78d828d801461feae3254b (diff)
downloadcoreboot-a9db82fbaff166bf474fb6ead7345073a4d3a77d.tar.gz
coreboot-a9db82fbaff166bf474fb6ead7345073a4d3a77d.tar.bz2
coreboot-a9db82fbaff166bf474fb6ead7345073a4d3a77d.zip
smbios: Mark laptops as such
Change-Id: I179a4cede2f826f72a400208748798737216c01a Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/7071 Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig
index ecdc929f4625..c08fd27e0f87 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -236,6 +236,10 @@ config BOOTBLOCK_NORMAL
endchoice
+config SYSTEM_TYPE_LAPTOP
+ default n
+ bool
+
config BOOTBLOCK_SOURCE
string
default "bootblock_simple.c" if BOOTBLOCK_SIMPLE