-
-
Notifications
You must be signed in to change notification settings - Fork 189
Expand file tree
/
Copy pathKconfig.build
More file actions
40 lines (30 loc) · 854 Bytes
/
Kconfig.build
File metadata and controls
40 lines (30 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#
# Copyright (c) .NET Foundation and Contributors
# See LICENSE file in the project root for full license information.
#
menu "Build Options"
config NF_BUILD_RTM
bool "Build RTM firmware (suppresses debug output)"
default n
config NF_TARGET_HAS_NANOBOOTER
bool "Target includes nanoBooter"
default y
config NF_ENABLE_DOUBLE_PRECISION_FP
bool "Double-precision floating point"
default n
config NF_SUPPORT_ANY_BASE_CONVERSION
bool "String conversion to any numeric base"
default n
config NF_FEATURE_USE_RNG
bool "Hardware true random number generator"
default y
config NF_SECURITY_MBEDTLS
bool "Mbed TLS support"
default y
config NF_CLR_NO_TRACE
bool "Disable all CLR trace messages and checks"
default n
config NF_CLR_NO_IL_INLINE
bool "Disable CLR IL inlining"
default n
endmenu