blob: 5443129cd89c3a9a29e096e467ed9f9b0902c254 [file] [log] [blame]
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