# menu "Firmware" config RK_PARAMETER string "parameter" default "parameter-ab.txt" if RK_AB_UPDATE default "parameter.txt" help Name of parameter file under /. if !RK_RTOS choice prompt "package-file" config RK_PACKAGE_FILE_DEFAULT bool "auto" help Auto-generated. config RK_PACKAGE_FILE_CUSTOM bool "custom" help Use custom package-file under /. endchoice # package-file if RK_PACKAGE_FILE_CUSTOM config RK_PACKAGE_FILE string "custom package-file" default "package-file" help Name of custom package-file under /. endif config RK_MISC_IMG string "misc image" default "blank-misc.img" if RK_AB_UPDATE default "wipe_all-misc.img" help Name of misc image under /. Set "" for no misc. endif # !RK_RTOS if RK_KERNEL_CFG != "" config RK_USE_FIT_IMG bool "use FIT (Flattened Image Tree) image" endif endmenu # Firmware