-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKconfig
More file actions
34 lines (25 loc) · 837 Bytes
/
Copy pathKconfig
File metadata and controls
34 lines (25 loc) · 837 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
mainmenu "CC1352 GREYBUS Host Application"
config BEAGLEPLAY_GREYBUS_MAX_NODES
int "Maximum number of cports supported by AP"
default 1
config BEAGLEPLAY_GREYBUS_MAX_INTERFACES
int "Maximum number of interfaces supported by SVC"
default 1
config BEAGLEPLAY_HDLC_MAX_BLOCK_SIZE
int "Maximum hdlc block size supported"
default 140
config BEAGLEPLAY_GREYBUS_MESSAGES_HEAP_MEM_POOL_SIZE
int "Heap for Greybus messages"
default 2048
config BEAGLEPLAY_GREYBUS_MAX_CPORTS
int "Maximum number of Cports supported by SVC"
default 32
config BEAGLEPLAY_GREYBUS_MDNS_DISCOVERY
bool "Enable mdns based node discovery"
default y
config BEAGLEPLAY_GREYBUS_NODE1
string "Address of Node1"
module = BEAGLEPLAY_GREYBUS
module-str = beagleplay_greybus
source "subsys/logging/Kconfig.template.log_config"
source "Kconfig.zephyr"