From: Randy Dunlap Date: Wed, 22 Jun 2011 17:08:11 +0000 (-0700) Subject: bluetooth: uses crypto interfaces, select CRYPTO X-Git-Tag: v3.1-rc1~316^2~232^2^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daf4ce85cd5221a3609e68419d01730170975e94;p=pandora-kernel.git bluetooth: uses crypto interfaces, select CRYPTO Recent changes to hci_core.c use crypto interfaces, so select CRYPTO to make sure that those interfaces are present. Fixes these build errors when CRYPTO is not enabled: net/built-in.o: In function `hci_register_dev': (.text+0x4cf86): undefined reference to `crypto_alloc_base' net/built-in.o: In function `hci_unregister_dev': (.text+0x4f912): undefined reference to `crypto_destroy_tfm' Signed-off-by: Randy Dunlap Signed-off-by: John W. Linville --- Reading git-diff-tree failed