diff options
author | Kumar Gala <galak@freescale.com> | 2005-09-03 18:55:22 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 03:05:53 -0400 |
commit | b8bc6cedb272542ca401dfb01b17bf11ecb56a8c (patch) | |
tree | 14d1211609efcc0dad4373421b28df4aede13a1b /arch/ppc | |
parent | f4f1269cb36adfb452c04dcb3d40f51b8a1956bb (diff) |
[PATCH] ppc32: Remove board support for BEECH
Support for the BEECH board is no longer maintained and thus being removed
Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ppc')
-rw-r--r-- | arch/ppc/boot/simple/embed_config.c | 19 | ||||
-rw-r--r-- | arch/ppc/configs/beech_defconfig | 615 |
2 files changed, 1 insertions, 633 deletions
diff --git a/arch/ppc/boot/simple/embed_config.c b/arch/ppc/boot/simple/embed_config.c index 8dd5fb0fb775..f6ce7e74f872 100644 --- a/arch/ppc/boot/simple/embed_config.c +++ b/arch/ppc/boot/simple/embed_config.c | |||
@@ -784,28 +784,12 @@ embed_config(bd_t ** bdp) | |||
784 | #ifdef CONFIG_IBM_OPENBIOS | 784 | #ifdef CONFIG_IBM_OPENBIOS |
785 | /* This could possibly work for all treeboot roms. | 785 | /* This could possibly work for all treeboot roms. |
786 | */ | 786 | */ |
787 | #if defined(CONFIG_BEECH) || defined(CONFIG_BUBINGA) | 787 | #if defined(CONFIG_BUBINGA) |
788 | #define BOARD_INFO_VECTOR 0xFFF80B50 /* openbios 1.19 moved this vector down - armin */ | 788 | #define BOARD_INFO_VECTOR 0xFFF80B50 /* openbios 1.19 moved this vector down - armin */ |
789 | #else | 789 | #else |
790 | #define BOARD_INFO_VECTOR 0xFFFE0B50 | 790 | #define BOARD_INFO_VECTOR 0xFFFE0B50 |
791 | #endif | 791 | #endif |
792 | 792 | ||
793 | #ifdef CONFIG_BEECH | ||
794 | static void | ||
795 | get_board_info(bd_t **bdp) | ||
796 | { | ||
797 | typedef void (*PFV)(bd_t *bd); | ||
798 | ((PFV)(*(unsigned long *)BOARD_INFO_VECTOR))(*bdp); | ||
799 | return; | ||
800 | } | ||
801 | |||
802 | void | ||
803 | embed_config(bd_t **bdp) | ||
804 | { | ||
805 | *bdp = &bdinfo; | ||
806 | get_board_info(bdp); | ||
807 | } | ||
808 | #else /* !CONFIG_BEECH */ | ||
809 | void | 793 | void |
810 | embed_config(bd_t **bdp) | 794 | embed_config(bd_t **bdp) |
811 | { | 795 | { |
@@ -860,7 +844,6 @@ embed_config(bd_t **bdp) | |||
860 | #endif | 844 | #endif |
861 | timebase_period_ns = 1000000000 / bd->bi_tbfreq; | 845 | timebase_period_ns = 1000000000 / bd->bi_tbfreq; |
862 | } | 846 | } |
863 | #endif /* CONFIG_BEECH */ | ||
864 | #endif /* CONFIG_IBM_OPENBIOS */ | 847 | #endif /* CONFIG_IBM_OPENBIOS */ |
865 | 848 | ||
866 | #ifdef CONFIG_EP405 | 849 | #ifdef CONFIG_EP405 |
diff --git a/arch/ppc/configs/beech_defconfig b/arch/ppc/configs/beech_defconfig deleted file mode 100644 index 0bd671bdceb4..000000000000 --- a/arch/ppc/configs/beech_defconfig +++ /dev/null | |||
@@ -1,615 +0,0 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # | ||
4 | CONFIG_MMU=y | ||
5 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | ||
6 | CONFIG_HAVE_DEC_LOCK=y | ||
7 | CONFIG_PPC=y | ||
8 | CONFIG_PPC32=y | ||
9 | |||
10 | # | ||
11 | # Code maturity level options | ||
12 | # | ||
13 | CONFIG_EXPERIMENTAL=y | ||
14 | CONFIG_CLEAN_COMPILE=y | ||
15 | # CONFIG_STANDALONE is not set | ||
16 | CONFIG_BROKEN_ON_SMP=y | ||
17 | |||
18 | # | ||
19 | # General setup | ||
20 | # | ||
21 | # CONFIG_SWAP is not set | ||
22 | CONFIG_SYSVIPC=y | ||
23 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
24 | CONFIG_SYSCTL=y | ||
25 | CONFIG_LOG_BUF_SHIFT=14 | ||
26 | # CONFIG_IKCONFIG is not set | ||
27 | CONFIG_EMBEDDED=y | ||
28 | # CONFIG_KALLSYMS is not set | ||
29 | CONFIG_FUTEX=y | ||
30 | # CONFIG_EPOLL is not set | ||
31 | CONFIG_IOSCHED_NOOP=y | ||
32 | CONFIG_IOSCHED_AS=y | ||
33 | CONFIG_IOSCHED_DEADLINE=y | ||
34 | |||
35 | # | ||
36 | # Loadable module support | ||
37 | # | ||
38 | CONFIG_MODULES=y | ||
39 | CONFIG_MODULE_UNLOAD=y | ||
40 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
41 | CONFIG_OBSOLETE_MODPARM=y | ||
42 | CONFIG_MODVERSIONS=y | ||
43 | CONFIG_KMOD=y | ||
44 | |||
45 | # | ||
46 | # Processor | ||
47 | # | ||
48 | # CONFIG_6xx is not set | ||
49 | CONFIG_40x=y | ||
50 | # CONFIG_44x is not set | ||
51 | # CONFIG_POWER3 is not set | ||
52 | # CONFIG_POWER4 is not set | ||
53 | # CONFIG_8xx is not set | ||
54 | # CONFIG_MATH_EMULATION is not set | ||
55 | # CONFIG_CPU_FREQ is not set | ||
56 | CONFIG_4xx=y | ||
57 | |||
58 | # | ||
59 | # IBM 4xx options | ||
60 | # | ||
61 | # CONFIG_ASH is not set | ||
62 | CONFIG_BEECH=y | ||
63 | # CONFIG_CEDAR is not set | ||
64 | # CONFIG_CPCI405 is not set | ||
65 | # CONFIG_EP405 is not set | ||
66 | # CONFIG_OAK is not set | ||
67 | # CONFIG_REDWOOD_4 is not set | ||
68 | # CONFIG_REDWOOD_5 is not set | ||
69 | # CONFIG_REDWOOD_6 is not set | ||
70 | # CONFIG_SYCAMORE is not set | ||
71 | # CONFIG_TIVO is not set | ||
72 | # CONFIG_WALNUT is not set | ||
73 | CONFIG_IBM405_ERR77=y | ||
74 | CONFIG_IBM405_ERR51=y | ||
75 | CONFIG_IBM_OCP=y | ||
76 | CONFIG_IBM_OPENBIOS=y | ||
77 | CONFIG_405_DMA=y | ||
78 | # CONFIG_PM is not set | ||
79 | CONFIG_UART0_TTYS0=y | ||
80 | # CONFIG_UART0_TTYS1 is not set | ||
81 | CONFIG_NOT_COHERENT_CACHE=y | ||
82 | |||
83 | # | ||
84 | # Platform options | ||
85 | # | ||
86 | # CONFIG_PC_KEYBOARD is not set | ||
87 | # CONFIG_SMP is not set | ||
88 | # CONFIG_PREEMPT is not set | ||
89 | # CONFIG_HIGHMEM is not set | ||
90 | CONFIG_KERNEL_ELF=y | ||
91 | CONFIG_BINFMT_ELF=y | ||
92 | # CONFIG_BINFMT_MISC is not set | ||
93 | # CONFIG_CMDLINE_BOOL is not set | ||
94 | |||
95 | # | ||
96 | # Bus options | ||
97 | # | ||
98 | # CONFIG_PCI is not set | ||
99 | # CONFIG_PCI_DOMAINS is not set | ||
100 | # CONFIG_HOTPLUG is not set | ||
101 | |||
102 | # | ||
103 | # Parallel port support | ||
104 | # | ||
105 | # CONFIG_PARPORT is not set | ||
106 | |||
107 | # | ||
108 | # Advanced setup | ||
109 | # | ||
110 | # CONFIG_ADVANCED_OPTIONS is not set | ||
111 | |||
112 | # | ||
113 | # Default settings for advanced configuration options are used | ||
114 | # | ||
115 | CONFIG_HIGHMEM_START=0xfe000000 | ||
116 | CONFIG_LOWMEM_SIZE=0x30000000 | ||
117 | CONFIG_KERNEL_START=0xc0000000 | ||
118 | CONFIG_TASK_SIZE=0x80000000 | ||
119 | CONFIG_BOOT_LOAD=0x00400000 | ||
120 | |||
121 | # | ||
122 | # Generic Driver Options | ||
123 | # | ||
124 | |||
125 | # | ||
126 | # Memory Technology Devices (MTD) | ||
127 | # | ||
128 | CONFIG_MTD=y | ||
129 | # CONFIG_MTD_DEBUG is not set | ||
130 | CONFIG_MTD_PARTITIONS=y | ||
131 | # CONFIG_MTD_CONCAT is not set | ||
132 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
133 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
134 | |||
135 | # | ||
136 | # User Modules And Translation Layers | ||
137 | # | ||
138 | CONFIG_MTD_CHAR=y | ||
139 | CONFIG_MTD_BLOCK=y | ||
140 | # CONFIG_FTL is not set | ||
141 | # CONFIG_NFTL is not set | ||
142 | # CONFIG_INFTL is not set | ||
143 | |||
144 | # | ||
145 | # RAM/ROM/Flash chip drivers | ||
146 | # | ||
147 | CONFIG_MTD_CFI=y | ||
148 | CONFIG_MTD_JEDECPROBE=y | ||
149 | CONFIG_MTD_GEN_PROBE=y | ||
150 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | ||
151 | # CONFIG_MTD_CFI_INTELEXT is not set | ||
152 | CONFIG_MTD_CFI_AMDSTD=y | ||
153 | # CONFIG_MTD_CFI_STAA is not set | ||
154 | # CONFIG_MTD_RAM is not set | ||
155 | # CONFIG_MTD_ROM is not set | ||
156 | # CONFIG_MTD_ABSENT is not set | ||
157 | # CONFIG_MTD_OBSOLETE_CHIPS is not set | ||
158 | |||
159 | # | ||
160 | # Mapping drivers for chip access | ||
161 | # | ||
162 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
163 | # CONFIG_MTD_PHYSMAP is not set | ||
164 | CONFIG_MTD_BEECH=y | ||
165 | |||
166 | # | ||
167 | # Self-contained MTD device drivers | ||
168 | # | ||
169 | # CONFIG_MTD_SLRAM is not set | ||
170 | # CONFIG_MTD_MTDRAM is not set | ||
171 | # CONFIG_MTD_BLKMTD is not set | ||
172 | |||
173 | # | ||
174 | # Disk-On-Chip Device Drivers | ||
175 | # | ||
176 | # CONFIG_MTD_DOC2000 is not set | ||
177 | # CONFIG_MTD_DOC2001 is not set | ||
178 | # CONFIG_MTD_DOC2001PLUS is not set | ||
179 | |||
180 | # | ||
181 | # NAND Flash Device Drivers | ||
182 | # | ||
183 | # CONFIG_MTD_NAND is not set | ||
184 | |||
185 | # | ||
186 | # Plug and Play support | ||
187 | # | ||
188 | # CONFIG_PNP is not set | ||
189 | |||
190 | # | ||
191 | # Block devices | ||
192 | # | ||
193 | CONFIG_BLK_DEV_LOOP=y | ||
194 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
195 | # CONFIG_BLK_DEV_NBD is not set | ||
196 | CONFIG_BLK_DEV_RAM=y | ||
197 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
198 | CONFIG_BLK_DEV_INITRD=y | ||
199 | # CONFIG_LBD is not set | ||
200 | |||
201 | # | ||
202 | # Multi-device support (RAID and LVM) | ||
203 | # | ||
204 | # CONFIG_MD is not set | ||
205 | |||
206 | # | ||
207 | # ATA/ATAPI/MFM/RLL support | ||
208 | # | ||
209 | # CONFIG_IDE is not set | ||
210 | |||
211 | # | ||
212 | # SCSI device support | ||
213 | # | ||
214 | # CONFIG_SCSI is not set | ||
215 | |||
216 | # | ||
217 | # Fusion MPT device support | ||
218 | # | ||
219 | |||
220 | # | ||
221 | # I2O device support | ||
222 | # | ||
223 | |||
224 | # | ||
225 | # Networking support | ||
226 | # | ||
227 | CONFIG_NET=y | ||
228 | |||
229 | # | ||
230 | # Networking options | ||
231 | # | ||
232 | # CONFIG_PACKET is not set | ||
233 | # CONFIG_NETLINK_DEV is not set | ||
234 | CONFIG_UNIX=y | ||
235 | # CONFIG_NET_KEY is not set | ||
236 | CONFIG_INET=y | ||
237 | CONFIG_IP_MULTICAST=y | ||
238 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
239 | CONFIG_IP_PNP=y | ||
240 | # CONFIG_IP_PNP_DHCP is not set | ||
241 | CONFIG_IP_PNP_BOOTP=y | ||
242 | CONFIG_IP_PNP_RARP=y | ||
243 | # CONFIG_NET_IPIP is not set | ||
244 | # CONFIG_NET_IPGRE is not set | ||
245 | # CONFIG_IP_MROUTE is not set | ||
246 | # CONFIG_ARPD is not set | ||
247 | # CONFIG_INET_ECN is not set | ||
248 | CONFIG_SYN_COOKIES=y | ||
249 | # CONFIG_INET_AH is not set | ||
250 | # CONFIG_INET_ESP is not set | ||
251 | # CONFIG_INET_IPCOMP is not set | ||
252 | # CONFIG_IPV6 is not set | ||
253 | # CONFIG_DECNET is not set | ||
254 | # CONFIG_BRIDGE is not set | ||
255 | # CONFIG_NETFILTER is not set | ||
256 | |||
257 | # | ||
258 | # SCTP Configuration (EXPERIMENTAL) | ||
259 | # | ||
260 | CONFIG_IPV6_SCTP__=y | ||
261 | # CONFIG_IP_SCTP is not set | ||
262 | # CONFIG_ATM is not set | ||
263 | # CONFIG_VLAN_8021Q is not set | ||
264 | # CONFIG_LLC2 is not set | ||
265 | # CONFIG_IPX is not set | ||
266 | # CONFIG_ATALK is not set | ||
267 | # CONFIG_X25 is not set | ||
268 | # CONFIG_LAPB is not set | ||
269 | # CONFIG_NET_DIVERT is not set | ||
270 | # CONFIG_ECONET is not set | ||
271 | # CONFIG_WAN_ROUTER is not set | ||
272 | # CONFIG_NET_HW_FLOWCONTROL is not set | ||
273 | |||
274 | # | ||
275 | # QoS and/or fair queueing | ||
276 | # | ||
277 | # CONFIG_NET_SCHED is not set | ||
278 | |||
279 | # | ||
280 | # Network testing | ||
281 | # | ||
282 | # CONFIG_NET_PKTGEN is not set | ||
283 | CONFIG_NETDEVICES=y | ||
284 | # CONFIG_DUMMY is not set | ||
285 | # CONFIG_BONDING is not set | ||
286 | # CONFIG_EQUALIZER is not set | ||
287 | # CONFIG_TUN is not set | ||
288 | |||
289 | # | ||
290 | # Ethernet (10 or 100Mbit) | ||
291 | # | ||
292 | CONFIG_NET_ETHERNET=y | ||
293 | # CONFIG_MII is not set | ||
294 | # CONFIG_OAKNET is not set | ||
295 | |||
296 | # | ||
297 | # Ethernet (1000 Mbit) | ||
298 | # | ||
299 | |||
300 | # | ||
301 | # Ethernet (10000 Mbit) | ||
302 | # | ||
303 | # CONFIG_PPP is not set | ||
304 | # CONFIG_SLIP is not set | ||
305 | |||
306 | # | ||
307 | # Wireless LAN (non-hamradio) | ||
308 | # | ||
309 | # CONFIG_NET_RADIO is not set | ||
310 | |||
311 | # | ||
312 | # Token Ring devices | ||
313 | # | ||
314 | # CONFIG_SHAPER is not set | ||
315 | |||
316 | # | ||
317 | # Wan interfaces | ||
318 | # | ||
319 | # CONFIG_WAN is not set | ||
320 | |||
321 | # | ||
322 | # Amateur Radio support | ||
323 | # | ||
324 | # CONFIG_HAMRADIO is not set | ||
325 | |||
326 | # | ||
327 | # IrDA (infrared) support | ||
328 | # | ||
329 | # CONFIG_IRDA is not set | ||
330 | |||
331 | # | ||
332 | # Bluetooth support | ||
333 | # | ||
334 | # CONFIG_BT is not set | ||
335 | |||
336 | # | ||
337 | # ISDN subsystem | ||
338 | # | ||
339 | # CONFIG_ISDN_BOOL is not set | ||
340 | |||
341 | # | ||
342 | # Graphics support | ||
343 | # | ||
344 | CONFIG_FB=y | ||
345 | # CONFIG_FB_CT65550 is not set | ||
346 | # CONFIG_FB_S3TRIO is not set | ||
347 | # CONFIG_FB_VGA16 is not set | ||
348 | # CONFIG_FB_VIRTUAL is not set | ||
349 | |||
350 | # | ||
351 | # Logo configuration | ||
352 | # | ||
353 | # CONFIG_LOGO is not set | ||
354 | |||
355 | # | ||
356 | # Input device support | ||
357 | # | ||
358 | CONFIG_INPUT=y | ||
359 | |||
360 | # | ||
361 | # Userland interfaces | ||
362 | # | ||
363 | # CONFIG_INPUT_MOUSEDEV is not set | ||
364 | # CONFIG_INPUT_JOYDEV is not set | ||
365 | # CONFIG_INPUT_TSDEV is not set | ||
366 | # CONFIG_INPUT_EVDEV is not set | ||
367 | # CONFIG_INPUT_EVBUG is not set | ||
368 | |||
369 | # | ||
370 | # Input I/O drivers | ||
371 | # | ||
372 | # CONFIG_GAMEPORT is not set | ||
373 | CONFIG_SOUND_GAMEPORT=y | ||
374 | CONFIG_SERIO=y | ||
375 | # CONFIG_SERIO_I8042 is not set | ||
376 | # CONFIG_SERIO_SERPORT is not set | ||
377 | # CONFIG_SERIO_CT82C710 is not set | ||
378 | |||
379 | # | ||
380 | # Input Device Drivers | ||
381 | # | ||
382 | # CONFIG_INPUT_KEYBOARD is not set | ||
383 | # CONFIG_INPUT_MOUSE is not set | ||
384 | # CONFIG_INPUT_JOYSTICK is not set | ||
385 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
386 | # CONFIG_INPUT_MISC is not set | ||
387 | |||
388 | # | ||
389 | # Macintosh device drivers | ||
390 | # | ||
391 | |||
392 | # | ||
393 | # Character devices | ||
394 | # | ||
395 | # CONFIG_VT is not set | ||
396 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
397 | |||
398 | # | ||
399 | # Serial drivers | ||
400 | # | ||
401 | CONFIG_SERIAL_8250=y | ||
402 | CONFIG_SERIAL_8250_CONSOLE=y | ||
403 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
404 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
405 | |||
406 | # | ||
407 | # Non-8250 serial port support | ||
408 | # | ||
409 | CONFIG_SERIAL_CORE=y | ||
410 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
411 | CONFIG_UNIX98_PTYS=y | ||
412 | CONFIG_UNIX98_PTY_COUNT=256 | ||
413 | |||
414 | # | ||
415 | # I2C support | ||
416 | # | ||
417 | CONFIG_I2C=y | ||
418 | # CONFIG_I2C_CHARDEV is not set | ||
419 | |||
420 | # | ||
421 | # I2C Algorithms | ||
422 | # | ||
423 | # CONFIG_I2C_ALGOBIT is not set | ||
424 | # CONFIG_I2C_ALGOPCF is not set | ||
425 | |||
426 | # | ||
427 | # I2C Hardware Bus support | ||
428 | # | ||
429 | # CONFIG_I2C_AMD756 is not set | ||
430 | # CONFIG_I2C_AMD8111 is not set | ||
431 | CONFIG_I2C_IBM_IIC=y | ||
432 | |||
433 | # | ||
434 | # I2C Hardware Sensors Chip support | ||
435 | # | ||
436 | # CONFIG_I2C_SENSOR is not set | ||
437 | # CONFIG_SENSORS_ADM1021 is not set | ||
438 | # CONFIG_SENSORS_EEPROM is not set | ||
439 | # CONFIG_SENSORS_IT87 is not set | ||
440 | # CONFIG_SENSORS_LM75 is not set | ||
441 | # CONFIG_SENSORS_LM78 is not set | ||
442 | # CONFIG_SENSORS_LM85 is not set | ||
443 | # CONFIG_SENSORS_VIA686A is not set | ||
444 | # CONFIG_SENSORS_W83781D is not set | ||
445 | |||
446 | # | ||
447 | # Mice | ||
448 | # | ||
449 | # CONFIG_BUSMOUSE is not set | ||
450 | # CONFIG_QIC02_TAPE is not set | ||
451 | |||
452 | # | ||
453 | # IPMI | ||
454 | # | ||
455 | # CONFIG_IPMI_HANDLER is not set | ||
456 | |||
457 | # | ||
458 | # Watchdog Cards | ||
459 | # | ||
460 | # CONFIG_WATCHDOG is not set | ||
461 | # CONFIG_NVRAM is not set | ||
462 | CONFIG_GEN_RTC=y | ||
463 | # CONFIG_GEN_RTC_X is not set | ||
464 | # CONFIG_DTLK is not set | ||
465 | # CONFIG_R3964 is not set | ||
466 | # CONFIG_APPLICOM is not set | ||
467 | |||
468 | # | ||
469 | # Ftape, the floppy tape device driver | ||
470 | # | ||
471 | # CONFIG_FTAPE is not set | ||
472 | # CONFIG_AGP is not set | ||
473 | # CONFIG_DRM is not set | ||
474 | # CONFIG_RAW_DRIVER is not set | ||
475 | |||
476 | # | ||
477 | # Multimedia devices | ||
478 | # | ||
479 | # CONFIG_VIDEO_DEV is not set | ||
480 | |||
481 | # | ||
482 | # Digital Video Broadcasting Devices | ||
483 | # | ||
484 | # CONFIG_DVB is not set | ||
485 | |||
486 | # | ||
487 | # File systems | ||
488 | # | ||
489 | CONFIG_EXT2_FS=y | ||
490 | # CONFIG_EXT2_FS_XATTR is not set | ||
491 | # CONFIG_EXT3_FS is not set | ||
492 | # CONFIG_JBD is not set | ||
493 | # CONFIG_REISERFS_FS is not set | ||
494 | # CONFIG_JFS_FS is not set | ||
495 | # CONFIG_XFS_FS is not set | ||
496 | # CONFIG_MINIX_FS is not set | ||
497 | # CONFIG_ROMFS_FS is not set | ||
498 | # CONFIG_QUOTA is not set | ||
499 | # CONFIG_AUTOFS_FS is not set | ||
500 | # CONFIG_AUTOFS4_FS is not set | ||
501 | |||
502 | # | ||
503 | # CD-ROM/DVD Filesystems | ||
504 | # | ||
505 | # CONFIG_ISO9660_FS is not set | ||
506 | # CONFIG_UDF_FS is not set | ||
507 | |||
508 | # | ||
509 | # DOS/FAT/NT Filesystems | ||
510 | # | ||
511 | # CONFIG_FAT_FS is not set | ||
512 | # CONFIG_NTFS_FS is not set | ||
513 | |||
514 | # | ||
515 | # Pseudo filesystems | ||
516 | # | ||
517 | CONFIG_PROC_FS=y | ||
518 | CONFIG_PROC_KCORE=y | ||
519 | CONFIG_DEVFS_FS=y | ||
520 | # CONFIG_DEVFS_MOUNT is not set | ||
521 | # CONFIG_DEVFS_DEBUG is not set | ||
522 | CONFIG_DEVPTS_FS=y | ||
523 | # CONFIG_DEVPTS_FS_XATTR is not set | ||
524 | CONFIG_TMPFS=y | ||
525 | # CONFIG_HUGETLB_PAGE is not set | ||
526 | CONFIG_RAMFS=y | ||
527 | |||
528 | # | ||
529 | # Miscellaneous filesystems | ||
530 | # | ||
531 | # CONFIG_ADFS_FS is not set | ||
532 | # CONFIG_AFFS_FS is not set | ||
533 | # CONFIG_HFS_FS is not set | ||
534 | # CONFIG_BEFS_FS is not set | ||
535 | # CONFIG_BFS_FS is not set | ||
536 | # CONFIG_EFS_FS is not set | ||
537 | # CONFIG_JFFS_FS is not set | ||
538 | # CONFIG_JFFS2_FS is not set | ||
539 | # CONFIG_CRAMFS is not set | ||
540 | # CONFIG_VXFS_FS is not set | ||
541 | # CONFIG_HPFS_FS is not set | ||
542 | # CONFIG_QNX4FS_FS is not set | ||
543 | # CONFIG_SYSV_FS is not set | ||
544 | # CONFIG_UFS_FS is not set | ||
545 | |||
546 | # | ||
547 | # Network File Systems | ||
548 | # | ||
549 | CONFIG_NFS_FS=y | ||
550 | # CONFIG_NFS_V3 is not set | ||
551 | # CONFIG_NFS_V4 is not set | ||
552 | # CONFIG_NFSD is not set | ||
553 | CONFIG_ROOT_NFS=y | ||
554 | CONFIG_LOCKD=y | ||
555 | # CONFIG_EXPORTFS is not set | ||
556 | CONFIG_SUNRPC=y | ||
557 | # CONFIG_SUNRPC_GSS is not set | ||
558 | # CONFIG_SMB_FS is not set | ||
559 | # CONFIG_CIFS is not set | ||
560 | # CONFIG_NCP_FS is not set | ||
561 | # CONFIG_CODA_FS is not set | ||
562 | # CONFIG_INTERMEZZO_FS is not set | ||
563 | # CONFIG_AFS_FS is not set | ||
564 | |||
565 | # | ||
566 | # Partition Types | ||
567 | # | ||
568 | # CONFIG_PARTITION_ADVANCED is not set | ||
569 | CONFIG_MSDOS_PARTITION=y | ||
570 | |||
571 | # | ||
572 | # Sound | ||
573 | # | ||
574 | CONFIG_SOUND=y | ||
575 | |||
576 | # | ||
577 | # Advanced Linux Sound Architecture | ||
578 | # | ||
579 | # CONFIG_SND is not set | ||
580 | |||
581 | # | ||
582 | # Open Sound System | ||
583 | # | ||
584 | # CONFIG_SOUND_PRIME is not set | ||
585 | |||
586 | # | ||
587 | # IBM 40x options | ||
588 | # | ||
589 | |||
590 | # | ||
591 | # USB support | ||
592 | # | ||
593 | # CONFIG_USB_GADGET is not set | ||
594 | |||
595 | # | ||
596 | # Library routines | ||
597 | # | ||
598 | # CONFIG_CRC32 is not set | ||
599 | |||
600 | # | ||
601 | # Kernel hacking | ||
602 | # | ||
603 | # CONFIG_DEBUG_KERNEL is not set | ||
604 | # CONFIG_SERIAL_TEXT_DEBUG is not set | ||
605 | CONFIG_OCP=y | ||
606 | |||
607 | # | ||
608 | # Security options | ||
609 | # | ||
610 | # CONFIG_SECURITY is not set | ||
611 | |||
612 | # | ||
613 | # Cryptographic options | ||
614 | # | ||
615 | # CONFIG_CRYPTO is not set | ||