Jeremy Kerr | fb3f016 | 2015-03-27 10:14:50 +0800 | [diff] [blame] | 1 | |
2 | config 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 | |||||
9 | if BR2_TARGET_SKIBOOT | ||||
10 | |||||
11 | config BR2_TARGET_SKIBOOT_EMBED_PAYLOAD | ||||
12 | bool "Embed kernel payload in skiboot image" | ||||
13 | depends on BR2_LINUX_KERNEL_ZIMAGE_EPAPR | ||||
14 | |||||
15 | endif |