summaryrefslogtreecommitdiffstats
path: root/openpower/package/hcode/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'openpower/package/hcode/Config.in')
-rw-r--r--openpower/package/hcode/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/openpower/package/hcode/Config.in b/openpower/package/hcode/Config.in
index e02ae0db..f498923a 100644
--- a/openpower/package/hcode/Config.in
+++ b/openpower/package/hcode/Config.in
@@ -5,14 +5,14 @@ config BR2_PACKAGE_HCODE
help
Project to build the hcode firmware codebase
-if BR2_PACKAGE_HCODE
-
config BR2_HCODE_INCLUDE_IONV
bool "Enables packaging of the NVIDIA GPU image into the final hw image"
- default y
+ default n
help
Boolean used to flag whether to include NVIDIA GPU binary
+if BR2_PACKAGE_HCODE
+
choice
prompt "HCODE version"
default BR2_HCODE_LATEST_VERSION
OpenPOWER on IntegriCloud