aboutsummaryrefslogtreecommitdiff
path: root/defconfig-2.6.24
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2008-11-19 17:10:47 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-19 17:10:47 +0000
commitddf5f57e577cebd2672e244b19069748271bec2e (patch)
tree425f49ce8fe7a8cde7910eec98de783a9b31714a /defconfig-2.6.24
parente93b4a8b320fc4412aee2a0a22ccc21d3758ff89 (diff)
config-add-udf-support.patch
Timo noticed that his compound USB device wasn't getting recognized properly, it was stuck on the CD-ROM class part of it. This was accepted by the GTA02 but no scsi device was spawned for it. He figured out in the end that it is the lack of a UDF filesystem module that was the problem. This patch adds UDF and CDROM as a built-in on defconfig-2.6.24, for the modular configs it just adds it as a module. Reported-by: Timo Drick <timo@drick.de> Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'defconfig-2.6.24')
-rw-r--r--defconfig-2.6.248
1 files changed, 4 insertions, 4 deletions
diff --git a/defconfig-2.6.24 b/defconfig-2.6.24
index 0ea0cc9d6c6..92f238f5f64 100644
--- a/defconfig-2.6.24
+++ b/defconfig-2.6.24
@@ -1361,7 +1361,7 @@ CONFIG_USB_MON=y
#
# USB Serial Converter support
#
-CONFIG_USB_SERIAL=m
+CONFIG_USB_SERIAL=y
CONFIG_USB_SERIAL_GENERIC=y
CONFIG_USB_SERIAL_AIRCABLE=m
CONFIG_USB_SERIAL_AIRPRIME=m
@@ -1411,7 +1411,7 @@ CONFIG_USB_SERIAL_SIERRAWIRELESS=m
CONFIG_USB_SERIAL_TI=m
CONFIG_USB_SERIAL_CYBERJACK=m
CONFIG_USB_SERIAL_XIRCOM=m
-CONFIG_USB_SERIAL_OPTION=m
+CONFIG_USB_SERIAL_OPTION=y
CONFIG_USB_SERIAL_OMNINET=m
# CONFIG_USB_SERIAL_DEBUG is not set
CONFIG_USB_EZUSB=y
@@ -1595,10 +1595,10 @@ CONFIG_FUSE_FS=m
#
# CD-ROM/DVD Filesystems
#
-CONFIG_ISO9660_FS=m
+CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
# CONFIG_ZISOFS is not set
-# CONFIG_UDF_FS is not set
+CONFIG_UDF_FS=y
#
# DOS/FAT/NT Filesystems