All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gerrit Renker <gerrit@erg.abdn.ac.uk>
To: dccp@vger.kernel.org
Subject: Re: [PATCH 1/5] CCID 4: Adds Kconfig, Makefile, and new CCID to include/linux/dccp.h
Date: Thu, 20 Sep 2007 12:37:46 +0000	[thread overview]
Message-ID: <200709201337.46933@strip-the-willow> (raw)
In-Reply-To: <20070920112021.GB1288@kikai.katei.fi>

|  +# The TFRC-SP Library: currently only has CCID 4 as customer
|  +config IP_DCCP_TFRC_SP_LIB
|  +       depends on IP_DCCP_CCID4
|  +       def_tristate IP_DCCP_CCID4
|  +
|  +config IP_DCCP_TFRC_SP_DEBUG
|  +       bool
|  +       default y if IP_DCCP_CCID4_DEBUG
|  +
You can delete these lines - they are already enabled through CCID3 configuration option,
or integrate (OR) with the CCID3 dependencies. Since there are dependencies to CCID3,
it may be useful to replace the above by adding 
	select IP_DCCP_CCID3 
to the menu of IP_DCCP_CCID4

  reply	other threads:[~2007-09-20 12:37 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-20 11:20 [PATCH 1/5] CCID 4: Adds Kconfig, Makefile, and new CCID to Tommi Saviranta
2007-09-20 12:37 ` Gerrit Renker [this message]
2007-09-20 13:25 ` [PATCH 1/5] CCID 4: Adds Kconfig, Makefile, and new CCID to include/linux/dccp.h 
2007-09-20 17:49 ` 
2007-09-22 20:16 ` Ian McDonald
2007-09-25  8:43 ` Gerrit Renker
2007-09-25  9:27 ` Ian McDonald

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=200709201337.46933@strip-the-willow \
    --to=gerrit@erg.abdn.ac.uk \
    --cc=dccp@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.