Stewart Smith | 03671c0 | 2017-02-17 14:57:57 +1100 | [diff] [blame^] | 1 | config 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 | |||||
8 | if BR2_PACKAGE_OCC_P8 | ||||
9 | |||||
10 | config 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 | |||||
16 | endif |