blob: 0137e94a24db803e99d73ad09e0076b78552ed20 [file] [log] [blame]
Stewart Smith03671c02017-02-17 14:57:57 +11001config BR2_PACKAGE_OCC_P8
2 bool "OCC for P8"
3 default y if (BR2_OPENPOWER_PLATFORM && BR2_OPENPOWER_POWER8)
4 select BR2_CPP
5 help
6 Project to build OCC
7
8if BR2_PACKAGE_OCC_P8
9
10config BR2_OCC_P8_BIN_FILENAME
11 string "Name of OCC P8 image file"
12 default "occ.bin"
13 help
14 String used to define name of the OCC binary image file
15
16endif