diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-17 12:09:48 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-17 12:09:48 -0400 |
commit | b73b636e8987f8728c6c700377615757691b9a55 (patch) | |
tree | 554a4c799888e8934d2bf222bd0fcae2a9146bb4 /arch/cris/arch-v10 | |
parent | ed09441dacc2a2d6c170aa3b1f79a041291a813f (diff) | |
parent | 8f808417fe211648c0816e28947cdc74eb1e1032 (diff) |
Merge branch 'for-linus' of git://www.jni.nu/cris
* 'for-linus' of git://www.jni.nu/cris:
CRIS: proper defconfig setup
[CRIS] Rename boot-linkscripts and fix the path to them.
Diffstat (limited to 'arch/cris/arch-v10')
-rw-r--r-- | arch/cris/arch-v10/boot/compressed/Makefile | 2 | ||||
-rw-r--r-- | arch/cris/arch-v10/boot/compressed/decompress.lds (renamed from arch/cris/arch-v10/boot/compressed/decompress.ld) | 0 | ||||
-rw-r--r-- | arch/cris/arch-v10/boot/rescue/Makefile | 2 | ||||
-rw-r--r-- | arch/cris/arch-v10/boot/rescue/rescue.lds (renamed from arch/cris/arch-v10/boot/rescue/rescue.ld) | 0 | ||||
-rw-r--r-- | arch/cris/arch-v10/defconfig | 502 |
5 files changed, 2 insertions, 504 deletions
diff --git a/arch/cris/arch-v10/boot/compressed/Makefile b/arch/cris/arch-v10/boot/compressed/Makefile index 08d943ce4be7..6fe0ffaf3be6 100644 --- a/arch/cris/arch-v10/boot/compressed/Makefile +++ b/arch/cris/arch-v10/boot/compressed/Makefile | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | asflags-y += $(LINUXINCLUDE) | 5 | asflags-y += $(LINUXINCLUDE) |
6 | ccflags-y += -O2 $(LINUXINCLUDE) | 6 | ccflags-y += -O2 $(LINUXINCLUDE) |
7 | ldflags-y += -T $(srctree)/$(obj)/decompress.ld | 7 | ldflags-y += -T $(srctree)/$(src)/decompress.lds |
8 | OBJECTS = $(obj)/head.o $(obj)/misc.o | 8 | OBJECTS = $(obj)/head.o $(obj)/misc.o |
9 | OBJCOPYFLAGS = -O binary --remove-section=.bss | 9 | OBJCOPYFLAGS = -O binary --remove-section=.bss |
10 | 10 | ||
diff --git a/arch/cris/arch-v10/boot/compressed/decompress.ld b/arch/cris/arch-v10/boot/compressed/decompress.lds index e80f4594d543..e80f4594d543 100644 --- a/arch/cris/arch-v10/boot/compressed/decompress.ld +++ b/arch/cris/arch-v10/boot/compressed/decompress.lds | |||
diff --git a/arch/cris/arch-v10/boot/rescue/Makefile b/arch/cris/arch-v10/boot/rescue/Makefile index 07688da92708..82ab59b968e5 100644 --- a/arch/cris/arch-v10/boot/rescue/Makefile +++ b/arch/cris/arch-v10/boot/rescue/Makefile | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | ccflags-y += -O2 $(LINUXINCLUDE) | 5 | ccflags-y += -O2 $(LINUXINCLUDE) |
6 | asflags-y += $(LINUXINCLUDE) | 6 | asflags-y += $(LINUXINCLUDE) |
7 | ldflags-y += -T $(srctree)/$(obj)/rescue.ld | 7 | ldflags-y += -T $(srctree)/$(src)/rescue.lds |
8 | OBJCOPYFLAGS = -O binary --remove-section=.bss | 8 | OBJCOPYFLAGS = -O binary --remove-section=.bss |
9 | obj-$(CONFIG_ETRAX_AXISFLASHMAP) = head.o | 9 | obj-$(CONFIG_ETRAX_AXISFLASHMAP) = head.o |
10 | OBJECT := $(obj)/head.o | 10 | OBJECT := $(obj)/head.o |
diff --git a/arch/cris/arch-v10/boot/rescue/rescue.ld b/arch/cris/arch-v10/boot/rescue/rescue.lds index 0b52a9490db6..0b52a9490db6 100644 --- a/arch/cris/arch-v10/boot/rescue/rescue.ld +++ b/arch/cris/arch-v10/boot/rescue/rescue.lds | |||
diff --git a/arch/cris/arch-v10/defconfig b/arch/cris/arch-v10/defconfig deleted file mode 100644 index 572f11926399..000000000000 --- a/arch/cris/arch-v10/defconfig +++ /dev/null | |||
@@ -1,502 +0,0 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # | ||
4 | CONFIG_UID16=y | ||
5 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
6 | # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set | ||
7 | |||
8 | # | ||
9 | # Code maturity level options | ||
10 | # | ||
11 | CONFIG_EXPERIMENTAL=y | ||
12 | |||
13 | # | ||
14 | # General setup | ||
15 | # | ||
16 | CONFIG_NET=y | ||
17 | CONFIG_SYSVIPC=y | ||
18 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
19 | # CONFIG_SYSCTL is not set | ||
20 | CONFIG_BINFMT_ELF=y | ||
21 | # CONFIG_ETRAX_KGDB is not set | ||
22 | # CONFIG_ETRAX_WATCHDOG is not set | ||
23 | |||
24 | # | ||
25 | # Hardware setup | ||
26 | # | ||
27 | CONFIG_ETRAX100LX=y | ||
28 | # CONFIG_ETRAX100LX_V2 is not set | ||
29 | # CONFIG_SVINTO_SIM is not set | ||
30 | CONFIG_CRIS_LOW_MAP=y | ||
31 | CONFIG_ETRAX_DRAM_VIRTUAL_BASE=60000000 | ||
32 | CONFIG_ETRAX_DRAM_SIZE=8 | ||
33 | CONFIG_ETRAX_FLASH_BUSWIDTH=2 | ||
34 | CONFIG_ETRAX_ROOT_DEVICE="/dev/mtdblock3" | ||
35 | CONFIG_ETRAX_PA_LEDS=y | ||
36 | # CONFIG_ETRAX_PB_LEDS is not set | ||
37 | # CONFIG_ETRAX_CSP0_LEDS is not set | ||
38 | # CONFIG_ETRAX_NO_LEDS is not set | ||
39 | CONFIG_ETRAX_LED1G=2 | ||
40 | CONFIG_ETRAX_LED1R=2 | ||
41 | CONFIG_ETRAX_LED2G=2 | ||
42 | CONFIG_ETRAX_LED2R=2 | ||
43 | CONFIG_ETRAX_LED3R=2 | ||
44 | CONFIG_ETRAX_LED3G=2 | ||
45 | CONFIG_ETRAX_LED4R=2 | ||
46 | CONFIG_ETRAX_LED4G=2 | ||
47 | CONFIG_ETRAX_LED5R=2 | ||
48 | CONFIG_ETRAX_LED5G=2 | ||
49 | CONFIG_ETRAX_LED6R=2 | ||
50 | CONFIG_ETRAX_LED6G=2 | ||
51 | CONFIG_ETRAX_LED7R=2 | ||
52 | CONFIG_ETRAX_LED7G=2 | ||
53 | CONFIG_ETRAX_LED8Y=2 | ||
54 | CONFIG_ETRAX_LED9Y=2 | ||
55 | CONFIG_ETRAX_LED10Y=2 | ||
56 | CONFIG_ETRAX_LED11Y=2 | ||
57 | CONFIG_ETRAX_LED12R=2 | ||
58 | CONFIG_ETRAX_DEBUG_PORT0=y | ||
59 | # CONFIG_ETRAX_DEBUG_PORT1 is not set | ||
60 | # CONFIG_ETRAX_DEBUG_PORT2 is not set | ||
61 | # CONFIG_ETRAX_DEBUG_PORT3 is not set | ||
62 | CONFIG_ETRAX_RESCUE_SER0=y | ||
63 | # CONFIG_ETRAX_RESCUE_SER1 is not set | ||
64 | # CONFIG_ETRAX_RESCUE_SER2 is not set | ||
65 | # CONFIG_ETRAX_RESCUE_SER3 is not set | ||
66 | CONFIG_ETRAX_DEF_R_WAITSTATES=95a6 | ||
67 | CONFIG_ETRAX_DEF_R_BUS_CONFIG=104 | ||
68 | # CONFIG_ETRAX_SDRAM is not set | ||
69 | CONFIG_ETRAX_DEF_R_DRAM_CONFIG=1a200040 | ||
70 | CONFIG_ETRAX_DEF_R_DRAM_TIMING=5611 | ||
71 | CONFIG_ETRAX_DEF_R_PORT_PA_DIR=1d | ||
72 | CONFIG_ETRAX_DEF_R_PORT_PA_DATA=f0 | ||
73 | CONFIG_ETRAX_DEF_R_PORT_PB_CONFIG=00 | ||
74 | CONFIG_ETRAX_DEF_R_PORT_PB_DIR=1e | ||
75 | CONFIG_ETRAX_DEF_R_PORT_PB_DATA=f3 | ||
76 | # CONFIG_ETRAX_SOFT_SHUTDOWN is not set | ||
77 | |||
78 | # | ||
79 | # Drivers for ETRAX 100LX built-in interfaces | ||
80 | # | ||
81 | CONFIG_ETRAX_ETHERNET=y | ||
82 | CONFIG_NET_ETHERNET=y | ||
83 | # CONFIG_ETRAX_NETWORK_LED_ON_WHEN_LINK is not set | ||
84 | CONFIG_ETRAX_NETWORK_LED_ON_WHEN_ACTIVITY=y | ||
85 | # CONFIG_ETRAX_ETHERNET_LPSLAVE is not set | ||
86 | CONFIG_ETRAX_SERIAL=y | ||
87 | CONFIG_ETRAX_SERIAL_PORT0=y | ||
88 | # CONFIG_ETRAX_SER0_DTR_RI_DSR_CD_ON_PB is not set | ||
89 | CONFIG_ETRAX_SERIAL_PORT1=y | ||
90 | # CONFIG_ETRAX_SER1_DTR_RI_DSR_CD_ON_PB is not set | ||
91 | # CONFIG_ETRAX_SERIAL_PORT2 is not set | ||
92 | # CONFIG_ETRAX_SERIAL_PORT3 is not set | ||
93 | # CONFIG_ETRAX_RS485 is not set | ||
94 | # CONFIG_ETRAX_SYNCHRONOUS_SERIAL is not set | ||
95 | # CONFIG_ETRAX_IDE is not set | ||
96 | CONFIG_ETRAX_AXISFLASHMAP=y | ||
97 | CONFIG_ETRAX_PTABLE_SECTOR=65536 | ||
98 | CONFIG_MTD=y | ||
99 | CONFIG_MTD_CFI=y | ||
100 | # CONFIG_MTD_CFI_INTELEXT is not set | ||
101 | CONFIG_MTD_CFI_AMDSTD=y | ||
102 | CONFIG_MTD_CHAR=y | ||
103 | CONFIG_MTD_BLOCK=y | ||
104 | CONFIG_ETRAX_I2C=y | ||
105 | CONFIG_ETRAX_I2C_USES_PB_NOT_PB_I2C=y | ||
106 | # CONFIG_ETRAX_I2C_EEPROM is not set | ||
107 | CONFIG_ETRAX_GPIO=y | ||
108 | CONFIG_ETRAX_PA_BUTTON_BITMASK=02 | ||
109 | CONFIG_ETRAX_PA_CHANGEABLE_DIR=00 | ||
110 | CONFIG_ETRAX_PA_CHANGEABLE_BITS=FF | ||
111 | CONFIG_ETRAX_PB_CHANGEABLE_DIR=00 | ||
112 | CONFIG_ETRAX_PB_CHANGEABLE_BITS=FF | ||
113 | # CONFIG_ETRAX_USB_HOST is not set | ||
114 | # CONFIG_USB is not set | ||
115 | # CONFIG_ETRAX_DS1302 is not set | ||
116 | |||
117 | # | ||
118 | # Memory Technology Devices (MTD) | ||
119 | # | ||
120 | CONFIG_MTD=y | ||
121 | # CONFIG_MTD_DEBUG is not set | ||
122 | |||
123 | # | ||
124 | # Disk-On-Chip Device Drivers | ||
125 | # | ||
126 | # CONFIG_MTD_DOC1000 is not set | ||
127 | # CONFIG_MTD_DOC2000 is not set | ||
128 | # CONFIG_MTD_DOC2001 is not set | ||
129 | # CONFIG_MTD_DOCPROBE is not set | ||
130 | |||
131 | # | ||
132 | # RAM/ROM Device Drivers | ||
133 | # | ||
134 | # CONFIG_MTD_PMC551 is not set | ||
135 | # CONFIG_MTD_SLRAM is not set | ||
136 | # CONFIG_MTD_RAM is not set | ||
137 | # CONFIG_MTD_ROM is not set | ||
138 | # CONFIG_MTD_MTDRAM is not set | ||
139 | |||
140 | # | ||
141 | # Linearly Mapped Flash Device Drivers | ||
142 | # | ||
143 | CONFIG_MTD_CFI=y | ||
144 | # CONFIG_MTD_CFI_GEOMETRY is not set | ||
145 | # CONFIG_MTD_CFI_INTELEXT is not set | ||
146 | CONFIG_MTD_CFI_AMDSTD=y | ||
147 | # CONFIG_MTD_SHARP is not set | ||
148 | # CONFIG_MTD_PHYSMAP is not set | ||
149 | # CONFIG_MTD_NORA is not set | ||
150 | # CONFIG_MTD_PNC2000 is not set | ||
151 | # CONFIG_MTD_RPXLITE is not set | ||
152 | # CONFIG_MTD_SC520CDP is not set | ||
153 | # CONFIG_MTD_SBC_MEDIAGX is not set | ||
154 | # CONFIG_MTD_ELAN_104NC is not set | ||
155 | # CONFIG_MTD_SA1100 is not set | ||
156 | # CONFIG_MTD_DC21285 is not set | ||
157 | # CONFIG_MTD_CSTM_CFI_JEDEC is not set | ||
158 | # CONFIG_MTD_JEDEC is not set | ||
159 | # CONFIG_MTD_MIXMEM is not set | ||
160 | # CONFIG_MTD_OCTAGON is not set | ||
161 | # CONFIG_MTD_VMAX is not set | ||
162 | |||
163 | # | ||
164 | # NAND Flash Device Drivers | ||
165 | # | ||
166 | # CONFIG_MTD_NAND is not set | ||
167 | # CONFIG_MTD_NAND_SPIA is not set | ||
168 | |||
169 | # | ||
170 | # User Modules And Translation Layers | ||
171 | # | ||
172 | CONFIG_MTD_CHAR=y | ||
173 | CONFIG_MTD_BLOCK=y | ||
174 | # CONFIG_FTL is not set | ||
175 | # CONFIG_NFTL is not set | ||
176 | |||
177 | # | ||
178 | # Parallel port support | ||
179 | # | ||
180 | # CONFIG_PARPORT is not set | ||
181 | |||
182 | # | ||
183 | # Plug and Play configuration | ||
184 | # | ||
185 | # CONFIG_PNP is not set | ||
186 | # CONFIG_ISAPNP is not set | ||
187 | |||
188 | # | ||
189 | # Block devices | ||
190 | # | ||
191 | # CONFIG_BLK_DEV_FD is not set | ||
192 | # CONFIG_BLK_DEV_XD is not set | ||
193 | # CONFIG_PARIDE is not set | ||
194 | # CONFIG_BLK_CPQ_DA is not set | ||
195 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
196 | # CONFIG_BLK_DEV_DAC960 is not set | ||
197 | # CONFIG_BLK_DEV_LOOP is not set | ||
198 | # CONFIG_BLK_DEV_NBD is not set | ||
199 | # CONFIG_BLK_DEV_RAM is not set | ||
200 | # CONFIG_BLK_DEV_INITRD is not set | ||
201 | |||
202 | # | ||
203 | # Networking options | ||
204 | # | ||
205 | # CONFIG_PACKET is not set | ||
206 | # CONFIG_NETLINK is not set | ||
207 | # CONFIG_NETFILTER is not set | ||
208 | # CONFIG_FILTER is not set | ||
209 | CONFIG_UNIX=y | ||
210 | CONFIG_INET=y | ||
211 | # CONFIG_IP_MULTICAST is not set | ||
212 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
213 | # CONFIG_IP_PNP is not set | ||
214 | # CONFIG_NET_IPIP is not set | ||
215 | # CONFIG_NET_IPGRE is not set | ||
216 | # CONFIG_INET_ECN is not set | ||
217 | # CONFIG_SYN_COOKIES is not set | ||
218 | # CONFIG_IPV6 is not set | ||
219 | # CONFIG_KHTTPD is not set | ||
220 | # CONFIG_ATM is not set | ||
221 | # CONFIG_IPX is not set | ||
222 | # CONFIG_ATALK is not set | ||
223 | # CONFIG_DECNET is not set | ||
224 | # CONFIG_BRIDGE is not set | ||
225 | # CONFIG_X25 is not set | ||
226 | # CONFIG_LAPB is not set | ||
227 | # CONFIG_LLC is not set | ||
228 | # CONFIG_NET_DIVERT is not set | ||
229 | # CONFIG_ECONET is not set | ||
230 | # CONFIG_WAN_ROUTER is not set | ||
231 | # CONFIG_NET_HW_FLOWCONTROL is not set | ||
232 | |||
233 | # | ||
234 | # QoS and/or fair queueing | ||
235 | # | ||
236 | # CONFIG_NET_SCHED is not set | ||
237 | |||
238 | # | ||
239 | # Telephony Support | ||
240 | # | ||
241 | # CONFIG_PHONE is not set | ||
242 | # CONFIG_PHONE_IXJ is not set | ||
243 | |||
244 | # | ||
245 | # ATA/IDE/MFM/RLL support | ||
246 | # | ||
247 | # CONFIG_IDE is not set | ||
248 | |||
249 | # | ||
250 | # IDE, ATA and ATAPI Block devices | ||
251 | # | ||
252 | # CONFIG_BLK_DEV_IDE is not set | ||
253 | # CONFIG_BLK_DEV_HD_IDE is not set | ||
254 | # CONFIG_BLK_DEV_HD is not set | ||
255 | # CONFIG_BLK_DEV_IDEDISK is not set | ||
256 | # CONFIG_IDEDISK_MULTI_MODE is not set | ||
257 | # CONFIG_BLK_DEV_IDECS is not set | ||
258 | # CONFIG_BLK_DEV_IDECD is not set | ||
259 | # CONFIG_BLK_DEV_IDETAPE is not set | ||
260 | # CONFIG_BLK_DEV_IDEFLOPPY is not set | ||
261 | # CONFIG_BLK_DEV_IDESCSI is not set | ||
262 | # CONFIG_BLK_DEV_CMD640 is not set | ||
263 | # CONFIG_BLK_DEV_CMD640_ENHANCED is not set | ||
264 | # CONFIG_BLK_DEV_ISAPNP is not set | ||
265 | # CONFIG_IDE_CHIPSETS is not set | ||
266 | # CONFIG_IDEDMA_AUTO is not set | ||
267 | # CONFIG_BLK_DEV_IDE_MODES is not set | ||
268 | |||
269 | # | ||
270 | # SCSI support | ||
271 | # | ||
272 | # CONFIG_SCSI is not set | ||
273 | |||
274 | # | ||
275 | # I2O device support | ||
276 | # | ||
277 | # CONFIG_I2O is not set | ||
278 | # CONFIG_I2O_BLOCK is not set | ||
279 | # CONFIG_I2O_LAN is not set | ||
280 | # CONFIG_I2O_SCSI is not set | ||
281 | # CONFIG_I2O_PROC is not set | ||
282 | |||
283 | # | ||
284 | # Network device support | ||
285 | # | ||
286 | CONFIG_NETDEVICES=y | ||
287 | |||
288 | # | ||
289 | # ARCnet devices | ||
290 | # | ||
291 | # CONFIG_ARCNET is not set | ||
292 | # CONFIG_DUMMY is not set | ||
293 | # CONFIG_BONDING is not set | ||
294 | # CONFIG_EQUALIZER is not set | ||
295 | # CONFIG_TUN is not set | ||
296 | # CONFIG_NET_SB1000 is not set | ||
297 | |||
298 | # | ||
299 | # Ethernet (10 or 100Mbit) | ||
300 | # | ||
301 | CONFIG_NET_ETHERNET=y | ||
302 | # CONFIG_NET_VENDOR_3COM is not set | ||
303 | # CONFIG_LANCE is not set | ||
304 | # CONFIG_NET_VENDOR_SMC is not set | ||
305 | # CONFIG_NET_VENDOR_RACAL is not set | ||
306 | # CONFIG_AT1700 is not set | ||
307 | # CONFIG_DEPCA is not set | ||
308 | # CONFIG_NET_ISA is not set | ||
309 | # CONFIG_NET_PCI is not set | ||
310 | # CONFIG_NET_POCKET is not set | ||
311 | |||
312 | # | ||
313 | # Ethernet (1000 Mbit) | ||
314 | # | ||
315 | # CONFIG_ACENIC is not set | ||
316 | # CONFIG_HAMACHI is not set | ||
317 | # CONFIG_YELLOWFIN is not set | ||
318 | # CONFIG_SK98LIN is not set | ||
319 | # CONFIG_FDDI is not set | ||
320 | # CONFIG_HIPPI is not set | ||
321 | # CONFIG_PLIP is not set | ||
322 | # CONFIG_PPP is not set | ||
323 | # CONFIG_SLIP is not set | ||
324 | |||
325 | # | ||
326 | # Wireless LAN (non-hamradio) | ||
327 | # | ||
328 | # CONFIG_NET_RADIO is not set | ||
329 | |||
330 | # | ||
331 | # Token Ring devices | ||
332 | # | ||
333 | # CONFIG_TR is not set | ||
334 | # CONFIG_NET_FC is not set | ||
335 | # CONFIG_RCPCI is not set | ||
336 | # CONFIG_SHAPER is not set | ||
337 | |||
338 | # | ||
339 | # Wan interfaces | ||
340 | # | ||
341 | # CONFIG_WAN is not set | ||
342 | |||
343 | # | ||
344 | # Amateur Radio support | ||
345 | # | ||
346 | # CONFIG_HAMRADIO is not set | ||
347 | |||
348 | # | ||
349 | # IrDA (infrared) support | ||
350 | # | ||
351 | # CONFIG_IRDA is not set | ||
352 | |||
353 | # | ||
354 | # ISDN subsystem | ||
355 | # | ||
356 | # CONFIG_ISDN is not set | ||
357 | |||
358 | # | ||
359 | # CD-ROM drivers (not for SCSI or IDE/ATAPI drives) | ||
360 | # | ||
361 | # CONFIG_CD_NO_IDESCSI is not set | ||
362 | |||
363 | # | ||
364 | # Input core support | ||
365 | # | ||
366 | # CONFIG_INPUT is not set | ||
367 | |||
368 | # | ||
369 | # Character devices | ||
370 | # | ||
371 | # CONFIG_VT is not set | ||
372 | # CONFIG_SERIAL is not set | ||
373 | # CONFIG_SERIAL_EXTENDED is not set | ||
374 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
375 | # CONFIG_UNIX98_PTYS is not set | ||
376 | |||
377 | # | ||
378 | # I2C support | ||
379 | # | ||
380 | # CONFIG_I2C is not set | ||
381 | |||
382 | # | ||
383 | # Mice | ||
384 | # | ||
385 | # CONFIG_BUSMOUSE is not set | ||
386 | # CONFIG_MOUSE is not set | ||
387 | |||
388 | # | ||
389 | # Joysticks | ||
390 | # | ||
391 | # CONFIG_JOYSTICK is not set | ||
392 | # CONFIG_QIC02_TAPE is not set | ||
393 | |||
394 | # | ||
395 | # Watchdog Cards | ||
396 | # | ||
397 | # CONFIG_WATCHDOG is not set | ||
398 | # CONFIG_INTEL_RNG is not set | ||
399 | # CONFIG_NVRAM is not set | ||
400 | # CONFIG_RTC is not set | ||
401 | # CONFIG_DTLK is not set | ||
402 | # CONFIG_R3964 is not set | ||
403 | # CONFIG_APPLICOM is not set | ||
404 | |||
405 | # | ||
406 | # Ftape, the floppy tape device driver | ||
407 | # | ||
408 | # CONFIG_FTAPE is not set | ||
409 | # CONFIG_AGP is not set | ||
410 | # CONFIG_DRM is not set | ||
411 | |||
412 | # | ||
413 | # Multimedia devices | ||
414 | # | ||
415 | # CONFIG_VIDEO_DEV is not set | ||
416 | |||
417 | # | ||
418 | # File systems | ||
419 | # | ||
420 | # CONFIG_QUOTA is not set | ||
421 | # CONFIG_AUTOFS_FS is not set | ||
422 | # CONFIG_AUTOFS4_FS is not set | ||
423 | # CONFIG_ADFS_FS is not set | ||
424 | # CONFIG_ADFS_FS_RW is not set | ||
425 | # CONFIG_AFFS_FS is not set | ||
426 | # CONFIG_HFS_FS is not set | ||
427 | # CONFIG_BFS_FS is not set | ||
428 | # CONFIG_FAT_FS is not set | ||
429 | # CONFIG_MSDOS_FS is not set | ||
430 | # CONFIG_VFAT_FS is not set | ||
431 | # CONFIG_EFS_FS is not set | ||
432 | # CONFIG_JFFS_FS is not set | ||
433 | CONFIG_CRAMFS=y | ||
434 | CONFIG_RAMFS=y | ||
435 | # CONFIG_ISO9660_FS is not set | ||
436 | # CONFIG_JOLIET is not set | ||
437 | # CONFIG_MINIX_FS is not set | ||
438 | # CONFIG_NTFS_FS is not set | ||
439 | # CONFIG_NTFS_DEBUG is not set | ||
440 | # CONFIG_NTFS_RW is not set | ||
441 | # CONFIG_HPFS_FS is not set | ||
442 | CONFIG_PROC_FS=y | ||
443 | # CONFIG_DEVFS_FS is not set | ||
444 | # CONFIG_DEVFS_MOUNT is not set | ||
445 | # CONFIG_DEVFS_DEBUG is not set | ||
446 | # CONFIG_DEVPTS_FS is not set | ||
447 | # CONFIG_QNX4FS_FS is not set | ||
448 | # CONFIG_QNX4FS_RW is not set | ||
449 | # CONFIG_ROMFS_FS is not set | ||
450 | # CONFIG_EXT2_FS is not set | ||
451 | # CONFIG_SYSV_FS is not set | ||
452 | # CONFIG_SYSV_FS_WRITE is not set | ||
453 | # CONFIG_UDF_FS is not set | ||
454 | # CONFIG_UDF_RW is not set | ||
455 | # CONFIG_UFS_FS is not set | ||
456 | # CONFIG_UFS_FS_WRITE is not set | ||
457 | |||
458 | # | ||
459 | # Network File Systems | ||
460 | # | ||
461 | # CONFIG_CODA_FS is not set | ||
462 | # CONFIG_NFS_FS is not set | ||
463 | # CONFIG_NFS_V3 is not set | ||
464 | # CONFIG_ROOT_NFS is not set | ||
465 | # CONFIG_NFSD is not set | ||
466 | # CONFIG_NFSD_V3 is not set | ||
467 | # CONFIG_SUNRPC is not set | ||
468 | # CONFIG_LOCKD is not set | ||
469 | # CONFIG_SMB_FS is not set | ||
470 | # CONFIG_NCP_FS is not set | ||
471 | # CONFIG_NCPFS_PACKET_SIGNING is not set | ||
472 | # CONFIG_NCPFS_IOCTL_LOCKING is not set | ||
473 | # CONFIG_NCPFS_STRONG is not set | ||
474 | # CONFIG_NCPFS_NFS_NS is not set | ||
475 | # CONFIG_NCPFS_OS2_NS is not set | ||
476 | # CONFIG_NCPFS_SMALLDOS is not set | ||
477 | # CONFIG_NCPFS_MOUNT_SUBDIR is not set | ||
478 | # CONFIG_NCPFS_NDS_DOMAINS is not set | ||
479 | # CONFIG_NCPFS_NLS is not set | ||
480 | # CONFIG_NCPFS_EXTRAS is not set | ||
481 | |||
482 | # | ||
483 | # Partition Types | ||
484 | # | ||
485 | # CONFIG_PARTITION_ADVANCED is not set | ||
486 | CONFIG_MSDOS_PARTITION=y | ||
487 | # CONFIG_NLS is not set | ||
488 | |||
489 | # | ||
490 | # Sound | ||
491 | # | ||
492 | # CONFIG_SOUND is not set | ||
493 | |||
494 | # | ||
495 | # USB support | ||
496 | # | ||
497 | # CONFIG_USB is not set | ||
498 | |||
499 | # | ||
500 | # Kernel hacking | ||
501 | # | ||
502 | # CONFIG_PROFILE is not set | ||