linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rasmus Andersen <rasmus@jaquet.dk>
To: fritz@isdn4linux.de, linux-kernel@vger.kernel.org
Subject: [PATCH] drivers/isdn/isdn_bsdcomp.c can only be modular (240t13p2)
Date: Sat, 16 Dec 2000 21:47:09 +0100	[thread overview]
Message-ID: <20001216214709.C609@jaquet.dk> (raw)

Hi.

drivers/isdn/isdn_bsdcomp.c #errors if it is not compiled as a module. The
following patch moves this into the Config.in file. Other options include
fixing the code or just noting this in the help option for the config entry.
I leave this up to the maintainers.


--- linux-240-t13-pre2-clean/drivers/isdn/Config.in	Sat Dec 16 20:40:56 2000
+++ linux/drivers/isdn/Config.in	Sat Dec 16 21:40:25 2000
@@ -6,7 +6,7 @@
    if [ "$CONFIG_ISDN_PPP" != "n" ]; then
       bool     '    Use VJ-compression with synchronous PPP' CONFIG_ISDN_PPP_VJ
       bool     '    Support generic MP (RFC 1717)' CONFIG_ISDN_MPP
-      tristate '    Support BSD compression with sync PPP' CONFIG_ISDN_PPP_BSDCOMP
+      dep_tristate '    Support BSD compression with sync PPP' CONFIG_ISDN_PPP_BSDCOMP $CONFIG_MODULES
    fi
 fi
 bool '  Support audio via ISDN' CONFIG_ISDN_AUDIO

-- 
Regards,
        Rasmus(rasmus@jaquet.dk)

While the Melissa license is a bit unclear, Melissa aggressively
encourages free distribution of its source code.
  -- Kevin Dalley on Melissa being Open Source
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

             reply	other threads:[~2000-12-16 21:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-16 20:47 Rasmus Andersen [this message]
2000-12-16 20:55 ` [PATCH] drivers/isdn/isdn_bsdcomp.c can only be modular (240t13p2) Peter Samuelson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20001216214709.C609@jaquet.dk \
    --to=rasmus@jaquet.dk \
    --cc=fritz@isdn4linux.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).