Bill Hoffa | 5f93f1d | 2014-06-26 21:02:48 -0500 | [diff] [blame] | 1 | config BR2_PACKAGE_HOSTBOOT |
| 2 | bool "hostboot" |
Stewart Smith | 03671c0 | 2017-02-17 14:57:57 +1100 | [diff] [blame] | 3 | default y if (BR2_OPENPOWER_POWER9) |
Bill Hoffa | 5f93f1d | 2014-06-26 21:02:48 -0500 | [diff] [blame] | 4 | select BR2_CPP |
| 5 | help |
| 6 | Project to build the hostboot firmware codebase |
| 7 | |
Stewart Smith | 03671c0 | 2017-02-17 14:57:57 +1100 | [diff] [blame] | 8 | if BR2_PACKAGE_HOSTBOOT |
Bill Hoffa | 5f93f1d | 2014-06-26 21:02:48 -0500 | [diff] [blame] | 9 | |
| 10 | config 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 Smith | 03671c0 | 2017-02-17 14:57:57 +1100 | [diff] [blame] | 15 | |
| 16 | endif |
| 17 | |