Bluetooth: uses crypto interfaces, select CRYPTO
authorRandy Dunlap <randy.dunlap@oracle.com>
Wed, 22 Jun 2011 17:08:11 +0000 (10:08 -0700)
committermgross <mark.gross@intel.com>
Wed, 9 Nov 2011 20:18:30 +0000 (12:18 -0800)
commitcf7d9915be0bf2694786c53462da5d389595b4f2
treea9023750086f6b74085e88361b83fb788a842c51
parent92bef166714852c56624c28a0f20bfaca8ec6efc
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