diff options
author | Antonio Quartulli <antonio@meshcoding.com> | 2014-01-09 09:44:57 -0500 |
---|---|---|
committer | Antonio Quartulli <antonio@meshcoding.com> | 2014-01-12 08:41:21 -0500 |
commit | 12afc36e38b3b6a0ec9bda71632c2285e7fdbab2 (patch) | |
tree | bb31ef1611b92c91fb00defb07e0dabb22376bbf /net | |
parent | 8d90d775ca3ce58f987f335cde9a98407b0779a3 (diff) |
batman-adv: drop dependency against CRC16
The crc16 functionality is not used anymore, therefore
we can safely remove the dependency in the Kbuild file.
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/batman-adv/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/batman-adv/Kconfig b/net/batman-adv/Kconfig index fa780b76630e..2b2dc473e1f7 100644 --- a/net/batman-adv/Kconfig +++ b/net/batman-adv/Kconfig | |||
@@ -5,7 +5,6 @@ | |||
5 | config BATMAN_ADV | 5 | config BATMAN_ADV |
6 | tristate "B.A.T.M.A.N. Advanced Meshing Protocol" | 6 | tristate "B.A.T.M.A.N. Advanced Meshing Protocol" |
7 | depends on NET | 7 | depends on NET |
8 | select CRC16 | ||
9 | select LIBCRC32C | 8 | select LIBCRC32C |
10 | default n | 9 | default n |
11 | help | 10 | help |