Capi config Patch for 2.4.20-dj2

Carsten Rietzschel (cr@daRav.de)
05 Jun 2002 11:40:44 +0200


--=-D/v0wRkJ7QocgT1QxqhT
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Hi,

this fixes the problem when configuring the ISDN-Section f.e. with make menuconfig.
So Capi can be enabled and can be compiled.
Without this patch 2.5.20-dj2 (and a few -dj-Patches before) won't compile Capi-Drivers.

(Note: I don't know why DJ dropped these lines, but in the 2.4.20 they are)

This patch is against 2.5.20-dj2

Carsten Rietzschel

--=-D/v0wRkJ7QocgT1QxqhT
Content-Disposition: attachment; filename=cr-capi-config-patch
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; name=cr-capi-config-patch; charset=ISO-8859-15

--- drivers/isdn/Config.in Tue Jun 4 23:31:51 2002
+++ drivers/isdn/Config.in.org2 Mon Jun 3 03:44:50 2002
@@ -19,8 +19,11 @@
=20
comment 'CAPI subsystem'
=20
- source drivers/isdn/capi/Config.in
- source drivers/isdn/hardware/Config.in
+ tristate 'CAPI2.0 support' CONFIG_ISDN_CAPI
+ if [ "$CONFIG_ISDN_CAPI" !=3D "n" ]; then
+ source drivers/isdn/capi/Config.in
+ source drivers/isdn/hardware/Config.in
+ fi
fi
fi
endmenu

--=-D/v0wRkJ7QocgT1QxqhT--

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