| default y if (BR2_OPENPOWER_PLATFORM && BR2_OPENPOWER_POWER9) |
| depends on BR2_PACKAGE_HAS_PPE42_TOOLCHAIN |
| config BR2_OCC_BIN_FILENAME |
| string "Name of OCC P9 image file" |
| String used to define name of the OCC binary image file |
| config BR2_OCC_GPU_BIN_BUILD |
| bool "Enables Compilation of GPU Binary Image" |
| select BR2_PACKAGE_HOSTBOOT_BINARIES |
| Boolean used to flag whether to compile OCC GPU binary |
| config BR2_OCC_GPU_GPE_BIN_FILENAME |
| string "Name of OCC GPU GPE Binary file" |
| String used to define name of the OCC GPUE GPE binary image file |
| default BR2_OCC_LATEST_VERSION |
| config BR2_OCC_LATEST_VERSION |
| bool "Use latest OCC master" |
| config BR2_OCC_CUSTOM_VERSION |
| bool "Custom OCC version" |
| config BR2_OCC_CUSTOM_VERSION_VALUE |
| depends on BR2_OCC_CUSTOM_VERSION |
| default "16131c38c2e593206447403c3ac79b18fb86e21a" if BR2_OCC_LATEST_VERSION |
| default BR2_OCC_CUSTOM_VERSION_VALUE \ |
| if BR2_OCC_CUSTOM_VERSION |