[linux] 02/04: fbdev: Enable FRAMEBUFFER_CONSOLE by default

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Wed Oct 4 01:33:30 UTC 2017


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux.

commit 4dd019592e1ae7c49da40bc84998400dca3682b4
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Wed Oct 4 02:23:54 2017 +0100

    fbdev: Enable FRAMEBUFFER_CONSOLE by default
    
    FRAMEBUFFER_CONSOLE is enabled in almost all configurations.  So make
    this the top level default, and disable it in the few exceptional
    configurations (armel/marvell, mips*/octeon, s390x).
---
 debian/config/alpha/config                  | 1 -
 debian/config/arm64/config                  | 5 -----
 debian/config/armhf/config                  | 5 -----
 debian/config/config                        | 1 +
 debian/config/hppa/config                   | 1 -
 debian/config/kernelarch-mips/config        | 1 -
 debian/config/kernelarch-mips/config.octeon | 5 +++++
 debian/config/kernelarch-powerpc/config     | 1 -
 debian/config/kernelarch-sparc/config       | 5 -----
 debian/config/kernelarch-x86/config         | 1 -
 debian/config/m68k/config                   | 5 -----
 debian/config/s390x/config                  | 5 +++++
 debian/config/sh4/config.sh7751r            | 5 -----
 debian/config/sh4/config.sh7785lcr          | 5 -----
 14 files changed, 11 insertions(+), 35 deletions(-)

diff --git a/debian/config/alpha/config b/debian/config/alpha/config
index bd84a7f..2c1660c 100644
--- a/debian/config/alpha/config
+++ b/debian/config/alpha/config
@@ -898,7 +898,6 @@ CONFIG_LCD_CLASS_DEVICE=m
 ##
 CONFIG_VGA_CONSOLE=y
 CONFIG_MDA_CONSOLE=m
-CONFIG_FRAMEBUFFER_CONSOLE=y
 
 ##
 ## file: drivers/video/fbdev/Kconfig
diff --git a/debian/config/arm64/config b/debian/config/arm64/config
index 4a1d72e..c071454 100644
--- a/debian/config/arm64/config
+++ b/debian/config/arm64/config
@@ -858,11 +858,6 @@ CONFIG_BACKLIGHT_GENERIC=m
 CONFIG_BACKLIGHT_LP855X=m
 
 ##
-## file: drivers/video/console/Kconfig
-##
-CONFIG_FRAMEBUFFER_CONSOLE=y
-
-##
 ## file: drivers/video/fbdev/Kconfig
 ##
 CONFIG_FB_EFI=y
diff --git a/debian/config/armhf/config b/debian/config/armhf/config
index d30f121..c925557 100644
--- a/debian/config/armhf/config
+++ b/debian/config/armhf/config
@@ -1207,11 +1207,6 @@ CONFIG_BACKLIGHT_PANDORA=m
 CONFIG_BACKLIGHT_GPIO=m
 
 ##
-## file: drivers/video/console/Kconfig
-##
-CONFIG_FRAMEBUFFER_CONSOLE=y
-
-##
 ## file: drivers/video/fbdev/Kconfig
 ##
 CONFIG_FB_ARMCLCD=y
diff --git a/debian/config/config b/debian/config/config
index 16cc9a2..b87cc4c 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -5147,6 +5147,7 @@ CONFIG_BACKLIGHT_WM831X=m
 # CONFIG_VGACON_SOFT_SCROLLBACK is not set
 CONFIG_DUMMY_CONSOLE_COLUMNS=80
 CONFIG_DUMMY_CONSOLE_ROWS=25
+CONFIG_FRAMEBUFFER_CONSOLE=y
 # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
 CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
 
diff --git a/debian/config/hppa/config b/debian/config/hppa/config
index f573ea7..a6737b7 100644
--- a/debian/config/hppa/config
+++ b/debian/config/hppa/config
@@ -495,7 +495,6 @@ CONFIG_USB_OHCI_HCD=m
 ##
 CONFIG_DUMMY_CONSOLE_COLUMNS=160
 CONFIG_DUMMY_CONSOLE_ROWS=64
-CONFIG_FRAMEBUFFER_CONSOLE=y
 CONFIG_STI_CONSOLE=y
 
 ##
diff --git a/debian/config/kernelarch-mips/config b/debian/config/kernelarch-mips/config
index 1b78561..6e19e0a 100644
--- a/debian/config/kernelarch-mips/config
+++ b/debian/config/kernelarch-mips/config
@@ -59,7 +59,6 @@ CONFIG_USB_OHCI_HCD=m
 ## file: drivers/video/console/Kconfig
 ##
 # CONFIG_VGA_CONSOLE is not set
-CONFIG_FRAMEBUFFER_CONSOLE=y
 
 ##
 ## file: init/Kconfig
