From 6ca3cc6fc481b2ceb97acff69f609e63c2f31cb2 Mon Sep 17 00:00:00 2001 From: Ramakrishna Pallala Date: Mon, 6 Nov 2017 20:30:01 -0500 Subject: [PATCH] lib: remove TinyCrypt Kconfig menu Remove the TinyCrypt Kconfig menu as it is moved under /ext/lib/crypto/ Signed-off-by: Ramakrishna Pallala --- lib/Kconfig | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/Kconfig b/lib/Kconfig index 0b648c15a53..7a8d06b0479 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -4,11 +4,6 @@ # SPDX-License-Identifier: Apache-2.0 # - -menu "Cryptography" -source "lib/crypto/tinycrypt/Kconfig" -endmenu - source "lib/libc/Kconfig" source "lib/json/Kconfig"