blob: 6a2e284a9c27becd9e1998f01aebed25e18ff567 [file] [log] [blame]
Nick Bofferdingf390b6f2019-10-08 11:55:42 -05001config 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
8if BR2_PACKAGE_OCC_P10
9
10config 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
16endif