zephyr/tests/benchmarks/object_footprint/Kconfig

39 lines
581 B
Plaintext
Raw Normal View History

mainmenu "Zephyr Object Sizes"
source "$(ZEPHYR_BASE)/Kconfig.zephyr"
config OBJECTS_PRINTK
bool "use printk"
config OBJECTS_WHILELOOP
bool "run whileloop"
default y
config OBJECTS_THREAD
bool "enable thread"
config OBJECTS_SEMAPHORE
bool "enable semaphore"
config OBJECTS_LIFO
bool "enable lifo"
config OBJECTS_FIFO
bool "enable fifo"
config OBJECTS_STACK
bool "enable stack"
config OBJECTS_TIMER
bool "enable timer"
config THREAD_STACK_SIZE
int "set thread stack size"
default 512
depends on OBJECTS_THREAD
config STATIC_ISR
bool "static isr"
default y