| default y if (BR2_OPENPOWER_PLATFORM && BR2_OPENPOWER_POWER9) |
| 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 "3ab29212518e6574019fd569588a58cba9ba9823" if BR2_OCC_LATEST_VERSION |
| default BR2_OCC_CUSTOM_VERSION_VALUE \ |
| if BR2_OCC_CUSTOM_VERSION |