[coldfire]: 2.6.31 support (WiP)
[openwrt.git] / target / linux / coldfire / patches / 031-m5445x_usb_defconfig.patch
1 From 023b850e67316fbf595bf0cda13f02fabca1f29d Mon Sep 17 00:00:00 2001
2 From: Bruce Schmid <duck@freescale.com>
3 Date: Fri, 7 Dec 2007 10:30:46 -0700
4 Subject: [PATCH] USB: add default USB settings
5
6 LTIBName: m5445x-usb-defconfig
7 Signed-off-by: Duck <duck@freescale.com>
8 ---
9 arch/m68k/configs/m54455evb_defconfig | 175 +++++++++++++++++++++++++++++++--
10 1 files changed, 165 insertions(+), 10 deletions(-)
11
12 --- a/arch/m68k/configs/m54455evb_defconfig
13 +++ b/arch/m68k/configs/m54455evb_defconfig
14 @@ -1,7 +1,7 @@
15 #
16 # Automatically generated make config: don't edit
17 # Linux kernel version: 2.6.23
18 -# Tue Nov 27 23:42:38 2007
19 +# Thu Dec 6 12:14:18 2007
20 #
21 CONFIG_M68K=y
22 CONFIG_MMU=y
23 @@ -347,6 +347,7 @@ CONFIG_BLK_DEV=y
24 CONFIG_BLK_DEV_LOOP=y
25 # CONFIG_BLK_DEV_CRYPTOLOOP is not set
26 # CONFIG_BLK_DEV_NBD is not set
27 +# CONFIG_BLK_DEV_UB is not set
28 CONFIG_BLK_DEV_RAM=y
29 CONFIG_BLK_DEV_RAM_COUNT=16
30 CONFIG_BLK_DEV_RAM_SIZE=64000
31 @@ -361,7 +362,7 @@ CONFIG_MISC_DEVICES=y
32 # SCSI device support
33 #
34 # CONFIG_RAID_ATTRS is not set
35 -CONFIG_SCSI=m
36 +CONFIG_SCSI=y
37 CONFIG_SCSI_DMA=y
38 # CONFIG_SCSI_TGT is not set
39 # CONFIG_SCSI_NETLINK is not set
40 @@ -370,7 +371,7 @@ CONFIG_SCSI_PROC_FS=y
41 #
42 # SCSI support type (disk, tape, CD-ROM)
43 #
44 -CONFIG_BLK_DEV_SD=m
45 +CONFIG_BLK_DEV_SD=y
46 # CONFIG_CHR_DEV_ST is not set
47 # CONFIG_CHR_DEV_OSST is not set
48 # CONFIG_BLK_DEV_SR is not set
49 @@ -380,7 +381,7 @@ CONFIG_BLK_DEV_SD=m
50 #
51 # Some SCSI devices (e.g. CD jukebox) support multiple LUNs
52 #
53 -# CONFIG_SCSI_MULTI_LUN is not set
54 +CONFIG_SCSI_MULTI_LUN=y
55 # CONFIG_SCSI_CONSTANTS is not set
56 # CONFIG_SCSI_LOGGING is not set
57 # CONFIG_SCSI_SCAN_ASYNC is not set
58 @@ -420,6 +421,26 @@ CONFIG_NETDEV_10000=y
59 #
60 # CONFIG_WLAN_PRE80211 is not set
61 # CONFIG_WLAN_80211 is not set
62 +
63 +#
64 +# USB Network Adapters
65 +#
66 +# CONFIG_USB_CATC is not set
67 +# CONFIG_USB_KAWETH is not set
68 +CONFIG_USB_PEGASUS=m
69 +CONFIG_USB_RTL8150=m
70 +CONFIG_USB_USBNET_MII=m
71 +CONFIG_USB_USBNET=m
72 +CONFIG_USB_NET_AX8817X=m
73 +CONFIG_USB_NET_CDCETHER=m
74 +# CONFIG_USB_NET_DM9601 is not set
75 +# CONFIG_USB_NET_GL620A is not set
76 +# CONFIG_USB_NET_NET1080 is not set
77 +# CONFIG_USB_NET_PLUSB is not set
78 +# CONFIG_USB_NET_MCS7830 is not set
79 +# CONFIG_USB_NET_RNDIS_HOST is not set
80 +# CONFIG_USB_NET_CDC_SUBSET is not set
81 +# CONFIG_USB_NET_ZAURUS is not set
82 # CONFIG_WAN is not set
83 # CONFIG_PPP is not set
84 # CONFIG_SLIP is not set
85 @@ -446,13 +467,19 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
86 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
87 # CONFIG_INPUT_JOYDEV is not set
88 # CONFIG_INPUT_TSDEV is not set
89 -# CONFIG_INPUT_EVDEV is not set
90 +CONFIG_INPUT_EVDEV=y
91 # CONFIG_INPUT_EVBUG is not set
92
93 #
94 # Input Device Drivers
95 #
96 -# CONFIG_INPUT_KEYBOARD is not set
97 +CONFIG_INPUT_KEYBOARD=y
98 +# CONFIG_KEYBOARD_ATKBD is not set
99 +# CONFIG_KEYBOARD_SUNKBD is not set
100 +# CONFIG_KEYBOARD_LKKBD is not set
101 +# CONFIG_KEYBOARD_XTKBD is not set
102 +# CONFIG_KEYBOARD_NEWTON is not set
103 +# CONFIG_KEYBOARD_STOWAWAY is not set
104 # CONFIG_INPUT_MOUSE is not set
105 # CONFIG_INPUT_JOYSTICK is not set
106 # CONFIG_INPUT_TABLET is not set
107 @@ -534,6 +561,7 @@ CONFIG_SPI_COLDFIRE_SSI_AUDIO=y
108 # CONFIG_VIDEO_DEV is not set
109 # CONFIG_DVB_CORE is not set
110 CONFIG_DAB=y
111 +# CONFIG_USB_DABUSB is not set
112
113 #
114 # Graphics support
115 @@ -560,19 +588,144 @@ CONFIG_DUMMY_CONSOLE=y
116 CONFIG_HID_SUPPORT=y
117 CONFIG_HID=y
118 CONFIG_HID_DEBUG=y
119 +
120 +#
121 +# USB Input Devices
122 +#
123 +CONFIG_USB_HID=y
124 +# CONFIG_USB_HIDINPUT_POWERBOOK is not set
125 +# CONFIG_HID_FF is not set
126 +# CONFIG_USB_HIDDEV is not set
127 CONFIG_USB_SUPPORT=y
128 -# CONFIG_USB_ARCH_HAS_HCD is not set
129 +CONFIG_USB_ARCH_HAS_HCD=y
130 # CONFIG_USB_ARCH_HAS_OHCI is not set
131 -# CONFIG_USB_ARCH_HAS_EHCI is not set
132 +CONFIG_USB_ARCH_HAS_EHCI=y
133 +CONFIG_USB=y
134 +# CONFIG_USB_DEBUG is not set
135 +
136 +#
137 +# Miscellaneous USB options
138 +#
139 +CONFIG_USB_DEVICEFS=y
140 +# CONFIG_USB_DEVICE_CLASS is not set
141 +# CONFIG_USB_DYNAMIC_MINORS is not set
142 +# CONFIG_USB_OTG is not set
143 +
144 +#
145 +# USB Host Controller Drivers
146 +#
147 +CONFIG_USB_EHCI_HCD=m
148 +CONFIG_USB_EHCI_SPLIT_ISO=y
149 +CONFIG_USB_EHCI_ROOT_HUB_TT=y
150 +# CONFIG_USB_EHCI_TT_NEWSCHED is not set
151 +CONFIG_USB_EHCI_BIG_ENDIAN_MMIO=y
152 +CONFIG_USB_EHCI_BIG_ENDIAN_DESC=y
153 +# CONFIG_USB_ISP116X_HCD is not set
154 +# CONFIG_USB_SL811_HCD is not set
155 +# CONFIG_USB_R8A66597_HCD is not set
156 +CONFIG_USB_M5445X_ULPI=y
157 +# CONFIG_USB_M5445X_FSLS is not set
158 +
159 +#
160 +# USB Device Class drivers
161 +#
162 +# CONFIG_USB_ACM is not set
163 +# CONFIG_USB_PRINTER is not set
164
165 #
166 # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
167 #
168
169 #
170 +# may also be needed; see USB_STORAGE Help for more information
171 +#
172 +CONFIG_USB_STORAGE=y
173 +# CONFIG_USB_STORAGE_DEBUG is not set
174 +# CONFIG_USB_STORAGE_DATAFAB is not set
175 +# CONFIG_USB_STORAGE_FREECOM is not set
176 +# CONFIG_USB_STORAGE_DPCM is not set
177 +# CONFIG_USB_STORAGE_USBAT is not set
178 +# CONFIG_USB_STORAGE_SDDR09 is not set
179 +# CONFIG_USB_STORAGE_SDDR55 is not set
180 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
181 +# CONFIG_USB_STORAGE_ALAUDA is not set
182 +# CONFIG_USB_STORAGE_ONETOUCH is not set
183 +# CONFIG_USB_STORAGE_KARMA is not set
184 +# CONFIG_USB_LIBUSUAL is not set
185 +
186 +#
187 +# USB Imaging devices
188 +#
189 +# CONFIG_USB_MDC800 is not set
190 +# CONFIG_USB_MICROTEK is not set
191 +# CONFIG_USB_MON is not set
192 +
193 +#
194 +# USB port drivers
195 +#
196 +
197 +#
198 +# USB Serial Converter support
199 +#
200 +# CONFIG_USB_SERIAL is not set
201 +
202 +#
203 +# USB Miscellaneous drivers
204 +#
205 +# CONFIG_USB_EMI62 is not set
206 +# CONFIG_USB_EMI26 is not set
207 +# CONFIG_USB_ADUTUX is not set
208 +# CONFIG_USB_AUERSWALD is not set
209 +# CONFIG_USB_RIO500 is not set
210 +# CONFIG_USB_LEGOTOWER is not set
211 +# CONFIG_USB_LCD is not set
212 +# CONFIG_USB_BERRY_CHARGE is not set
213 +# CONFIG_USB_LED is not set
214 +# CONFIG_USB_CYPRESS_CY7C63 is not set
215 +# CONFIG_USB_CYTHERM is not set
216 +# CONFIG_USB_PHIDGET is not set
217 +# CONFIG_USB_IDMOUSE is not set
218 +# CONFIG_USB_FTDI_ELAN is not set
219 +# CONFIG_USB_APPLEDISPLAY is not set
220 +# CONFIG_USB_SISUSBVGA is not set
221 +# CONFIG_USB_LD is not set
222 +# CONFIG_USB_TRANCEVIBRATOR is not set
223 +# CONFIG_USB_IOWARRIOR is not set
224 +# CONFIG_USB_TEST is not set
225 +
226 +#
227 +# USB DSL modem support
228 +#
229 +
230 +#
231 # USB Gadget Support
232 #
233 -# CONFIG_USB_GADGET is not set
234 +CONFIG_USB_GADGET=m
235 +# CONFIG_USB_GADGET_DEBUG is not set
236 +# CONFIG_USB_GADGET_DEBUG_FILES is not set
237 +CONFIG_USB_GADGET_SELECTED=y
238 +# CONFIG_USB_GADGET_AMD5536UDC is not set
239 +# CONFIG_USB_GADGET_FSL_USB2 is not set
240 +# CONFIG_USB_GADGET_NET2280 is not set
241 +# CONFIG_USB_GADGET_PXA2XX is not set
242 +# CONFIG_USB_GADGET_M66592 is not set
243 +CONFIG_USB_GADGET_MCF5445X=y
244 +CONFIG_USB_MCF5445X=m
245 +# CONFIG_USB_GADGET_GOKU is not set
246 +# CONFIG_USB_GADGET_LH7A40X is not set
247 +# CONFIG_USB_GADGET_OMAP is not set
248 +# CONFIG_USB_GADGET_S3C2410 is not set
249 +# CONFIG_USB_GADGET_AT91 is not set
250 +# CONFIG_USB_GADGET_DUMMY_HCD is not set
251 +CONFIG_USB_GADGET_DUALSPEED=y
252 +# CONFIG_USB_ZERO is not set
253 +CONFIG_USB_ETH=m
254 +CONFIG_USB_ETH_RNDIS=y
255 +CONFIG_USB_GADGETFS=m
256 +CONFIG_USB_FILE_STORAGE=m
257 +# CONFIG_USB_FILE_STORAGE_TEST is not set
258 +# CONFIG_USB_G_SERIAL is not set
259 +# CONFIG_USB_MIDI_GADGET is not set
260 # CONFIG_MMC is not set
261 # CONFIG_NEW_LEDS is not set
262 # CONFIG_RTC_CLASS is not set
263 @@ -603,7 +756,9 @@ CONFIG_USB_SUPPORT=y
264 #
265 # File systems
266 #
267 -# CONFIG_EXT2_FS is not set
268 +CONFIG_EXT2_FS=y
269 +# CONFIG_EXT2_FS_XATTR is not set
270 +# CONFIG_EXT2_FS_XIP is not set
271 CONFIG_EXT3_FS=y
272 CONFIG_EXT3_FS_XATTR=y
273 # CONFIG_EXT3_FS_POSIX_ACL is not set
This page took 0.057539 seconds and 5 git commands to generate.