From: Al Stone <a...@redhat.com>

[redhat] Correct enablement of ARM SCMI transport mechanisms

Generically, none of the config items should be set since these
are architecture specific, yet two were; corrected that.

Added in enablement of the config items specifically for aarch64.

Signed-off-by: Al Stone <a...@redhat.com>

diff --git a/redhat/configs/common/generic/CONFIG_ARM_SCMI_TRANSPORT_MAILBOX 
b/redhat/configs/common/generic/CONFIG_ARM_SCMI_TRANSPORT_MAILBOX
index blahblah..blahblah 100644
--- a/redhat/configs/common/generic/CONFIG_ARM_SCMI_TRANSPORT_MAILBOX
+++ b/redhat/configs/common/generic/CONFIG_ARM_SCMI_TRANSPORT_MAILBOX
@@ -1 +1 @@
-CONFIG_ARM_SCMI_TRANSPORT_MAILBOX=y
+# CONFIG_ARM_SCMI_TRANSPORT_MAILBOX is not set
diff --git a/redhat/configs/common/generic/CONFIG_ARM_SCMI_TRANSPORT_SMC 
b/redhat/configs/common/generic/CONFIG_ARM_SCMI_TRANSPORT_SMC
index blahblah..blahblah 100644
--- a/redhat/configs/common/generic/CONFIG_ARM_SCMI_TRANSPORT_SMC
+++ b/redhat/configs/common/generic/CONFIG_ARM_SCMI_TRANSPORT_SMC
@@ -1 +1 @@
-CONFIG_ARM_SCMI_TRANSPORT_SMC=y
+# CONFIG_ARM_SCMI_TRANSPORT_SMC is not set
diff --git 
a/redhat/configs/common/generic/arm/aarch64/CONFIG_ARM_SCMI_TRANSPORT_MAILBOX 
b/redhat/configs/common/generic/arm/aarch64/CONFIG_ARM_SCMI_TRANSPORT_MAILBOX
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ 
b/redhat/configs/common/generic/arm/aarch64/CONFIG_ARM_SCMI_TRANSPORT_MAILBOX
@@ -0,0 +1 @@
+CONFIG_ARM_SCMI_TRANSPORT_MAILBOX=y
diff --git 
a/redhat/configs/common/generic/arm/aarch64/CONFIG_ARM_SCMI_TRANSPORT_SMC 
b/redhat/configs/common/generic/arm/aarch64/CONFIG_ARM_SCMI_TRANSPORT_SMC
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/arm/aarch64/CONFIG_ARM_SCMI_TRANSPORT_SMC
@@ -0,0 +1 @@
+CONFIG_ARM_SCMI_TRANSPORT_SMC=y

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1982
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to