瀏覽代碼

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>
Antonio Quartulli 11 年之前
父節點
當前提交
12afc36e38
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      net/batman-adv/Kconfig

+ 0 - 1
net/batman-adv/Kconfig

@@ -5,7 +5,6 @@
 config BATMAN_ADV
 	tristate "B.A.T.M.A.N. Advanced Meshing Protocol"
 	depends on NET
-	select CRC16
 	select LIBCRC32C
         default n
 	help