summaryrefslogtreecommitdiffstats
path: root/openpower/package/hostboot-binaries/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'openpower/package/hostboot-binaries/Config.in')
-rw-r--r--openpower/package/hostboot-binaries/Config.in31
1 files changed, 0 insertions, 31 deletions
diff --git a/openpower/package/hostboot-binaries/Config.in b/openpower/package/hostboot-binaries/Config.in
deleted file mode 100644
index 94e5178b..00000000
--- a/openpower/package/hostboot-binaries/Config.in
+++ /dev/null
@@ -1,31 +0,0 @@
-config BR2_PACKAGE_HOSTBOOT_BINARIES
- bool "hostboot_binaries"
- default y if (BR2_OPENPOWER_PLATFORM)
- help
- Project to stage hostboot binary images
-
-if BR2_PACKAGE_HOSTBOOT_BINARIES
-
-choice
- prompt "Hostboot-binaries version"
- default BR2_HOSTBOOT_BINARIES_LATEST_VERSION
-
-config BR2_HOSTBOOT_BINARIES_LATEST_VERSION
- bool "Use latest HOSTBOOT_BINARIES master"
-
-config BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION
- bool "Custom HOSTBOOT_BINARIES version"
-
-endchoice
-
-config BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION_VALUE
- string "HOSTBOOT_BINARIES version"
- depends on BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION
-
-config BR2_HOSTBOOT_BINARIES_VERSION
- string
- default "hw021419a.930" if BR2_HOSTBOOT_BINARIES_LATEST_VERSION
- default BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION_VALUE \
- if BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION
-
-endif
OpenPOWER on IntegriCloud