diff options
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig index ecdc929f46..c08fd27e0f 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 |