handhelds-sa 2.4.19-rmk6-pxa1-hh42
authorErik Hovland <erik@hovland.org>
Tue, 10 Oct 2006 20:52:37 +0000 (20:52 +0000)
committerErik Hovland <erik@hovland.org>
Tue, 10 Oct 2006 20:52:37 +0000 (20:52 +0000)
* The defconfig-h3600 file was missing a few import options, specifically:
  + The hidp bluez stack piece built as a module
  + The jffs2 zlib support built into the kernel

  These problems ended up exhibiting themselves as half-built but still
  bootable kernels (go figure). Most notably the zlib_deflate object code
  would not be in the kernel and the ppp_deflate module would fail loading.
  This bug was reported to me by Rene Wagner (rw AT handhelds DOT org). Thanks
  Rene!

packages/linux/handhelds-sa-2.4.19-rmk6-pxa1-hh42/defconfig-h3600

index ad30591..67cde5e 100644 (file)
@@ -1108,6 +1108,11 @@ CONFIG_VFAT_FS=m
 # CONFIG_JFFS_FS is not set
 CONFIG_JFFS2_FS=y
 CONFIG_JFFS2_FS_DEBUG=0
+CONFIG_JFFS2_FS_WRITEBUFFER=y
+CONFIG_JFFS2_ZLIB=y
+CONFIG_JFFS2_RTIME=y
+CONFIG_JFFS2_CMODE_PRIORITY=y
+CONFIG_JFFS2_PROC=y
 # CONFIG_JFFS2_FS_NAND is not set
 CONFIG_CRAMFS=y
 CONFIG_TMPFS=y
@@ -1432,6 +1437,7 @@ CONFIG_BLUEZ_RFCOMM_TTY=y
 CONFIG_BLUEZ_BNEP=m
 CONFIG_BLUEZ_BNEP_MC_FILTER=y
 CONFIG_BLUEZ_BNEP_PROTO_FILTER=y
+CONFIG_BLUEZ_HIDP=m
 # CONFIG_BLUEZ_CMTP is not set
 
 #