blob: 4dacfabab02051e0455227e46107fb938f59189b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
config BR2_PACKAGE_HOSTBOOT_P8
bool "hostboot-p8"
default y if (BR2_OPENPOWER_POWER8)
select BR2_CPP
help
Project to build the hostboot firmware codebase
if BR2_PACKAGE_HOSTBOOT_P8
config BR2_HOSTBOOT_P8_CONFIG_FILE
string "Hostboot configuration file for compilation"
default default
help
String used to define hw specific make config file
endif
|