aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/Kconfig
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2014-01-15 16:54:14 -0800
committerDavid S. Miller <davem@davemloft.net>2014-01-15 16:54:14 -0800
commit6631c5cea8687cf4d36327fdbceb0691cd5d2e29 (patch)
treefa27f670211ba42bc06722303e3853a8a06d94d3 /net/batman-adv/Kconfig
parentsctp: create helper function to enable|disable sackdelay (diff)
downloadlinux-dev-6631c5cea8687cf4d36327fdbceb0691cd5d2e29.tar.xz
linux-dev-6631c5cea8687cf4d36327fdbceb0691cd5d2e29.zip
Revert "batman-adv: drop dependency against CRC16"
This reverts commit 12afc36e38b3b6a0ec9bda71632c2285e7fdbab2. The dependency is actually still necessary. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--net/batman-adv/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/batman-adv/Kconfig b/net/batman-adv/Kconfig
index 2b2dc473e1f7..fa780b76630e 100644
--- a/net/batman-adv/Kconfig
+++ b/net/batman-adv/Kconfig
@@ -5,6 +5,7 @@
config BATMAN_ADV
tristate "B.A.T.M.A.N. Advanced Meshing Protocol"
depends on NET
+ select CRC16
select LIBCRC32C
default n
help