| config BR2_PACKAGE_HCODE_P10 |
| default y if (BR2_OPENPOWER_PLATFORM && BR2_OPENPOWER_POWER10) |
| Project to build the HCODE package for P10 |
| config BR2_HCODE_INCLUDE_IONV |
| bool "Enables packaging of the NVIDIA GPU image into the final hw image" |
| Boolean used to flag whether to include NVIDIA GPU binary |
| default BR2_HCODE_P10_LATEST_VERSION |
| config BR2_HCODE_P10_LATEST_VERSION |
| bool "Use latest HCODE P10 version" |
| config BR2_HCODE_P10_CUSTOM_VERSION |
| bool "Custom HCODE P10 version" |
| config BR2_HCODE_P10_CUSTOM_VERSION_VALUE |
| string "HCODE P10 version" |
| depends on BR2_HCODE_P10_CUSTOM_VERSION |
| config BR2_HCODE_P10_VERSION |
| default "hw011421a.opmst10" if BR2_HCODE_P10_LATEST_VERSION |
| default BR2_HCODE_P10_CUSTOM_VERSION_VALUE \ |
| if BR2_HCODE_P10_CUSTOM_VERSION |