#
# Copyright (c) 2020 Cosmed srl
#

source "$ZEPHYR_BASE/Kconfig.zephyr"

menu "Cosmed Q-i2m FOT application"

config QI2M_THREAD_STACK_SIZE
	int "Thread stack size"
	default 1024
	help
	  Stack size used in each of the two threads

config QI2M_UART_BUFFER_SIZE
	int "UART payload buffer element size"
	default 512
	help
	  Size of the payload buffer in each RX and TX FIFO element

endmenu
