mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [patch] 2.4.19-rc3 remove dead variable CONFIG_DRM_AGP.
@ 2002-07-23  4:38 Keith Owens
  0 siblings, 0 replies; only message in thread
From: Keith Owens @ 2002-07-23  4:38 UTC (permalink / raw)
  To: linux-kernel; +Cc: marcelo

CONFIG_AGP is defined as depending on CONFIG_DRM_AGP but that variable
is neither defined nor used.  This spurious dependency silently works
for make old/menuconfig, it breaks make xconfig.

Index: 18.102/drivers/char/Config.in
--- 18.102/drivers/char/Config.in Mon, 22 Jul 2002 11:29:07 +1000 kaos (linux-2.4/b/c/3_Config.in 1.2.1.1.4.12.1.2 644)
+++ 18.102(w)/drivers/char/Config.in Tue, 23 Jul 2002 12:31:28 +1000 kaos (linux-2.4/b/c/3_Config.in 1.2.1.1.4.12.1.2 644)
@@ -211,7 +211,7 @@ if [ "$CONFIG_FTAPE" != "n" ]; then
 fi
 endmenu
 
-dep_tristate '/dev/agpgart (AGP Support)' CONFIG_AGP $CONFIG_DRM_AGP
+tristate '/dev/agpgart (AGP Support)' CONFIG_AGP
 if [ "$CONFIG_AGP" != "n" ]; then
    bool '  Intel 440LX/BX/GX and I815/I830M/I840/I850 support' CONFIG_AGP_INTEL
    if [ "$CONFIG_IA64" != "n" ]; then


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-07-23  4:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-23  4:38 [patch] 2.4.19-rc3 remove dead variable CONFIG_DRM_AGP Keith Owens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®