[PATCH] 2.4.19-pre8 - HP ZX1 AGP support wrong for config

Marc-Christian Petersen (mcp@linux-systeme.de)
Wed, 22 May 2002 00:46:29 +0200


--------------Boundary-00=_HLGHKYWFGSJ9W5DLI1H1
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

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 !=3D 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.

--=20
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.

--------------Boundary-00=_HLGHKYWFGSJ9W5DLI1H1
Content-Type: text/x-diff;
charset="us-ascii";
name="HP.ZX1.AGP.support-fix.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="HP.ZX1.AGP.support-fix.patch"

--- 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

--------------Boundary-00=_HLGHKYWFGSJ9W5DLI1H1--

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