blob: 7b40ad7d78f11b3879eb6757facccb015c346804 [file] [log] [blame]
menu "pdata"
config BR2_PACKAGE_PDATA
bool "pdata"
default y if (BR2_OPENPOWER_POWER10)
depends on BR2_PACKAGE_EKB
depends on BR2_PACKAGE_MACHINE_XML
help
To initialize and boot a server, various software components
( BMC apps and Hostboot) will interact. PDATA provides device tree
based infrastructure to get the attributes which are required
to boot the server and run time usage. Also provides API's
to manage the attributes data.
if BR2_PACKAGE_PDATA
choice
prompt "PDATA version"
default BR2_PDATA_LATEST_VERSION
config BR2_PDATA_LATEST_VERSION
bool "Use latest PDATA master"
config BR2_PDATA_CUSTOM_VERSION
bool "Custom PDATA version"
endchoice
config BR2_PDATA_CUSTOM_VERSION_VALUE
string "PDATA version"
depends on BR2_PDATA_CUSTOM_VERSION
config BR2_PDATA_VERSION
string
default "0c3782c628a728524e602c22fd3030d451844238" if BR2_PDATA_LATEST_VERSION
default BR2_PDATA_CUSTOM_VERSION_VALUE if BR2_PDATA_CUSTOM_VERSION
endif
endmenu