blob: 2512e241a07bed6a0ad6eda2e4414da8229e02d5 [file] [log] [blame]
Brian Silvercb565552014-12-11 12:51:36 -06001config BR2_PACKAGE_OCC
Stewart Smith03671c02017-02-17 14:57:57 +11002 bool "OCC (POWER9)"
3 default y if (BR2_OPENPOWER_PLATFORM && BR2_OPENPOWER_POWER9)
Brian Silvercb565552014-12-11 12:51:36 -06004 select BR2_CPP
5 help
6 Project to build OCC
7
Stewart Smith03671c02017-02-17 14:57:57 +11008if BR2_PACKAGE_OCC
9
Brian Silvercb565552014-12-11 12:51:36 -060010config BR2_OCC_BIN_FILENAME
Stewart Smith03671c02017-02-17 14:57:57 +110011 string "Name of OCC P9 image file"
12 default "occ.bin"
Brian Silvercb565552014-12-11 12:51:36 -060013 help
14 String used to define name of the OCC binary image file
Bill Hoffa11a23f22017-10-03 07:58:12 -050015
16config BR2_OCC_GPU_BIN_BUILD
17 bool "Enables Compilation of GPU Binary Image"
18 default n
Stewart Smith6af76632018-04-27 06:45:42 +100019 select BR2_PACKAGE_HOSTBOOT_BINARIES
Bill Hoffa11a23f22017-10-03 07:58:12 -050020 help
21 Boolean used to flag whether to compile OCC GPU binary
22
23config BR2_OCC_GPU_GPE_BIN_FILENAME
24 string "Name of OCC GPU GPE Binary file"
25 help
26 String used to define name of the OCC GPUE GPE binary image file
27
Stewart Smith03671c02017-02-17 14:57:57 +110028endif
29