From b2c5f8d68b9214474b64de24af9b166f169fcd9a Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 5 Apr 2007 21:37:06 +0000 Subject: [PATCH] Remove CONSOLE_VGA which was already dropped in r269 (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@272 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- console/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/console/Kconfig b/console/Kconfig index b6d8b68ac0..c7e4c43b93 100644 --- a/console/Kconfig +++ b/console/Kconfig @@ -150,11 +150,11 @@ config CONSOLE_USB See http://linuxbios.org/EHCI_Debug_Port for an up-to-date list. comment "Cosmetic console options" - depends EXPERT && (CONSOLE_SERIAL || CONSOLE_VGA || CONSOLE_USB) + depends EXPERT && (CONSOLE_SERIAL || CONSOLE_USB) config CONSOLE_PREFIX bool "Prefix all console output with '(LB)'" - depends EXPERT && (CONSOLE_SERIAL || CONSOLE_VGA || CONSOLE_USB) + depends EXPERT && (CONSOLE_SERIAL || CONSOLE_USB) default n help When you enable this option, LinuxBIOS will prefix each line of