Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a7b1501 authored by Randy Dunlap's avatar Randy Dunlap Committed by Gustavo Padovan
Browse files

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: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarGustavo F. Padovan <padovan@profusion.mobi>
parent f70490e6
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -6,6 +6,7 @@ menuconfig BT
	tristate "Bluetooth subsystem support"
	tristate "Bluetooth subsystem support"
	depends on NET && !S390
	depends on NET && !S390
	depends on RFKILL || !RFKILL
	depends on RFKILL || !RFKILL
	select CRYPTO
	help
	help
	  Bluetooth is low-cost, low-power, short-range wireless technology.
	  Bluetooth is low-cost, low-power, short-range wireless technology.
	  It was designed as a replacement for cables and other short-range
	  It was designed as a replacement for cables and other short-range