Bluetooth: Add CRYPTO_CCM for meshctl of BlueZ 52/221052/1
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 27 Dec 2019 00:44:42 +0000 (09:44 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 27 Dec 2019 00:46:54 +0000 (09:46 +0900)
To use meshctl of BlueZ, CRYPTO_CCM is required but it was missed
even though it is already listed in security crypto options.
Add CRYPTO_CCM option to BLE MESH part.

Change-Id: I276360fa94fd74e6f6c171a5a06b4b0a00a60f4d
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
tizen/tizen_defconfig

index 0d7051a..2cb132c 100644 (file)
@@ -549,6 +549,7 @@ CONFIG_BT_HCIBTUSB=y
 #   Tizen uses BLE Mesh with BlueZ and it requires CRYPTO_USER_API
 #   Ref. https://www.spinics.net/lists/linux-bluetooth/msg72012.html
 #   (Recommendation)
+CONFIG_CRYPTO_CCM=y
 CONFIG_CRYPTO_CMAC=y
 CONFIG_CRYPTO_USER_API=y
 CONFIG_CRYPTO_USER_API_HASH=y