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) |
Klaus Heinrich Kiwi | dc4a86f | 2020-05-11 16:29:14 -0300 | [diff] [blame] | 4 | depends on BR2_PACKAGE_HAS_P8_PORE_TOOLCHAIN |
Stewart Smith | 03671c0 | 2017-02-17 14:57:57 +1100 | [diff] [blame] | 5 | select BR2_CPP |
| 6 | help |
| 7 | Project to build OCC |
| 8 | |
| 9 | if BR2_PACKAGE_OCC_P8 |
| 10 | |
| 11 | config BR2_OCC_P8_BIN_FILENAME |
| 12 | string "Name of OCC P8 image file" |
| 13 | default "occ.bin" |
| 14 | help |
| 15 | String used to define name of the OCC binary image file |
| 16 | |
| 17 | endif |