From 5c503927f482cc167ebe245ac6d4a394179ea6e2 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sat, 13 Mar 2010 22:07:15 +0000 Subject: Fix llshell Signed-off-by: Stefan Reinauer Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5206 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/Kconfig') diff --git a/src/Kconfig b/src/Kconfig index 96413ffd3f..1331f557e9 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -793,6 +793,14 @@ config X86EMU_DEBUG_IO If unsure, say N. +config LLSHELL + bool "Built-in low-level shell" + default n + help + If enabled, you will have a low level shell to examine your machine. + Put llshell() in your (romstage) code to start the shell. + See src/arch/i386/llshell/llshell.inc for details. + endmenu config LIFT_BSP_APIC_ID -- cgit v1.2.3