]> 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)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 27 Jun 2011 19:09:39 +0000 (15:09 -0400)
commita77ef71a4178ade11a5a86f69a1e23416476fc29
treec10b763a5dba6eabf436738167cbae37b93c9e40
parent67cf5172bffb53a08ad4a3d0c0a1f67640c6bae1
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: John W. Linville <linville@tuxdriver.com>
net/bluetooth/Kconfig