Brian Silver | cb56555 | 2014-12-11 12:51:36 -0600 | [diff] [blame] | 1 | config BR2_PACKAGE_OCC |
2 | bool "occ" | ||||
Matt Ploetz | 3a184dd | 2016-08-26 17:21:06 -0500 | [diff] [blame] | 3 | default y if (BR2_OPENPOWER_PLATFORM) |
Brian Silver | cb56555 | 2014-12-11 12:51:36 -0600 | [diff] [blame] | 4 | select BR2_CPP |
5 | help | ||||
6 | Project to build OCC | ||||
7 | |||||
8 | config BR2_OCC_BIN_FILENAME | ||||
9 | string "Name of OCC image file" | ||||
10 | help | ||||
11 | String used to define name of the OCC binary image file |