blob: 3fb3b86b092a463969b1503d3e975eb4e839b82e [file] [log] [blame]
Stewart Smith03671c02017-02-17 14:57:57 +11001config BR2_PACKAGE_OCC_P8
2 bool "OCC for P8"
3 default y if (BR2_OPENPOWER_PLATFORM && BR2_OPENPOWER_POWER8)
Klaus Heinrich Kiwidc4a86f2020-05-11 16:29:14 -03004 depends on BR2_PACKAGE_HAS_P8_PORE_TOOLCHAIN
Stewart Smith03671c02017-02-17 14:57:57 +11005 select BR2_CPP
6 help
7 Project to build OCC
8
9if BR2_PACKAGE_OCC_P8
10
11config 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
17endif