Klaus Heinrich Kiwi | e611674 | 2020-05-12 14:42:44 -0300 | [diff] [blame] | 1 | menuconfig BR2_PACKAGE_P8_PORE_TOOLCHAIN |
| 2 | bool "p8-pore-toolchain" |
| 3 | default y if (BR2_OPENPOWER_POWER8) |
| 4 | help |
| 5 | Build the PORE toolchain required to build the |
| 6 | POWER8 OCC firmware |
| 7 | |
| 8 | if BR2_PACKAGE_P8_PORE_TOOLCHAIN |
| 9 | choice |
| 10 | prompt "P8 PORE Toolchain Type" |
| 11 | help |
| 12 | Select whether to build the P8 PORE toolchain or |
| 13 | provide an external one |
| 14 | |
| 15 | source "$BR2_EXTERNAL_OP_BUILD_PATH/package/p8-pore-binutils/Config.in" |
| 16 | source "$BR2_EXTERNAL_OP_BUILD_PATH/package/p8-pore-toolchain-external/Config.in" |
| 17 | |
| 18 | endchoice |
| 19 | |
Klaus Heinrich Kiwi | dc4a86f | 2020-05-11 16:29:14 -0300 | [diff] [blame] | 20 | config BR2_PACKAGE_HAS_P8_PORE_TOOLCHAIN |
| 21 | bool |
| 22 | |
| 23 | config BR2_PACKAGE_PROVIDES_P8_PORE_TOOLCHAIN |
| 24 | depends on BR2_PACKAGE_HAS_P8_PORE_TOOLCHAIN |
| 25 | string |
Klaus Heinrich Kiwi | e611674 | 2020-05-12 14:42:44 -0300 | [diff] [blame] | 26 | |
| 27 | endif |