summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-03 07:42:44 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-03 07:42:44 -0600
commit9163867d163790af2cef584211c8a8c856370193 (patch)
tree8f37a5323feb9d3d41213a916d96f3cbf7b08f3d /nuttx/Kconfig
parent90cf526960b520fc663df8f8d5c854961db5cecd (diff)
downloadpx4-nuttx-9163867d163790af2cef584211c8a8c856370193.tar.gz
px4-nuttx-9163867d163790af2cef584211c8a8c856370193.tar.bz2
px4-nuttx-9163867d163790af2cef584211c8a8c856370193.zip
Beginning of a crypto/ subsystem from Max Neklyudov
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index 21fcd9c13..bc5d1f3df 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -405,6 +405,13 @@ config DEBUG_NET
---help---
Enable network debug SYSLOG output (disabled by default)
+config DEBUG_CRYPTO
+ bool "Crypto Debug Output"
+ default n
+ depends on CRYPTO
+ ---help---
+ Enable Crypto debug SYSLOG output (disabled by default)
+
config DEBUG_USB
bool "USB Debug Output"
default n
@@ -685,6 +692,10 @@ menu "Networking Support"
source net/Kconfig
endmenu
+menu "Crypto API"
+source crypto/Kconfig
+endmenu
+
menu "File Systems"
source fs/Kconfig
endmenu