virtualization/linux-yocto: Enable virtio SCMI driver. 17/26717/3
authorAndriy Tryshnivskyy <andriy.tryshnivskyy@opensynergy.com>
Mon, 4 Oct 2021 17:59:45 +0000 (20:59 +0300)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 14 Oct 2021 15:20:42 +0000 (15:20 +0000)
Snippet has been generated using menuconfig/diffconfig tasks.

Enabled VIRTIO_SCMI and ARM_SCMI_PROTOCOL.

Switch off enabled by default ARM_SCMI_POWER_DOMAIN since it is not
planned to be used at the moment.

Bug-AGL: SPEC-3865
Signed-off-by: Andriy Tryshnivskyy <andriy.tryshnivskyy@opensynergy.com>
Change-Id: Ic4d3623c0fe330513a04b503c2037f0769d6ce69

meta-egvirt/recipes-kernel/linux/linux-yocto/virtio_scmi.cfg [new file with mode: 0644]
meta-egvirt/recipes-kernel/linux/linux-yocto_%.bbappend

diff --git a/meta-egvirt/recipes-kernel/linux/linux-yocto/virtio_scmi.cfg b/meta-egvirt/recipes-kernel/linux/linux-yocto/virtio_scmi.cfg
new file mode 100644 (file)
index 0000000..4159ae5
--- /dev/null
@@ -0,0 +1,5 @@
+CONFIG_ARM_SCMI_PROTOCOL=y
+CONFIG_VIRTIO_SCMI=y
+# CONFIG_ARM_SCMI_POWER_DOMAIN is not set
+# CONFIG_SENSORS_ARM_SCMI is not set
+# CONFIG_COMMON_CLK_SCMI is not set
index a115ce3..0012276 100644 (file)
@@ -10,4 +10,5 @@ SRC_URI += " \
     file://virtio-scmi/0008-firmware-arm_scmi-Add-is_scmi_protocol_device.patch \
     file://virtio-scmi/0009-dt-bindings-arm-Add-virtio-transport-for-SCMI.patch \
     file://virtio-scmi/0010-firmware-arm_scmi-Add-virtio-transport.patch \
+    file://virtio_scmi.cfg \
 "