lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Sun, 1 Jul 2007 22:21:27 +0200
From:	Adrian Bunk <bunk@...sta.de>
To:	Andrew Morton <akpm@...ux-foundation.org>
Cc:	James Simmons <jsimmons@...radead.org>,
	"Antonino A. Daplas" <adaplas@....net>,
	linux-kernel@...r.kernel.org
Subject: [RFC: 2.6.22 patch] don't offer DISPLAY_SUPPORT for now

DISPLAY_SUPPORT offers support code without any users currently in the 
tree. For a user it's quite confusing that the help text talks about
"proper drivers" when none are available.

This patch therefore lets DISPLAY_SUPPORT depend on BROKEN until there 
will be user.

Signed-off-by: Adrian Bunk <bunk@...sta.de>

---

This patch has been sent on:
- 22 Jun 2007

--- linux-2.6.22-rc4-mm2/drivers/video/display/Kconfig.old	2007-06-21 18:41:26.000000000 +0200
+++ linux-2.6.22-rc4-mm2/drivers/video/display/Kconfig	2007-06-21 18:41:41.000000000 +0200
@@ -1,24 +1,25 @@
 #
 # Display drivers configuration
 #
 
 menu "Display device support"
 
 config DISPLAY_SUPPORT
 	tristate "Display panel/monitor support"
+	depends on BROKEN  #  lacks users
 	---help---
 	  This framework adds support for low-level control of a display.
 	  This includes support for power.
 
 	  Enable this to be able to choose the drivers for controlling the
 	  physical display panel/monitor on some platforms. This not only
 	  covers LCD displays for PDAs but also other types of displays
 	  such as CRT, TVout etc.
 
 	  To have support for your specific display panel you will have to
 	  select the proper drivers which depend on this option.
 
 comment "Display hardware drivers"
 	depends on DISPLAY_SUPPORT
 
 endmenu



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