aboutsummaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-03-13 22:07:15 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2010-03-13 22:07:15 +0000
commit5c503927f482cc167ebe245ac6d4a394179ea6e2 (patch)
tree9b53ebd38ebb51434f0ebacd117b85357d0a40fb /src/Kconfig
parent53c7276bd1a18160f022c468b7ce021c5386577c (diff)
Fix llshell
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5206 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig8
1 files changed, 8 insertions, 0 deletions
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