Skip to content

Commit

Permalink
add missing ARMv8 32bit kernel support configs (#3099)
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus authored Jan 23, 2024
1 parent 7685e04 commit f36ab6c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ CONFIG_VIRTIO_IOMMU=m
CONFIG_CRYPTO_ENGINE=m
CONFIG_CRYPTO_DEV_VIRTIO=m

# options for backward compatibility
CONFIG_ARMV8_DEPRECATED=y
CONFIG_SWP_EMULATION=y
CONFIG_CP15_BARRIER_EMULATION=y
CONFIG_SETEND_EMULATION=y

# These options are needed for virtio-fs
CONFIG_FUSE_FS=y
CONFIG_VIRTIO_FS=y
Expand Down

0 comments on commit f36ab6c

Please sign in to comment.