Skip to content

Commit

Permalink
Enable virtio-mem and DMI tables/fw_cfg sysfs for aarch64 and ova (#3004
Browse files Browse the repository at this point in the history
)

Enable options that can be useful on virtualized systems as modules.

Fixes #2987
  • Loading branch information
sairon committed Dec 20, 2023
1 parent 069614a commit d116bba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ CONFIG_VIRTIO=y
CONFIG_VIRTIO_PCI=y
CONFIG_VIRTIO_NET=y
CONFIG_VIRTIO_BALLOON=m
CONFIG_VIRTIO_MEM=m
CONFIG_VIRTIO_INPUT=m
CONFIG_VIRTIO_BLK=y
CONFIG_VIRTIO_BLK_SCSI=y
Expand All @@ -26,6 +27,9 @@ CONFIG_DAX=y
CONFIG_FS_DAX=y
CONFIG_ZONE_DEVICE=y

CONFIG_DMI_SYSFS=m
CONFIG_FW_CFG_SYSFS=m

CONFIG_NVME_CORE=y
CONFIG_BLK_DEV_NVME=y
CONFIG_NVME_HWMON=y
Expand Down
4 changes: 4 additions & 0 deletions buildroot-external/board/pc/ova/kernel.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=y
CONFIG_MEMORY_HOTREMOVE=y
CONFIG_ACPI_HOTPLUG_MEMORY=y

CONFIG_DMI_SYSFS=m
CONFIG_FW_CFG_SYSFS=m

CONFIG_VMXNET3=y
CONFIG_VMWARE_VMCI_VSOCKETS=y
CONFIG_VMWARE_VMCI=y
Expand All @@ -33,6 +36,7 @@ CONFIG_VIRTIO=y
CONFIG_VIRTIO_PCI=y
CONFIG_VIRTIO_NET=y
CONFIG_VIRTIO_BALLOON=m
CONFIG_VIRTIO_MEM=m
CONFIG_VIRTIO_INPUT=m
CONFIG_VIRTIO_BLK=y
CONFIG_VIRTIO_BLK_SCSI=y
Expand Down

0 comments on commit d116bba

Please sign in to comment.