]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: uses crypto interfaces, select CRYPTO
authorRandy Dunlap <randy.dunlap@oracle.com>
Wed, 22 Jun 2011 17:08:11 +0000 (10:08 -0700)
committerGustavo F. Padovan <padovan@profusion.mobi>
Mon, 27 Jun 2011 18:12:42 +0000 (15:12 -0300)
commitc5fe6b66e7dfbb46e4a2eee4e4c7adadf58dbbc9
treecc76cfc283749b87b42dffad2577beef5a4ff51e
parentce7f9f42ef492b81412e5fb0a13cb3bd1cdfc355
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 <randy.dunlap@oracle.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/Kconfig