Richard J. Knight | 3f0e29c | 2017-10-13 10:39:01 -0500 | [diff] [blame^] | 1 | config 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 | |||||
8 | config 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 |