aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/configs/ps3_defconfig
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2007-01-30 18:20:37 -0500
committerPaul Mackerras <paulus@samba.org>2007-02-06 22:03:20 -0500
commitc19cdcb1b8d33a20d372191eced2def7f901806b (patch)
tree234d32df05da10b9e4cd5e07d43b2653869ed129 /arch/powerpc/configs/ps3_defconfig
parent35063bb2eaf85bd0f6e3acefae2d95cb0120eb3e (diff)
[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>
Diffstat (limited to 'arch/powerpc/configs/ps3_defconfig')
-rw-r--r--arch/powerpc/configs/ps3_defconfig21
1 files changed, 17 insertions, 4 deletions
diff --git a/arch/powerpc/configs/ps3_defconfig b/arch/powerpc/configs/ps3_defconfig
index 4d04ab26ce30..ec644b34a082 100644
--- a/arch/powerpc/configs/ps3_defconfig
+++ b/arch/powerpc/configs/ps3_defconfig
@@ -677,7 +677,17 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y
677# 677#
678# may also be needed; see USB_STORAGE Help for more information 678# may also be needed; see USB_STORAGE Help for more information
679# 679#
680# CONFIG_USB_STORAGE is not set 680CONFIG_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# CONFIG_USB_LIBUSUAL is not set 691# CONFIG_USB_LIBUSUAL is not set
682 692
683# 693#
@@ -852,8 +862,11 @@ CONFIG_UDF_NLS=y
852# 862#
853# DOS/FAT/NT Filesystems 863# DOS/FAT/NT Filesystems
854# 864#
865CONFIG_FAT_FS=y
855# CONFIG_MSDOS_FS is not set 866# CONFIG_MSDOS_FS is not set
856# CONFIG_VFAT_FS is not set 867CONFIG_VFAT_FS=y
868CONFIG_FAT_DEFAULT_CODEPAGE=437
869CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
857# CONFIG_NTFS_FS is not set 870# CONFIG_NTFS_FS is not set
858 871
859# 872#
@@ -921,7 +934,7 @@ CONFIG_MSDOS_PARTITION=y
921# 934#
922CONFIG_NLS=y 935CONFIG_NLS=y
923CONFIG_NLS_DEFAULT="iso8859-1" 936CONFIG_NLS_DEFAULT="iso8859-1"
924# CONFIG_NLS_CODEPAGE_437 is not set 937CONFIG_NLS_CODEPAGE_437=y
925# CONFIG_NLS_CODEPAGE_737 is not set 938# CONFIG_NLS_CODEPAGE_737 is not set
926# CONFIG_NLS_CODEPAGE_775 is not set 939# CONFIG_NLS_CODEPAGE_775 is not set
927# CONFIG_NLS_CODEPAGE_850 is not set 940# CONFIG_NLS_CODEPAGE_850 is not set
@@ -945,7 +958,7 @@ CONFIG_NLS_DEFAULT="iso8859-1"
945# CONFIG_NLS_CODEPAGE_1250 is not set 958# CONFIG_NLS_CODEPAGE_1250 is not set
946# CONFIG_NLS_CODEPAGE_1251 is not set 959# CONFIG_NLS_CODEPAGE_1251 is not set
947# CONFIG_NLS_ASCII is not set 960# CONFIG_NLS_ASCII is not set
948# CONFIG_NLS_ISO8859_1 is not set 961CONFIG_NLS_ISO8859_1=y
949# CONFIG_NLS_ISO8859_2 is not set 962# CONFIG_NLS_ISO8859_2 is not set
950# CONFIG_NLS_ISO8859_3 is not set 963# CONFIG_NLS_ISO8859_3 is not set
951# CONFIG_NLS_ISO8859_4 is not set 964# CONFIG_NLS_ISO8859_4 is not set