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>
This commit is contained in:
parent
53b0f08042
commit
eb1669aed9
1 changed files with 1 additions and 4 deletions
|
@ -2,10 +2,8 @@
|
||||||
# CAIF net configurations
|
# CAIF net configurations
|
||||||
#
|
#
|
||||||
|
|
||||||
#menu "CAIF Support"
|
|
||||||
comment "CAIF Support"
|
|
||||||
menuconfig CAIF
|
menuconfig CAIF
|
||||||
tristate "Enable CAIF support"
|
tristate "CAIF support"
|
||||||
select CRC_CCITT
|
select CRC_CCITT
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
|
@ -45,4 +43,3 @@ config CAIF_NETDEV
|
||||||
If unsure say Y.
|
If unsure say Y.
|
||||||
|
|
||||||
endif
|
endif
|
||||||
#endmenu
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue