riscv: enable CD-ROM file systems in defconfig
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 12 Aug 2022 20:08:53 +0000 (22:08 +0200)
committerPalmer Dabbelt <palmer@rivosinc.com>
Fri, 26 Aug 2022 00:01:09 +0000 (17:01 -0700)
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>
arch/riscv/configs/defconfig

index aed332a9d4ea21099396e3c5c7b6cf4df59b486c..05fd5fcf24f9bf0e5d35e0a61083e87080e5e416 100644 (file)
@@ -166,6 +166,9 @@ CONFIG_BTRFS_FS=m
 CONFIG_BTRFS_FS_POSIX_ACL=y
 CONFIG_AUTOFS4_FS=y
 CONFIG_OVERLAY_FS=m
+CONFIG_ISO9660_FS=y
+CONFIG_JOLIET=y
+CONFIG_ZISOFS=y
 CONFIG_MSDOS_FS=y
 CONFIG_VFAT_FS=y
 CONFIG_TMPFS=y