Commit eb1669aed950cb5f34622bcceba66bef5980e97a

Authored by Mike Frysinger
Committed by David S. Miller
1 parent 53b0f08042

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>

Showing 1 changed file with 1 additions and 4 deletions Side-by-side Diff

... ... @@ -2,10 +2,8 @@
2 2 # CAIF net configurations
3 3 #
4 4  
5   -#menu "CAIF Support"
6   -comment "CAIF Support"
7 5 menuconfig CAIF
8   - tristate "Enable CAIF support"
  6 + tristate "CAIF support"
9 7 select CRC_CCITT
10 8 default n
11 9 ---help---
... ... @@ -45,5 +43,4 @@
45 43 If unsure say Y.
46 44  
47 45 endif
48   -#endmenu