Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[POWERPC] PS3: Enable USB mass storage

Update ps3_defconfig to enable USB mass storage and VFAT.

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Acked-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>

authored by

Geoff Levand and committed by
Paul Mackerras
c19cdcb1 35063bb2

+17 -4
+17 -4
arch/powerpc/configs/ps3_defconfig
··· 677 677 # 678 678 # may also be needed; see USB_STORAGE Help for more information 679 679 # 680 - # CONFIG_USB_STORAGE is not set 680 + CONFIG_USB_STORAGE=y 681 + # CONFIG_USB_STORAGE_DEBUG is not set 682 + # CONFIG_USB_STORAGE_DATAFAB is not set 683 + # CONFIG_USB_STORAGE_FREECOM is not set 684 + # CONFIG_USB_STORAGE_DPCM is not set 685 + # CONFIG_USB_STORAGE_USBAT is not set 686 + # CONFIG_USB_STORAGE_SDDR09 is not set 687 + # CONFIG_USB_STORAGE_SDDR55 is not set 688 + # CONFIG_USB_STORAGE_JUMPSHOT is not set 689 + # CONFIG_USB_STORAGE_ALAUDA is not set 690 + # CONFIG_USB_STORAGE_KARMA is not set 681 691 # CONFIG_USB_LIBUSUAL is not set 682 692 683 693 # ··· 862 852 # 863 853 # DOS/FAT/NT Filesystems 864 854 # 855 + CONFIG_FAT_FS=y 865 856 # CONFIG_MSDOS_FS is not set 866 - # CONFIG_VFAT_FS is not set 857 + CONFIG_VFAT_FS=y 858 + CONFIG_FAT_DEFAULT_CODEPAGE=437 859 + CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" 867 860 # CONFIG_NTFS_FS is not set 868 861 869 862 # ··· 934 921 # 935 922 CONFIG_NLS=y 936 923 CONFIG_NLS_DEFAULT="iso8859-1" 937 - # CONFIG_NLS_CODEPAGE_437 is not set 924 + CONFIG_NLS_CODEPAGE_437=y 938 925 # CONFIG_NLS_CODEPAGE_737 is not set 939 926 # CONFIG_NLS_CODEPAGE_775 is not set 940 927 # CONFIG_NLS_CODEPAGE_850 is not set ··· 958 945 # CONFIG_NLS_CODEPAGE_1250 is not set 959 946 # CONFIG_NLS_CODEPAGE_1251 is not set 960 947 # CONFIG_NLS_ASCII is not set 961 - # CONFIG_NLS_ISO8859_1 is not set 948 + CONFIG_NLS_ISO8859_1=y 962 949 # CONFIG_NLS_ISO8859_2 is not set 963 950 # CONFIG_NLS_ISO8859_3 is not set 964 951 # CONFIG_NLS_ISO8859_4 is not set