source "Kconfig.zephyr"

menu "VesiScan application options"

config VESIS_DEBUG_PRINT
    bool "Enable VesiScan debug print output"
    default y
    help
      Enable DBG_PRINTF, DBG_CORE, and DBG_ERR output through printk().
      Disable this option to compile out these project debug prints.

endmenu
