1# 2 3menu "Others configurations" 4 5choice 6 prompt "patches saving" 7 default RK_SAVE_TRACKED 8 9config RK_SAVE_COMMITTED 10 bool "save committed changes only" 11 12config RK_SAVE_TRACKED 13 bool "save changes of tracked files" 14 15config RK_SAVE_ALL 16 bool "save all changes" 17 18endchoice 19 20endmenu # Others 21