diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2013-05-16 12:51:07 -0700 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2013-05-20 08:42:28 +0200 |
commit | b0fb2234be259a32325f5fc28750bd7b8aebc708 (patch) | |
tree | 19d428f42da70ad550b4395bf671ced34286af65 /src/Kconfig | |
parent | d433acb8164aa836aadd14e00d11ed4dc31b029d (diff) | |
download | coreboot-b0fb2234be259a32325f5fc28750bd7b8aebc708.tar.xz |
Drop llshell
This feature has not been used and was never fully integrated.
In the progress of cleaning up coreboot, let's drop it.
Change-Id: Ib40acdba30aef00a4a162f2b1009bf8b7db58bbb
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/3251
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Kconfig b/src/Kconfig index 308deaaa5d..f6819b4add 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -930,14 +930,6 @@ config DEBUG_INTEL_ME is present on Intel 6-series chipsets. endif -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/x86/llshell/llshell.inc for details. - config TRACE bool "Trace function calls" default n |