xref: /OK3568_Linux_fs/buildroot/package/rockchip/rkupdate/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_RKUPDATE
2	bool "Rockchip rkupdate for linux"
3	select BR2_PACKAGE_LIBPTHREAD_STUBS
4	select BR2_PACKAGE_UTIL_LINUX_LIBUUID
5	help
6	  Rockchip rkupdate for linux.
7
8if BR2_PACKAGE_RKUPDATE
9config BR2_PACKAGE_RKUPDATE_SINGNATURE_FW
10	bool "update signature firmware"
11	help
12		update signature firmware.
13
14config BR2_PACKAGE_RKUPDATE_SIMULATE_ABNORMAL_POWER_OFF
15	bool "simulate abnormal power off during updating fw"
16	help
17		simulate abnormal power off during updating fw.
18endif
19