xref: /OK3568_Linux_fs/device/rockchip/common/configs/Config.in.others (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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