cyassl: remove duplicate submenu level

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin 2016-09-19 16:07:58 +02:00
parent b9e3e38e79
commit edf5b2955e
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
menu "Configuration"
depends on PACKAGE_libcyassl
if PACKAGE_libcyassl
config CYASSL_HAS_AES_CCM
bool "Include AES-CCM support"
@ -46,4 +45,4 @@ config CYASSL_HAS_POLY_1305
bool "Include Poly-1305 support"
default n
endmenu
endif