From bdc7e2cd72146651bf8c11783d3f34c8d9e5926f Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Tue, 25 Dec 2007 18:29:54 +0000 Subject: 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. --- .../linux/linux-handhelds-2.6-2.6.21/h2200/defconfig | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'packages/linux/linux-handhelds-2.6-2.6.21/h2200') diff --git a/packages/linux/linux-handhelds-2.6-2.6.21/h2200/defconfig b/packages/linux/linux-handhelds-2.6-2.6.21/h2200/defconfig index 1d53dfd987..34e1e440a4 100644 --- a/packages/linux/linux-handhelds-2.6-2.6.21/h2200/defconfig +++ b/packages/linux/linux-handhelds-2.6-2.6.21/h2200/defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.21-hh20 -# Sat Dec 22 21:02:14 2007 +# Tue Dec 25 16:02:59 2007 # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -1414,12 +1414,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 @@ -1552,17 +1553,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 -- cgit v1.2.3