blob: 7eac96ed1397aa1c62e94f6932a9bde9cde19546 [file] [log] [blame]
config BR2_TARGET_ROOTFS_GINSTALL
bool "ginstall"
select BR2_PACKAGE_HOST_UBOOT_TOOLS if BR2_LINUX_KERNEL_ZIMAGE
help
Create installer package for Google platforms
if BR2_TARGET_ROOTFS_GINSTALL
choice
prompt "Image version"
default BR2_TARGET_ROOTFS_GINSTALL_V2
help
Select the image version to build.
config BR2_TARGET_ROOTFS_GINSTALL_V3
bool "v3"
config BR2_TARGET_ROOTFS_GINSTALL_V2
bool "v2"
endchoice
config BR2_TARGET_ROOTFS_GINSTALL_LOADER_DIR
string "Directory to obtain bootloader from"
depends on BR2_TARGET_ROOTFS_GINSTALL
default "../vendor/broadcom/cfe-bin/gftv100"
help
Path from buildroot of where to find bootloaders
for this platform.
endif