Secure Boot: Don't consider deprecated option to select sb-signing-framework
diff --git a/openpower/package/sb-signing-framework/Config.in b/openpower/package/sb-signing-framework/Config.in
index 01e10a1..7ac3848 100644
--- a/openpower/package/sb-signing-framework/Config.in
+++ b/openpower/package/sb-signing-framework/Config.in
@@ -1,5 +1,5 @@
config BR2_PACKAGE_HOST_SB_SIGNING_FRAMEWORK
bool "OpenPOWER secureboot signing server interface"
- default y if (BR2_OPENPOWER_PLATFORM && BR2_OPENPOWER_SECUREBOOT_ENABLED && (BR2_OPENPOWER_SECUREBOOT_SIGN_MODE = "production"))
+ default y if BR2_OPENPOWER_PLATFORM && ((BR2_OPENPOWER_SECUREBOOT_SIGN_MODE = "production") || (BR2_OPENPOWER_SECUREBOOT_KEY_TRANSITION_TO_PROD) )
help
Client interface to signing server for signing OpenPOWER firmware images