summaryrefslogtreecommitdiff
path: root/packages/linux/linux-handhelds-2.6-2.6.21/h4000
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-12-25 18:29:54 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-12-25 18:29:54 +0000
commitbdc7e2cd72146651bf8c11783d3f34c8d9e5926f (patch)
treee0696d95711b139654432b4bc8eeac6a41cd0f3e /packages/linux/linux-handhelds-2.6-2.6.21/h4000
parentf274a408a2bda158f637bd1b3fa4e0068fb87ed8 (diff)
linux-handhelds-2.6 2.6.21: Move away from nuiltin NFS support, use modular USB gadgets.
* Now that there's flexible early userspace support in OE (initramfs-uniboot) which handles NFS booting among other things, there's no longer need to have NFS boot support in kernel. This gets NFS out of kernel, and frees g_ether from being compiled into kernel, thus opening road for modular USB gadget drivers. * A bit tough move deep into Angstrom RCs, but this was on TODO for long time, and just yesterday I hit usecase where I was stuck late night with the need to move data between 2 boxes, with only common interface in both being USB, but still w/o flashdrive to use. So, I took this opportinity not just to try g_file_storage, but also handle this issue.
Diffstat (limited to 'packages/linux/linux-handhelds-2.6-2.6.21/h4000')
-rw-r--r--packages/linux/linux-handhelds-2.6-2.6.21/h4000/defconfig20
1 files changed, 10 insertions, 10 deletions
diff --git a/packages/linux/linux-handhelds-2.6-2.6.21/h4000/defconfig b/packages/linux/linux-handhelds-2.6-2.6.21/h4000/defconfig
index d0b8f08fbb..61630774a4 100644
--- a/packages/linux/linux-handhelds-2.6-2.6.21/h4000/defconfig
+++ b/packages/linux/linux-handhelds-2.6-2.6.21/h4000/defconfig
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.21-hh20
-# Sat Dec 22 21:02:17 2007
+# Tue Dec 25 16:03:01 2007
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -1172,12 +1172,13 @@ CONFIG_USB_PXA2XX=y
# CONFIG_USB_GADGET_AT91 is not set
# CONFIG_USB_GADGET_DUMMY_HCD is not set
# CONFIG_USB_GADGET_DUALSPEED is not set
-# CONFIG_USB_ZERO is not set
-CONFIG_USB_ETH=y
+CONFIG_USB_ZERO=m
+CONFIG_USB_ETH=m
CONFIG_USB_ETH_RNDIS=y
-# CONFIG_USB_GADGETFS is not set
-# CONFIG_USB_FILE_STORAGE is not set
-# CONFIG_USB_G_SERIAL is not set
+CONFIG_USB_GADGETFS=m
+CONFIG_USB_FILE_STORAGE=m
+# CONFIG_USB_FILE_STORAGE_TEST is not set
+CONFIG_USB_G_SERIAL=m
# CONFIG_USB_MIDI_GADGET is not set
# CONFIG_USB_G_CHAR is not set
CONFIG_USB_PXA2XX_GPIO=y
@@ -1311,17 +1312,16 @@ CONFIG_JFFS2_CMODE_PRIORITY=y
#
# Network File Systems
#
-CONFIG_NFS_FS=y
+CONFIG_NFS_FS=m
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
# CONFIG_NFS_V4 is not set
# CONFIG_NFS_DIRECTIO is not set
# CONFIG_NFSD is not set
-CONFIG_ROOT_NFS=y
-CONFIG_LOCKD=y
+CONFIG_LOCKD=m
CONFIG_LOCKD_V4=y
CONFIG_NFS_COMMON=y
-CONFIG_SUNRPC=y
+CONFIG_SUNRPC=m
# CONFIG_RPCSEC_GSS_KRB5 is not set
# CONFIG_RPCSEC_GSS_SPKM3 is not set
# CONFIG_SMB_FS is not set