blob: a71f25df6bcc7b1aa32b5eef683b5e215c427787 [file] [log] [blame]
Brian Silvercb565552014-12-11 12:51:36 -06001config BR2_PACKAGE_OCC
2 bool "occ"
Matt Ploetz3a184dd2016-08-26 17:21:06 -05003 default y if (BR2_OPENPOWER_PLATFORM)
Brian Silvercb565552014-12-11 12:51:36 -06004 select BR2_CPP
5 help
6 Project to build OCC
7
8config BR2_OCC_BIN_FILENAME
9 string "Name of OCC image file"
10 help
11 String used to define name of the OCC binary image file
Bill Hoffa11a23f22017-10-03 07:58:12 -050012
13config BR2_OCC_GPU_BIN_BUILD
14 bool "Enables Compilation of GPU Binary Image"
15 default n
Stewart Smith6af76632018-04-27 06:45:42 +100016 select BR2_PACKAGE_HOSTBOOT_BINARIES
Bill Hoffa11a23f22017-10-03 07:58:12 -050017 help
18 Boolean used to flag whether to compile OCC GPU binary
19
20config BR2_OCC_GPU_GPE_BIN_FILENAME
21 string "Name of OCC GPU GPE Binary file"
22 help
23 String used to define name of the OCC GPUE GPE binary image file
24