All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] auxdisplay: remove PARPORT dependency
@ 2009-02-07  0:06 hartleys
  2009-02-09 22:37 ` Andrew Morton
  0 siblings, 1 reply; 5+ messages in thread
From: hartleys @ 2009-02-07  0:06 UTC (permalink / raw)
  To: lkml

Remove PARPORT dependency for Auxiliary Display support.

This is not needed since the dependency for the KS0108 driver is
PARPORT_PC.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>

---

diff --git a/drivers/auxdisplay/Kconfig b/drivers/auxdisplay/Kconfig
index 14b9d5f..c07e725 100644
--- a/drivers/auxdisplay/Kconfig
+++ b/drivers/auxdisplay/Kconfig
@@ -6,7 +6,6 @@
 #
 
 menuconfig AUXDISPLAY
-	depends on PARPORT
 	bool "Auxiliary Display support"
 	---help---
 	  Say Y here to get to see options for auxiliary display
drivers.
@@ -14,7 +13,7 @@ menuconfig AUXDISPLAY
 
 	  If you say N, all options in this submenu will be skipped and
disabled.
 
-if AUXDISPLAY && PARPORT
+if AUXDISPLAY
 
 config KS0108
 	tristate "KS0108 LCD Controller" 

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-02-11 16:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-07  0:06 [PATCH] auxdisplay: remove PARPORT dependency hartleys
2009-02-09 22:37 ` Andrew Morton
2009-02-09 22:46   ` hartleys
2009-02-11 10:37     ` Miguel Ojeda
2009-02-11 16:51       ` hartleys

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.