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~124^2^2~58^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a7b1501182477299e678b787e32fca5844c7ea1;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: Gustavo F. Padovan --- Reading git-diff-tree failed