diff options
author | Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com> | 2022-08-08 11:29:22 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-09-22 11:21:19 +0000 |
commit | 4365c6973ca47ea45ddbe4cf9f3cc14919f784f3 (patch) | |
tree | 9fd64f4a1b6a2794e05dc2fddf7fe4a78b7eca8f /meta-egvirt/recipes-kernel/linux/linux-yocto | |
parent | 1ed508bbb3b54e351c67d3897824f1b5ccd6e023 (diff) |
egvirt: linux-yocto: Support linux-yocto-dev for VIRTIO.
Bug-AGL: SPEC-4453
Change-Id: Ib3641884bac404c7281df37e5ed4f4939e2830b4
Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
Diffstat (limited to 'meta-egvirt/recipes-kernel/linux/linux-yocto')
-rw-r--r-- | meta-egvirt/recipes-kernel/linux/linux-yocto/virtio_bt.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-egvirt/recipes-kernel/linux/linux-yocto/virtio_bt.cfg b/meta-egvirt/recipes-kernel/linux/linux-yocto/virtio_bt.cfg index 154a05d5..530b0b2f 100644 --- a/meta-egvirt/recipes-kernel/linux/linux-yocto/virtio_bt.cfg +++ b/meta-egvirt/recipes-kernel/linux/linux-yocto/virtio_bt.cfg @@ -1,7 +1,7 @@ # Enable BT_VIRTIO ("Virtio Bluetooth driver") config located in menu # -# -> Networking support (NET [=y]) │ -# -> Bluetooth subsystem support (BT [=m]) │ -# -> Bluetooth device drivers │ +# -> Networking support (NET [=y]) +# -> Bluetooth subsystem support (BT [=m]) +# -> Bluetooth device drivers # CONFIG_BT_VIRTIO=m |