| default y if (BR2_OPENPOWER_PLATFORM && BR2_OPENPOWER_POWER9) |
| Project to build the hcode firmware codebase |
| 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_LATEST_VERSION |
| config BR2_HCODE_LATEST_VERSION |
| bool "Use latest HCODE master" |
| config BR2_HCODE_CUSTOM_VERSION |
| bool "Custom HCODE version" |
| config BR2_HCODE_CUSTOM_VERSION_VALUE |
| depends on BR2_HCODE_CUSTOM_VERSION |
| default "hw021320a.opmst" if BR2_HCODE_LATEST_VERSION |
| default BR2_HCODE_CUSTOM_VERSION_VALUE \ |
| if BR2_HCODE_CUSTOM_VERSION |