-
Notifications
You must be signed in to change notification settings - Fork 2
/
Kconfig
executable file
·53 lines (41 loc) · 1.18 KB
/
Kconfig
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
41
42
43
44
45
46
47
48
49
50
51
52
53
#
# Copyright (c) 2022 GL.iNET
#
#
config SPI
default y
menu "Zephyr Kernel"
source "Kconfig.zephyr"
endmenu
module = GL_THREAD_DEV_BOARD
module-str = main
source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"
module = GL_SRP_UTILS
module-str = GL SRP utilities
source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"
module = GL_COAP_CLIENT
module-str = GL COAP CLIENT
source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"
module = GL_COAP_UTILS
module-str = GL COAP UTILS
source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"
module = GL_SMP_UDP
module-str = GL SMP UDP
source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"
module = GL_CJSON_UTILS
module-str = GL CJSON utilities
source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"
module = GL_OT_API
module-str = GL OT API
source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"
module = GL_SENSOR
module-str = GL SENSOR API
source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"
config SW_VERSION
string
prompt "SW VERSION"
default "0.0.1"
config SENSOR_VALUE_AUTO_PRINT
bool
prompt "Sensor value auto print"
default n