Nick Bofferding | f390b6f | 2019-10-08 11:55:42 -0500 | [diff] [blame] | 1 | config BR2_PACKAGE_OCC_P10 |
2 | bool "OCC for P10" | ||||
3 | default y if (BR2_OPENPOWER_PLATFORM && BR2_OPENPOWER_POWER10) | ||||
4 | select BR2_CPP | ||||
5 | help | ||||
6 | Project to build OCC for P10 | ||||
7 | |||||
8 | if BR2_PACKAGE_OCC_P10 | ||||
9 | |||||
10 | config BR2_OCC_P10_BIN_FILENAME | ||||
11 | string "Name of OCC P10 image file" | ||||
12 | default "occ.bin" | ||||
13 | help | ||||
14 | String used to define name of the OCC binary image file | ||||
15 | |||||
16 | endif |