blob: 641f2debe13480c490bb2186443c28a9d1ff6009 [file] [log] [blame]
config BR2_PACKAGE_HCODE_P10
bool "hcode-p10"
default y if (BR2_OPENPOWER_PLATFORM && BR2_OPENPOWER_POWER10)
select BR2_CPP
help
Project to build the HCODE package for P10
if BR2_PACKAGE_HCODE_P10
config BR2_HCODE_INCLUDE_IONV
bool "Enables packaging of the NVIDIA GPU image into the final hw image"
default y
help
Boolean used to flag whether to include NVIDIA GPU binary
choice
prompt "HCODE version"
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"
endchoice
config BR2_HCODE_P10_CUSTOM_VERSION_VALUE
string "HCODE P10 version"
depends on BR2_HCODE_P10_CUSTOM_VERSION
config BR2_HCODE_P10_VERSION
string
default "hw012523a.fw1040" if BR2_HCODE_P10_LATEST_VERSION
default BR2_HCODE_P10_CUSTOM_VERSION_VALUE \
if BR2_HCODE_P10_CUSTOM_VERSION
endif