diff --git a/debian/config/kernelarch-mips/config.octeon b/debian/config/kernelarch-mips/config.octeon
index 72c3fde..08b4167 100644
--- a/debian/config/kernelarch-mips/config.octeon
+++ b/debian/config/kernelarch-mips/config.octeon
@@ -165,6 +165,11 @@ CONFIG_USB_OCTEON_EHCI=y
 CONFIG_USB_OCTEON_OHCI=y
 
 ##
+## file: drivers/video/console/Kconfig
+##
+# CONFIG_FRAMEBUFFER_CONSOLE is not set
+
+##
 ## file: drivers/video/fbdev/Kconfig
 ##
 # CONFIG_FB is not set
diff --git a/debian/config/kernelarch-powerpc/config b/debian/config/kernelarch-powerpc/config
index 3ab4a74..6359b49 100644
--- a/debian/config/kernelarch-powerpc/config
+++ b/debian/config/kernelarch-powerpc/config
@@ -815,7 +815,6 @@ CONFIG_USB_SL811_CS=m
 ## file: drivers/video/console/Kconfig
 ##
 CONFIG_VGA_CONSOLE=y
-CONFIG_FRAMEBUFFER_CONSOLE=y
 
 ##
 ## file: drivers/video/fbdev/Kconfig
diff --git a/debian/config/kernelarch-sparc/config b/debian/config/kernelarch-sparc/config
index 6dbc542..db8a0e3 100644
--- a/debian/config/kernelarch-sparc/config
+++ b/debian/config/kernelarch-sparc/config
@@ -469,11 +469,6 @@ CONFIG_USB_UHCI_HCD=m
 # CONFIG_BACKLIGHT_LCD_SUPPORT is not set
 
 ##
-## file: drivers/video/console/Kconfig
-##
-CONFIG_FRAMEBUFFER_CONSOLE=y
-
-##
 ## file: drivers/video/fbdev/Kconfig
 ##
 CONFIG_FB_MODE_HELPERS=y
diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config
index 155d4e5..a4b724a 100644
--- a/debian/config/kernelarch-x86/config
+++ b/debian/config/kernelarch-x86/config
@@ -1786,7 +1786,6 @@ CONFIG_VFIO_PCI_VGA=y
 ## file: drivers/video/console/Kconfig
 ##
 CONFIG_VGA_CONSOLE=y
-CONFIG_FRAMEBUFFER_CONSOLE=y
 
 ##
 ## file: drivers/video/fbdev/Kconfig
diff --git a/debian/config/m68k/config b/debian/config/m68k/config
index 8880373..3994051 100644
--- a/debian/config/m68k/config
+++ b/debian/config/m68k/config
@@ -565,11 +565,6 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4
 # CONFIG_BACKLIGHT_LCD_SUPPORT is not set
 
 ##
-## file: drivers/video/console/Kconfig
-##
-CONFIG_FRAMEBUFFER_CONSOLE=y
-
-##
 ## file: drivers/video/fbdev/Kconfig
 ##
 # CONFIG_FIRMWARE_EDID is not set
diff --git a/debian/config/s390x/config b/debian/config/s390x/config
index 67fbe18..8977929 100644
--- a/debian/config/s390x/config
+++ b/debian/config/s390x/config
@@ -160,6 +160,11 @@ CONFIG_ZFCP=m
 CONFIG_HVC_IUCV=y
 
 ##
+## file: drivers/video/console/Kconfig
+##
+# CONFIG_FRAMEBUFFER_CONSOLE is not set
+
+##
 ## file: drivers/video/fbdev/Kconfig
 ##
 # CONFIG_FB is not set
diff --git a/debian/config/sh4/config.sh7751r b/debian/config/sh4/config.sh7751r
index 7ddd7a7..99c496e 100644
--- a/debian/config/sh4/config.sh7751r
+++ b/debian/config/sh4/config.sh7751r
@@ -155,11 +155,6 @@ CONFIG_USB=y
 CONFIG_USB_OHCI_HCD=y
 
 ##
-## file: drivers/video/console/Kconfig
-##
-CONFIG_FRAMEBUFFER_CONSOLE=y
-
-##
 ## file: drivers/video/fbdev/Kconfig
 ##
 CONFIG_FB_SM501=y
diff --git a/debian/config/sh4/config.sh7785lcr b/debian/config/sh4/config.sh7785lcr
index d26ade6..6d11759 100644
--- a/debian/config/sh4/config.sh7785lcr
+++ b/debian/config/sh4/config.sh7785lcr
@@ -200,11 +200,6 @@ CONFIG_USB_R8A66597_HCD=y
 CONFIG_USB_STORAGE=y
 
 ##
-## file: drivers/video/console/Kconfig
-##
-CONFIG_FRAMEBUFFER_CONSOLE=y
-
-##
 ## file: drivers/video/fbdev/Kconfig
 ##
 CONFIG_FB_SM501=y

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list