summaryrefslogtreecommitdiffstats
path: root/src/console/Kconfig
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2014-04-03 14:04:42 -0700
committerKyösti Mälkki <kyosti.malkki@gmail.com>2015-03-10 23:36:23 +0100
commit01fe6380108a03990150673e034944eafa8b9f8d (patch)
treeb1ead15afe03996466aff45e50280e6831a10b89 /src/console/Kconfig
parenta49c0cca9fb29541b30c7cec7f1b49c376a7c12d (diff)
downloadcoreboot-01fe6380108a03990150673e034944eafa8b9f8d.tar.gz
coreboot-01fe6380108a03990150673e034944eafa8b9f8d.tar.bz2
coreboot-01fe6380108a03990150673e034944eafa8b9f8d.zip
cbmem console: Allow the cbmem console on non-x86 systems again.
If it's not supported on a particular board, either the build will fail or checks within the cbmem console itself should detect the problem. There shouldn't be random memory corruption any more. BUG=None TEST=Built with CONSOLE_CBMEM enabled on nyan and saw that it was actually enabled. BRANCH=None Original-Change-Id: Id6c8c7675daafe07aa4878cfcf13faefe576e520 Original-Signed-off-by: Gabe Black <gabeblack@google.com> Original-Reviewed-on: https://chromium-review.googlesource.com/193167 Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org> Original-Commit-Queue: Gabe Black <gabeblack@chromium.org> Original-Tested-by: Gabe Black <gabeblack@chromium.org> (cherry picked from commit 20b486443bfc2d93d72bbc9e496023a00ab9ab30) Signed-off-by: Marc Jones <marc.jones@se-eng.com> Change-Id: I39fbcdff61f6d8f520f2e9d7612dee78e97898b1 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/7748 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Diffstat (limited to 'src/console/Kconfig')
-rw-r--r--src/console/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/console/Kconfig b/src/console/Kconfig
index 5974695a54da..2969c0fb6403 100644
--- a/src/console/Kconfig
+++ b/src/console/Kconfig
@@ -168,7 +168,6 @@ config CONSOLE_NE2K_IO_PORT
boundary, qemu needs broader align)
config CONSOLE_CBMEM
- depends on ARCH_X86
bool "Send console output to a CBMEM buffer"
default n
help