blob: e1f571dd66958957fa6310cac1041fa337c69192 [file] [log] [blame]
Jeremy Kerrfb3f0162015-03-27 10:14:50 +08001
2config BR2_TARGET_SKIBOOT
3 bool "skiboot"
4 depends on BR2_powerpc64 || BR2_powerpc64le
5 default y if (BR2_OPENPOWER_PLATFORM && BR2_powerpc_power8)
6 help
7 Build skiboot POWER8 firmware
8
9if BR2_TARGET_SKIBOOT
10
11config BR2_TARGET_SKIBOOT_EMBED_PAYLOAD
12 bool "Embed kernel payload in skiboot image"
13 depends on BR2_LINUX_KERNEL_ZIMAGE_EPAPR
14
15endif