
menu "Project central settings"

config MT_FW_VER_MAJOR
	int "Firmware Version Major"
    range 0 64
	default 1
    help
        Set this value to change firmware version major.

config MT_FW_VER_MINOR
	int "Firmware Version Minor"
    range 0 64
	default 0
    help
        Set this value to change firmware version minor.

config MT_FW_VER_BUILD
	int "Firmware Version Build"
    range 0 64
	default 0
    help
        Set this value to change firmware version build.

config MT_UART_SEND_ENABLE
    bool "send enable"
    default n

rsource "src/drv/mt_watchdog/Kconfig.wdt"

endmenu

source "Kconfig.zephyr"
