-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKconfig.defaults
More file actions
47 lines (32 loc) · 855 Bytes
/
Kconfig.defaults
File metadata and controls
47 lines (32 loc) · 855 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
41
42
43
44
45
46
47
config HIO_DEFAULTS
bool "HIO_DEFAULTS"
config IDLE_STACK_SIZE
default 2048 if HIO_DEFAULTS
config ISR_STACK_SIZE
default 4096 if HIO_DEFAULTS
config HEAP_MEM_POOL_SIZE
default 8192 if HIO_DEFAULTS
config MAIN_STACK_SIZE
default 4096 if HIO_DEFAULTS
config PRIVILEGED_STACK_SIZE
default 4096 if HIO_DEFAULTS
config SEGGER_RTT_BUFFER_SIZE_DOWN
default 4096 if HIO_DEFAULTS && CTR_SHELL
config SEGGER_RTT_BUFFER_SIZE_UP
default 4096 if HIO_DEFAULTS && CTR_SHELL
config SYSTEM_WORKQUEUE_STACK_SIZE
default 4096 if HIO_DEFAULTS
config IMG_BLOCK_BUF_SIZE
default 256 if HIO_DEFAULTS
config SERIAL
default n if HIO_DEFAULTS
config UART_CONSOLE
default n if HIO_DEFAULTS
config SPI
default n if HIO_DEFAULTS
config SPI_NOR
default n if HIO_DEFAULTS
config FLASH
default n if HIO_DEFAULTS
config FLASH_MAP
default n if HIO_DEFAULTS