aboutsummaryrefslogtreecommitdiffstats
path: root/net/caif/Kconfig
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-05-21 06:45:20 -0400
committerDavid S. Miller <davem@davemloft.net>2010-05-24 02:11:08 -0400
commiteb1669aed950cb5f34622bcceba66bef5980e97a (patch)
tree69b2e0b5cb1d3faf24317c4926431bcc7e9feb85 /net/caif/Kconfig
parent53b0f08042f04813cd1a7473dacd3edfacb28eb3 (diff)
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 <vapier@gentoo.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/caif/Kconfig')
-rw-r--r--net/caif/Kconfig5
1 files changed, 1 insertions, 4 deletions
diff --git a/net/caif/Kconfig b/net/caif/Kconfig
index cd1daf6008bd..ed651786f16b 100644
--- a/net/caif/Kconfig
+++ b/net/caif/Kconfig
@@ -2,10 +2,8 @@
2# CAIF net configurations 2# CAIF net configurations
3# 3#
4 4
5#menu "CAIF Support"
6comment "CAIF Support"
7menuconfig CAIF 5menuconfig CAIF
8 tristate "Enable CAIF support" 6 tristate "CAIF support"
9 select CRC_CCITT 7 select CRC_CCITT
10 default n 8 default n
11 ---help--- 9 ---help---
@@ -45,4 +43,3 @@ config CAIF_NETDEV
45 If unsure say Y. 43 If unsure say Y.
46 44
47endif 45endif
48#endmenu