blob: c03422b3d102c84a975ec1e7149a3374639523b8 [file] [log] [blame]
Klaus Heinrich Kiwie6116742020-05-12 14:42:44 -03001menuconfig 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
8if BR2_PACKAGE_P8_PORE_TOOLCHAIN
9choice
10 prompt "P8 PORE Toolchain Type"
11 help
12 Select whether to build the P8 PORE toolchain or
13 provide an external one
14
15source "$BR2_EXTERNAL_OP_BUILD_PATH/package/p8-pore-binutils/Config.in"
16source "$BR2_EXTERNAL_OP_BUILD_PATH/package/p8-pore-toolchain-external/Config.in"
17
18endchoice
19
Klaus Heinrich Kiwidc4a86f2020-05-11 16:29:14 -030020config BR2_PACKAGE_HAS_P8_PORE_TOOLCHAIN
21 bool
22
23config BR2_PACKAGE_PROVIDES_P8_PORE_TOOLCHAIN
24 depends on BR2_PACKAGE_HAS_P8_PORE_TOOLCHAIN
25 string
Klaus Heinrich Kiwie6116742020-05-12 14:42:44 -030026
27endif