From: Mike Frysinger Date: Fri, 21 May 2010 10:45:20 +0000 (+0000) Subject: net-caif: drop redundant Kconfig entries X-Git-Tag: v2.6.35-rc1~260^2~30 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=eb1669aed950cb5f34622bcceba66bef5980e97a;p=~shefty%2Frdma-dev.git net-caif: drop redundant Kconfig entries There is already a submenu entry that is always displayed, so there is no need to also show a dedicated CAIF comment. Drop dead commented code while we're here, and change the submenu text to better match the style everyone else is using. Signed-off-by: Mike Frysinger Signed-off-by: David S. Miller --- diff --git a/net/caif/Kconfig b/net/caif/Kconfig index cd1daf6008b..ed651786f16 100644 --- a/net/caif/Kconfig +++ b/net/caif/Kconfig @@ -2,10 +2,8 @@ # CAIF net configurations # -#menu "CAIF Support" -comment "CAIF Support" menuconfig CAIF - tristate "Enable CAIF support" + tristate "CAIF support" select CRC_CCITT default n ---help--- @@ -45,4 +43,3 @@ config CAIF_NETDEV If unsure say Y. endif -#endmenu