
menu "UART Settings"

config MT_UART_LOG_LEVEL
    int "log level of uart module"
    range 0 4
    default 3
    help
      Indicate log level.

config MT_UART_FIFO_SIZE
    int "Uart fifo size"
    range 64 16384
    default 64

config MT_UART_RX_TIMEOUT
    int "Uart receive timeout"
    range 50 1000
    default 50

config MT_UART_THREAD_PRIORITY
    int "thread priority"
    default 7

config MT_UART_THREAD_STACK_SIZE
	int "Thread stack size"
	default 1024
	help
	  The stack size used by the thread.

endmenu

menu "Zephyr Kernel"
source "Kconfig.zephyr"
endmenu
