blob: c64e36d6dd2c7cd823e72b3a9286721dcefdf0b6 [file] [log] [blame]
Richard J. Knight3f0e29c2017-10-13 10:39:01 -05001config BR2_PACKAGE_HCODE
2 bool "hcode"
3 default y if (BR2_OPENPOWER_PLATFORM && BR2_OPENPOWER_POWER9)
4 select BR2_CPP
5 help
6 Project to build the hcode firmware codebase
7
8config BR2_HCODE_INCLUDE_IONV
9 bool "Enables packaging of the NVIDIA GPU image into the final hw image"
10 default y
11 help
12 Boolean used to flag whether to include NVIDIA GPU binary
13