Bluetooth: uses crypto interfaces, select CRYPTO
authorRandy Dunlap <randy.dunlap@oracle.com>
Wed, 22 Jun 2011 17:08:11 +0000 (10:08 -0700)
committerJaikumar Ganesh <jaikumar@google.com>
Mon, 11 Jul 2011 18:59:25 +0000 (11:59 -0700)
commit63e9cde0c36ef100e5f8ea25fc883a69b0694c27
tree2e3206356b995e45a3a885242cb873737c6ae3ca
parent23e64946e562fd253cd79ea41669e03ecdf86703
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