net: tipc: remove redundant 'bool' from CONFIG_TIPC_{MEDIA_UDP,CRYPTO}
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 4 Feb 2024 13:12:26 +0000 (22:12 +0900)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Feb 2024 13:18:43 +0000 (13:18 +0000)
commit59d6bccebe5c747d6f4dcbc4862ad7b52571b3fc
tree6c56652d3f5a9a246c2bd16367d1bb0fbb5b68f5
parent81f61c108838190a3e00bcb8f973966b7a90794c
net: tipc: remove redundant 'bool' from CONFIG_TIPC_{MEDIA_UDP,CRYPTO}

The 'bool' is already specified for these options.

The second 'bool' under the help message is redundant.

While I am here, I moved 'default y' above, as it is common to place
the help text last.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/Kconfig