From: Trivial Patch Monkey (OK from maintainer Geert Uytterhoeven ) From: a.othieno@bluewin.ch (Arthur Othieno) AFAICS, CONFIG_PCI_CONSOLE isn't used elsewhere: hubb@mars:linux-2.6.2$ grep -r PCI_CONSOLE * | grep -v defconfig drivers/video/console/Kconfig:config PCI_CONSOLE hubb@mars:linux-2.6.2$ Signed-off-by: Andrew Morton --- 25-akpm/drivers/video/console/Kconfig | 5 ----- 1 files changed, 5 deletions(-) diff -puN drivers/video/console/Kconfig~trivial-kill-off-config_pci_console drivers/video/console/Kconfig --- 25/drivers/video/console/Kconfig~trivial-kill-off-config_pci_console Wed Jul 7 14:01:12 2004 +++ 25-akpm/drivers/video/console/Kconfig Wed Jul 7 14:01:12 2004 @@ -106,11 +106,6 @@ config FRAMEBUFFER_CONSOLE tristate "Framebuffer Console support" depends on FB -config PCI_CONSOLE - bool - depends on FRAMEBUFFER_CONSOLE - default y - config FONTS bool "Select compiled-in fonts" depends on FRAMEBUFFER_CONSOLE _