blob: 6733c1b7f3255475407428b5d151c97460a13a0d [file] [log] [blame]
developer1d312742023-09-11 11:05:46 +08001menu "TOPS Tool Configurations"
2 depends on PACKAGE_tops-tool
3
4config MTK_TOPS_TOOL_SAVE_LOG
5 bool "Save Log"
6 depends on MTK_TOPS_LOGGER
7 default y
8 help
9 Set y to enable tops-tool logging feature to save
10 TOPS firmware log to file system for further
11 debugging purpose.
12 Use command echo ON to start collecting log and
13 echo OFF to stop collecting log.
14endmenu