* [PATCH] 2.4.19-pre8 - HP ZX1 AGP support wrong for config
@ 2002-05-21 22:46 Marc-Christian Petersen
0 siblings, 0 replies; only message in thread
From: Marc-Christian Petersen @ 2002-05-21 22:46 UTC (permalink / raw)
To: linux-kernel; +Cc: Marcelo Tosatti
[-- Attachment #1: Type: text/plain, Size: 594 bytes --]
Hi all,
attached is a patch for 2.4.19-pre8 which fixes Config.in
entry for "HP ZX1 AGP Support".
This is also shown in arches != ia64, but this is wrong.
Attached patch fixes it and applies clean ontop 2.4.19-pre8.
This is also CC'ed to Marcello. Please apply it!
If this was reported before, i don't get it.
--
Kind regards
Marc-Christian Petersen
http://sourceforge.net/projects/wolk
PGP/GnuPG Key: 1024D/408B2D54947750EC
Fingerprint: 8602 69E0 A9C2 A509 8661 2B0B 408B 2D54 9477 50EC
Key available at wwwkeys.pgp.net. Encrypted e-mail preferred.
[-- Attachment #2: HP.ZX1.AGP.support-fix.patch --]
[-- Type: text/x-diff, Size: 530 bytes --]
--- linux/drivers/char/Config.in.orig Tue May 7 21:00:09 2002
+++ linux/drivers/char/Config.in Tue May 22 00:21:23 2002
@@ -260,7 +260,9 @@
bool ' Generic SiS support' CONFIG_AGP_SIS
bool ' ALI chipset support' CONFIG_AGP_ALI
bool ' Serverworks LE/HE support' CONFIG_AGP_SWORKS
- dep_bool ' HP ZX1 AGP support' CONFIG_AGP_HP_ZX1 $CONFIG_IA64
+ if [ "$CONFIG_IA64" = "y" ]; then
+ bool ' HP ZX1 AGP support' CONFIG_AGP_HP_ZX1
+ fi
fi
bool 'Direct Rendering Manager (XFree86 DRI support)' CONFIG_DRM
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-05-21 22:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-21 22:46 [PATCH] 2.4.19-pre8 - HP ZX1 AGP support wrong for config Marc-Christian Petersen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox