]> Pileus Git - ~andy/linux/blobdiff - net/tipc/Kconfig
Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...
[~andy/linux] / net / tipc / Kconfig
index 2c5954b8593337925a2079a522c8117c4ae10d77..585460180ffb22df0ac0ae966ecc49cf87dcb8cc 100644 (file)
@@ -41,29 +41,4 @@ config TIPC_PORTS
          Setting this to a smaller value saves some memory,
          setting it to higher allows for more ports.
 
-config TIPC_LOG
-       int "Size of log buffer"
-       depends on TIPC_ADVANCED
-       range 0 32768
-       default "0"
-       help
-         Size (in bytes) of TIPC's internal log buffer, which records the
-         occurrence of significant events.  Can range from 0 to 32768 bytes;
-         default is 0.
-
-         There is no need to enable the log buffer unless the node will be
-         managed remotely via TIPC.
-
-config TIPC_DEBUG
-       bool "Enable debugging support"
-       default n
-       help
-         Saying Y here enables TIPC debugging capabilities used by developers.
-         Most users do not need to bother; if unsure, just say N.
-
-         Enabling debugging support causes TIPC to display data about its
-         internal state when certain abnormal conditions occur. It also
-         makes it easy for developers to capture additional information of
-         interest using the dbg() or msg_dbg() macros.
-
 endif # TIPC