Skip to content

Commit

Permalink
net-caif: drop redundant Kconfig entries
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mike Frysinger authored and David S. Miller committed May 24, 2010
1 parent 53b0f08 commit eb1669a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions net/caif/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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---
Expand Down Expand Up @@ -45,4 +43,3 @@ config CAIF_NETDEV
If unsure say Y.

endif
#endmenu

0 comments on commit eb1669a

Please sign in to comment.