Re: [PATCH 1/5] CCID 4: Adds Kconfig, Makefile, and new CCID to include/linux/dccp.h

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



|  +# 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
-
To unsubscribe from this list: send the line "unsubscribe dccp" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel]     [IETF DCCP]     [Linux Networking]     [Git]     [Security]     [Linux Assembly]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux