diff options
author | Andriy Tryshnivskyy <andriy.tryshnivskyy@opensynergy.com> | 2021-10-04 20:59:45 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-10-14 15:20:42 +0000 |
commit | 7495e4c78ff36a65afba85771b9106eac4f6e275 (patch) | |
tree | 16473e10bd1edb4be96867e6f31acf15d1c4229c /meta-egvirt/recipes-kernel/linux/linux-yocto | |
parent | 45db55111393ee74ed9943b682de8e5cbbb636ac (diff) |
virtualization/linux-yocto: Enable virtio SCMI driver.
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
Diffstat (limited to 'meta-egvirt/recipes-kernel/linux/linux-yocto')
-rw-r--r-- | meta-egvirt/recipes-kernel/linux/linux-yocto/virtio_scmi.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
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 index 00000000..4159ae58 --- /dev/null +++ b/meta-egvirt/recipes-kernel/linux/linux-yocto/virtio_scmi.cfg @@ -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 |