Skip to content

Commit 82c75dc

Browse files
xypronpalmer-dabbelt
authored andcommitted
riscv: enable CD-ROM file systems in defconfig
CD-ROM images are still commonly used for installer images and other data exchange. These file systems should be supported on RISC-V by default like they are on x86_64. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Link: https://lore.kernel.org/r/20220812200853.311474-1-heinrich.schuchardt@canonical.com Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
1 parent 789f3fa commit 82c75dc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

arch/riscv/configs/defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,9 @@ CONFIG_BTRFS_FS=m
166166
CONFIG_BTRFS_FS_POSIX_ACL=y
167167
CONFIG_AUTOFS4_FS=y
168168
CONFIG_OVERLAY_FS=m
169+
CONFIG_ISO9660_FS=y
170+
CONFIG_JOLIET=y
171+
CONFIG_ZISOFS=y
169172
CONFIG_MSDOS_FS=y
170173
CONFIG_VFAT_FS=y
171174
CONFIG_TMPFS=y

0 commit comments

Comments
 (0)