blob: 4226659e6a61e43a6d9bbb7fe57aea6c39c1e139 [file] [log] [blame]
menu "Skiboot"
config BR2_PACKAGE_SKIBOOT
bool "skiboot"
depends on BR2_powerpc64 || BR2_powerpc64le
default y if (BR2_OPENPOWER_PLATFORM)
help
Build skiboot POWER firmware
if BR2_PACKAGE_SKIBOOT
config BR2_PACKAGE_SKIBOOT_EMBED_PAYLOAD
bool "Embed kernel payload in skiboot image"
depends on BR2_LINUX_KERNEL_ZIMAGE_EPAPR
choice
prompt "Skiboot version"
default BR2_SKIBOOT_LATEST_VERSION
config BR2_SKIBOOT_LATEST_VERSION
bool "Use skiboot stable"
config BR2_SKIBOOT_CUSTOM_VERSION
bool "Custom version"
endchoice
config BR2_SKIBOOT_CUSTOM_VERSION_VALUE
string "skiboot version"
depends on BR2_SKIBOOT_CUSTOM_VERSION
config BR2_SKIBOOT_VERSION
string
default "v6.6-85-gabe4c4799" if BR2_SKIBOOT_LATEST_VERSION
default BR2_SKIBOOT_CUSTOM_VERSION_VALUE \
if BR2_SKIBOOT_CUSTOM_VERSION
config BR2_SKIBOOT_CUSTOM_GIT
bool "Custom git repository"
default y
config BR2_SKIBOOT_CUSTOM_REPO_URL
string "URL of custom repository"
default "git@github.com:open-power/skiboot.git"
depends on BR2_SKIBOOT_CUSTOM_GIT
config BR2_SKIBOOT_DEVICETREE
bool "Build device trees"
endif
endmenu