| config BR2_PACKAGE_SKIBOOT |
| depends on BR2_powerpc64 || BR2_powerpc64le |
| default y if (BR2_OPENPOWER_PLATFORM) |
| Build skiboot POWER firmware |
| config BR2_PACKAGE_SKIBOOT_EMBED_PAYLOAD |
| bool "Embed kernel payload in skiboot image" |
| depends on BR2_LINUX_KERNEL_ZIMAGE_EPAPR |
| default BR2_SKIBOOT_LATEST_VERSION |
| config BR2_SKIBOOT_LATEST_VERSION |
| bool "Use skiboot stable" |
| config BR2_SKIBOOT_CUSTOM_VERSION |
| config BR2_SKIBOOT_CUSTOM_VERSION_VALUE |
| depends on BR2_SKIBOOT_CUSTOM_VERSION |
| config BR2_SKIBOOT_VERSION |
| default "skiboot-5.5.0" if BR2_SKIBOOT_LATEST_VERSION |
| default BR2_SKIBOOT_CUSTOM_VERSION_VALUE \ |
| if BR2_SKIBOOT_CUSTOM_VERSION |