net-caif: drop redundant Kconfig entries
authorMike Frysinger <vapier@gentoo.org>
Fri, 21 May 2010 10:45:20 +0000 (10:45 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 May 2010 06:11:08 +0000 (23:11 -0700)
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 <vapier@gentoo.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/caif/Kconfig

index cd1daf6..ed65178 100644 (file)
@@ -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