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.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/openpower/package/hcode/Config.in b/openpower/package/hcode/Config.in
new file mode 100644
index 00000000..096732fa
--- /dev/null
+++ b/openpower/package/hcode/Config.in
@@ -0,0 +1,13 @@
+config BR2_PACKAGE_HCODE
+ bool "hcode"
+ default y if (BR2_OPENPOWER_PLATFORM && BR2_OPENPOWER_POWER9)
+ select BR2_CPP
+ help
+ 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"
+ default n
+ help
+ Boolean used to flag whether to include NVIDIA GPU binary
+
OpenPOWER on IntegriCloud