public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Capi config Patch for 2.4.20-dj2
@ 2002-06-05  9:40 Carsten Rietzschel
  0 siblings, 0 replies; only message in thread
From: Carsten Rietzschel @ 2002-06-05  9:40 UTC (permalink / raw)
  To: davej; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 359 bytes --]

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




[-- Attachment #2: cr-capi-config-patch --]
[-- Type: text/plain, Size: 490 bytes --]

--- 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 @@
 
       comment 'CAPI subsystem'
 
-      source drivers/isdn/capi/Config.in
-      source drivers/isdn/hardware/Config.in
+      tristate 'CAPI2.0 support' CONFIG_ISDN_CAPI
+      if [ "$CONFIG_ISDN_CAPI" != "n" ]; then
+         source drivers/isdn/capi/Config.in
+         source drivers/isdn/hardware/Config.in
+      fi
    fi
 fi
 endmenu

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

only message in thread, other threads:[~2002-06-05  9:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-05  9:40 Capi config Patch for 2.4.20-dj2 Carsten Rietzschel

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