blob: 4dacfabab02051e0455227e46107fb938f59189b [file] [log] [blame]
Stewart Smith03671c02017-02-17 14:57:57 +11001config 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
8if BR2_PACKAGE_HOSTBOOT_P8
9
10config 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
16endif
17