Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=11fe250d89cdce3d6bb43bd674f3dcdcaa78dbc8
Commit:     11fe250d89cdce3d6bb43bd674f3dcdcaa78dbc8
Parent:     03b9ae4b80dd5b20d7bf7e15902592d50c66780d
Author:     Robert P. J. Day <[EMAIL PROTECTED]>
AuthorDate: Thu May 10 22:23:30 2007 -0700
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Fri May 11 08:29:37 2007 -0700

    VIDEO: remove archaic if[] construct from Kconfig file
    
    Remove the obsolete "if [ ]" construct from the video console Kconfig
    file.
    
    Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]>
    Acked-by: James Simmons <[EMAIL PROTECTED]>
    Cc: "Antonino A. Daplas" <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 drivers/video/console/Kconfig |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/drivers/video/console/Kconfig b/drivers/video/console/Kconfig
index aa3935d..63b85bf 100644
--- a/drivers/video/console/Kconfig
+++ b/drivers/video/console/Kconfig
@@ -19,13 +19,6 @@ config VGA_CONSOLE
 
          Say Y.
 
-#      if [ "$CONFIG_PCI" = "y" -a "$CONFIG_VGA_CONSOLE" = "y" ]; then
-#         bool '   Allow VGA on any bus?' CONFIG_VGA_HOSE
-#         if [ "$CONFIG_VGA_HOSE" = "y" ]; then
-#            define_bool CONFIG_DUMMY_CONSOLE y
-#         fi
-#      fi
-
 config VGACON_SOFT_SCROLLBACK
        bool "Enable Scrollback Buffer in System RAM"
        depends on VGA_CONSOLE
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to