blob: b81817441733bb4f35d6d8e78aea68f9b91a3701 [file] [log] [blame]
Bill Hoffa5f93f1d2014-06-26 21:02:48 -05001config BR2_PACKAGE_HOSTBOOT
2 bool "hostboot"
Stewart Smith03671c02017-02-17 14:57:57 +11003 default y if (BR2_OPENPOWER_POWER9)
Bill Hoffa5f93f1d2014-06-26 21:02:48 -05004 select BR2_CPP
5 help
6 Project to build the hostboot firmware codebase
7
Stewart Smith03671c02017-02-17 14:57:57 +11008if BR2_PACKAGE_HOSTBOOT
Bill Hoffa5f93f1d2014-06-26 21:02:48 -05009
10config BR2_HOSTBOOT_CONFIG_FILE
11 string "Hostboot configuration file for compilation"
12 default default
13 help
14 String used to define hw specific make config file
Stewart Smith03671c02017-02-17 14:57:57 +110015
16endif
17