Skip to content

Commit

Permalink
Generic AArch64: Enable options required for virtiofs (#2909) (#2910)
Browse files Browse the repository at this point in the history
* Generic AArch64: Enable options required for virtiofs (#2909)

* Update buildroot-external/board/arm-uefi/generic-aarch64/kernel.config

Co-authored-by: Jan Čermák <sairon@users.noreply.github.com>

---------

Co-authored-by: Jan Čermák <sairon@users.noreply.github.com>
  • Loading branch information
agners and sairon authored Nov 6, 2023
1 parent e0d6cc1 commit 11c2eab
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions buildroot-external/board/arm-uefi/generic-aarch64/kernel.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ CONFIG_VIRTIO_VSOCKETS=m
CONFIG_VIRTIO_MMIO=y
CONFIG_SCSI_VIRTIO=y
CONFIG_HW_RANDOM_VIRTIO=y
CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES=y
CONFIG_VIRTIO_IOMMU=m
CONFIG_CRYPTO_ENGINE=m
CONFIG_CRYPTO_DEV_VIRTIO=m

# These options are needed for virtio-fs
CONFIG_FUSE_FS=y
CONFIG_VIRTIO_FS=y
CONFIG_DAX=y
CONFIG_FS_DAX=y
CONFIG_ZONE_DEVICE=y

CONFIG_NVME_CORE=y
CONFIG_BLK_DEV_NVME=y
Expand Down

0 comments on commit 11c2eab

Please sign in to comment.