2.4.19-pre8 drivers/char/Config.in fix

Eyal Lebedinsky (eyal@eyal.emu.id.au)
Sat, 11 May 2002 23:46:33 +1000


This is a multi-part message in MIME format.
--------------41639B0EAB38435AF4587D8B
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

I deselected CONFIG_AGP_HP_ZX1 manually when it was broken
a while back, and I now see that it is still not fixed.
A trivial fix but still necessary.

--
Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.org/eyal/>
--------------41639B0EAB38435AF4587D8B
Content-Type: text/plain; charset=us-ascii;
 name="2.4.19-pre8-char.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="2.4.19-pre8-char.patch"

*** linux/drivers/char/Config.in.orig Sat May 11 23:36:20 2002 --- linux/drivers/char/Config.in Sat May 11 23:37:35 2002 *************** *** 260,266 **** 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 fi bool 'Direct Rendering Manager (XFree86 DRI support)' CONFIG_DRM --- 260,268 ---- bool ' Generic SiS support' CONFIG_AGP_SIS bool ' ALI chipset support' CONFIG_AGP_ALI bool ' Serverworks LE/HE support' CONFIG_AGP_SWORKS ! 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

--------------41639B0EAB38435AF4587D8B--

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