From 4e0e9695aea74a62b8ed4742e0fc042709f900f2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E9=BB=84=E6=B6=9B?= Date: Mon, 1 Sep 2014 21:11:13 +0800 Subject: [PATCH] ARM: rockchip: rockchip_defconfig: enable ISO9660_FS and UDF_FS --- arch/arm/configs/rockchip_defconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/configs/rockchip_defconfig b/arch/arm/configs/rockchip_defconfig index 0198855c7ff3..bd288d7b6422 100644 --- a/arch/arm/configs/rockchip_defconfig +++ b/arch/arm/configs/rockchip_defconfig @@ -548,6 +548,10 @@ CONFIG_EXT3_FS=y CONFIG_EXT4_FS=y CONFIG_EXT4_FS_SECURITY=y CONFIG_FUSE_FS=y +CONFIG_ISO9660_FS=y +CONFIG_JOLIET=y +CONFIG_ZISOFS=y +CONFIG_UDF_FS=y CONFIG_MSDOS_FS=y CONFIG_VFAT_FS=y CONFIG_TMPFS=y -- 2.34.1