tipc: delete TIPC_ADVANCED Kconfig variable
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 22 Nov 2012 01:11:54 +0000 (20:11 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 22 Nov 2012 19:33:29 +0000 (14:33 -0500)
commit94fc9c4719f53264c7cce62ee558781fee7b7128
treea554e029147bc05b42688e1b2d6fd9559f9b0b21
parent4cb7d55ab4c4726c5d966d5a19e7b304345e74ca
tipc: delete TIPC_ADVANCED Kconfig variable

There used to be a time when TIPC had lots of Kconfig knobs the
end user could alter, but they have all been made automatic or
obsolete, with the exception of CONFIG_TIPC_PORTS.  This
previously existing set of options was all hidden under the
TIPC_ADVANCED setting, which does not exist in any code, but
only in Kconfig scope.

Having this now, just to hide the one remaining "advanced"
option no longer makes sense.  Remove it.  Also get rid of the
ifdeffery in the TIPC code that allowed for TIPC_PORTS to be
possibly undefined.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/Kconfig
net/tipc/core.c