blob: d864c49dec28a35966a9b888b3fff29cfe95671f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
config BR2_PACKAGE_HOSTBOOT
bool "hostboot"
default y if (BR2_OPENPOWER_PLATFORM)
select BR2_CPP
help
Project to build the hostboot firmware codebase
config BR2_HOSTBOOT_CONFIG_FILE
string "Hostboot configuration file for compilation"
default default
help
String used to define hw specific make config file
|