| Stewart Smith | 03671c0 | 2017-02-17 14:57:57 +1100 | [diff] [blame] | 1 | config BR2_PACKAGE_HOSTBOOT_P8 |
| 2 | bool "hostboot-p8" | ||||
| 3 | default y if (BR2_OPENPOWER_POWER8) | ||||
| 4 | select BR2_CPP | ||||
| 5 | help | ||||
| 6 | Project to build the hostboot firmware codebase | ||||
| 7 | |||||
| 8 | if BR2_PACKAGE_HOSTBOOT_P8 | ||||
| 9 | |||||
| 10 | config BR2_HOSTBOOT_P8_CONFIG_FILE | ||||
| 11 | string "Hostboot configuration file for compilation" | ||||
| 12 | default default | ||||
| 13 | help | ||||
| 14 | String used to define hw specific make config file | ||||
| 15 | |||||
| 16 | endif | ||||
| 17 | |||||