| default y if (BR2_OPENPOWER_POWER10) |
| To boot the server, the bmc application and hostboot will expect |
| hardware functional details which are maintained in xml files by ekb. |
| So, this packge is used to get all those xml files and pdata will |
| consume those xml files to add hardware functional details into |
| default BR2_EKB_LATEST_VERSION |
| config BR2_EKB_LATEST_VERSION |
| bool "Use latest EKB master" |
| config BR2_EKB_CUSTOM_VERSION |
| bool "Custom EKB version" |
| config BR2_EKB_CUSTOM_VERSION_VALUE |
| depends on BR2_EKB_CUSTOM_VERSION |
| default "184be55ec0ea05d72379c0ae53edb3f680c2cecf" if BR2_EKB_LATEST_VERSION |
| default BR2_EKB_CUSTOM_VERSION_VALUE if BR2_EKB_CUSTOM_VERSION |