2.6.31 support (WiP)
[openwrt/staging/chunkeey.git] / target / linux / coldfire / patches / 054-mcfv4e_defconfig_upd.patch
1 From 8a089acdd2f29356883bcbd65622fda8b0a7f276 Mon Sep 17 00:00:00 2001
2 From: Kurt Mahan <kmahan@freescale.com>
3 Date: Thu, 15 May 2008 11:51:00 -0600
4 Subject: [PATCH] Defconfig updates for M54455EVB, M5475EVB and M5485EVB.
5
6 LTIBName: mcfv4e-defconfig-upd
7 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
8 ---
9 arch/m68k/configs/55_defconfig | 830 ++++++++++++++++++++++++++++
10 arch/m68k/configs/m54455evb_defconfig | 2 +-
11 arch/m68k/configs/m5475evb_defconfig | 954 +++++++++++++++++++++++++++++++++
12 arch/m68k/configs/m5485evb_defconfig | 197 ++++----
13 4 files changed, 1889 insertions(+), 94 deletions(-)
14 create mode 100644 arch/m68k/configs/55_defconfig
15 create mode 100644 arch/m68k/configs/m5475evb_defconfig
16
17 --- /dev/null
18 +++ b/arch/m68k/configs/55_defconfig
19 @@ -0,0 +1,830 @@
20 +#
21 +# Automatically generated make config: don't edit
22 +# Linux kernel version: 2.6.25
23 +# Thu Jun 26 16:17:41 2008
24 +#
25 +CONFIG_M68K=y
26 +CONFIG_MMU=y
27 +# CONFIG_GENERIC_TIME is not set
28 +# CONFIG_GENERIC_CLOCKEVENTS is not set
29 +CONFIG_RWSEM_GENERIC_SPINLOCK=y
30 +# CONFIG_ARCH_HAS_ILOG2_U32 is not set
31 +# CONFIG_ARCH_HAS_ILOG2_U64 is not set
32 +CONFIG_GENERIC_HWEIGHT=y
33 +CONFIG_GENERIC_CALIBRATE_DELAY=y
34 +CONFIG_TIME_LOW_RES=y
35 +CONFIG_GENERIC_IOMAP=y
36 +# CONFIG_NO_IOPORT is not set
37 +# CONFIG_NO_DMA is not set
38 +CONFIG_ARCH_SUPPORTS_AOUT=y
39 +CONFIG_HZ=100
40 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
41 +
42 +#
43 +# General setup
44 +#
45 +CONFIG_EXPERIMENTAL=y
46 +CONFIG_BROKEN_ON_SMP=y
47 +CONFIG_INIT_ENV_ARG_LIMIT=32
48 +CONFIG_LOCALVERSION=""
49 +CONFIG_LOCALVERSION_AUTO=y
50 +CONFIG_SWAP=y
51 +CONFIG_SYSVIPC=y
52 +CONFIG_SYSVIPC_SYSCTL=y
53 +# CONFIG_POSIX_MQUEUE is not set
54 +# CONFIG_BSD_PROCESS_ACCT is not set
55 +# CONFIG_TASKSTATS is not set
56 +# CONFIG_AUDIT is not set
57 +CONFIG_IKCONFIG=y
58 +CONFIG_IKCONFIG_PROC=y
59 +CONFIG_LOG_BUF_SHIFT=17
60 +# CONFIG_CGROUPS is not set
61 +CONFIG_GROUP_SCHED=y
62 +CONFIG_FAIR_GROUP_SCHED=y
63 +# CONFIG_RT_GROUP_SCHED is not set
64 +CONFIG_USER_SCHED=y
65 +# CONFIG_CGROUP_SCHED is not set
66 +CONFIG_SYSFS_DEPRECATED=y
67 +CONFIG_SYSFS_DEPRECATED_V2=y
68 +# CONFIG_RELAY is not set
69 +CONFIG_NAMESPACES=y
70 +# CONFIG_UTS_NS is not set
71 +# CONFIG_IPC_NS is not set
72 +# CONFIG_USER_NS is not set
73 +# CONFIG_PID_NS is not set
74 +# CONFIG_BLK_DEV_INITRD is not set
75 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
76 +CONFIG_SYSCTL=y
77 +# CONFIG_EMBEDDED is not set
78 +CONFIG_UID16=y
79 +CONFIG_SYSCTL_SYSCALL=y
80 +CONFIG_KALLSYMS=y
81 +# CONFIG_KALLSYMS_ALL is not set
82 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
83 +CONFIG_HOTPLUG=y
84 +CONFIG_PRINTK=y
85 +CONFIG_BUG=y
86 +CONFIG_ELF_CORE=y
87 +CONFIG_COMPAT_BRK=y
88 +CONFIG_BASE_FULL=y
89 +CONFIG_FUTEX=y
90 +CONFIG_ANON_INODES=y
91 +CONFIG_EPOLL=y
92 +CONFIG_SIGNALFD=y
93 +CONFIG_TIMERFD=y
94 +CONFIG_EVENTFD=y
95 +CONFIG_SHMEM=y
96 +CONFIG_VM_EVENT_COUNTERS=y
97 +CONFIG_SLAB=y
98 +# CONFIG_SLUB is not set
99 +# CONFIG_SLOB is not set
100 +# CONFIG_PROFILING is not set
101 +# CONFIG_MARKERS is not set
102 +# CONFIG_HAVE_OPROFILE is not set
103 +# CONFIG_HAVE_KPROBES is not set
104 +# CONFIG_HAVE_KRETPROBES is not set
105 +CONFIG_PROC_PAGE_MONITOR=y
106 +CONFIG_SLABINFO=y
107 +CONFIG_RT_MUTEXES=y
108 +# CONFIG_TINY_SHMEM is not set
109 +CONFIG_BASE_SMALL=0
110 +CONFIG_MODULES=y
111 +CONFIG_MODULE_UNLOAD=y
112 +CONFIG_MODULE_FORCE_UNLOAD=y
113 +# CONFIG_MODVERSIONS is not set
114 +# CONFIG_MODULE_SRCVERSION_ALL is not set
115 +# CONFIG_KMOD is not set
116 +CONFIG_BLOCK=y
117 +CONFIG_LBD=y
118 +# CONFIG_BLK_DEV_IO_TRACE is not set
119 +# CONFIG_LSF is not set
120 +# CONFIG_BLK_DEV_BSG is not set
121 +
122 +#
123 +# IO Schedulers
124 +#
125 +CONFIG_IOSCHED_NOOP=y
126 +CONFIG_IOSCHED_AS=y
127 +CONFIG_IOSCHED_DEADLINE=y
128 +CONFIG_IOSCHED_CFQ=y
129 +# CONFIG_DEFAULT_AS is not set
130 +# CONFIG_DEFAULT_DEADLINE is not set
131 +CONFIG_DEFAULT_CFQ=y
132 +# CONFIG_DEFAULT_NOOP is not set
133 +CONFIG_DEFAULT_IOSCHED="cfq"
134 +CONFIG_CLASSIC_RCU=y
135 +
136 +#
137 +# Platform dependent setup
138 +#
139 +# CONFIG_SUN3 is not set
140 +CONFIG_COLDFIRE=y
141 +CONFIG_CFV4E=y
142 +# CONFIG_AMIGA is not set
143 +# CONFIG_ATARI is not set
144 +# CONFIG_PCI is not set
145 +# CONFIG_MAC is not set
146 +# CONFIG_APOLLO is not set
147 +# CONFIG_VME is not set
148 +# CONFIG_HP300 is not set
149 +# CONFIG_SUN3X is not set
150 +# CONFIG_Q40 is not set
151 +
152 +#
153 +# Processor type
154 +#
155 +# CONFIG_M68020 is not set
156 +# CONFIG_M68030 is not set
157 +# CONFIG_M68040 is not set
158 +# CONFIG_M68060 is not set
159 +CONFIG_M5445X=y
160 +# CONFIG_M54451 is not set
161 +CONFIG_M54455=y
162 +# CONFIG_M54451EVB is not set
163 +CONFIG_M54455EVB=y
164 +# CONFIG_M547X_8X is not set
165 +CONFIG_MCFCLK=266666666
166 +# CONFIG_MCF_USER_HALT is not set
167 +CONFIG_MMU_CFV4E=y
168 +CONFIG_SDRAM_BASE=0x40000000
169 +CONFIG_SDRAM_SIZE=0x10000000
170 +CONFIG_NOR_FLASH_BASE=0x00000000
171 +# CONFIG_M68KFPU_EMU is not set
172 +CONFIG_ADVANCED=y
173 +# CONFIG_RMW_INSNS is not set
174 +CONFIG_SINGLE_MEMORY_CHUNK=y
175 +# CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set
176 +CONFIG_SELECT_MEMORY_MODEL=y
177 +CONFIG_FLATMEM_MANUAL=y
178 +# CONFIG_DISCONTIGMEM_MANUAL is not set
179 +# CONFIG_SPARSEMEM_MANUAL is not set
180 +CONFIG_FLATMEM=y
181 +CONFIG_FLAT_NODE_MEM_MAP=y
182 +CONFIG_NEED_MULTIPLE_NODES=y
183 +# CONFIG_SPARSEMEM_STATIC is not set
184 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
185 +CONFIG_SPLIT_PTLOCK_CPUS=4
186 +# CONFIG_RESOURCES_64BIT is not set
187 +CONFIG_ZONE_DMA_FLAG=1
188 +CONFIG_BOUNCE=y
189 +CONFIG_VIRT_TO_BUS=y
190 +
191 +#
192 +# General setup
193 +#
194 +CONFIG_BINFMT_ELF=y
195 +# CONFIG_BINFMT_AOUT is not set
196 +# CONFIG_BINFMT_MISC is not set
197 +CONFIG_PROC_HARDWARE=y
198 +CONFIG_ZONE_DMA=y
199 +# CONFIG_ARCH_SUPPORTS_MSI is not set
200 +
201 +#
202 +# Power management options
203 +#
204 +# CONFIG_PM is not set
205 +
206 +#
207 +# Networking
208 +#
209 +CONFIG_NET=y
210 +
211 +#
212 +# Networking options
213 +#
214 +CONFIG_PACKET=y
215 +# CONFIG_PACKET_MMAP is not set
216 +CONFIG_UNIX=y
217 +CONFIG_XFRM=y
218 +# CONFIG_XFRM_USER is not set
219 +# CONFIG_XFRM_SUB_POLICY is not set
220 +# CONFIG_XFRM_MIGRATE is not set
221 +# CONFIG_XFRM_STATISTICS is not set
222 +CONFIG_NET_KEY=y
223 +# CONFIG_NET_KEY_MIGRATE is not set
224 +CONFIG_INET=y
225 +# CONFIG_IP_MULTICAST is not set
226 +CONFIG_IP_ADVANCED_ROUTER=y
227 +CONFIG_ASK_IP_FIB_HASH=y
228 +# CONFIG_IP_FIB_TRIE is not set
229 +CONFIG_IP_FIB_HASH=y
230 +# CONFIG_IP_MULTIPLE_TABLES is not set
231 +# CONFIG_IP_ROUTE_MULTIPATH is not set
232 +# CONFIG_IP_ROUTE_VERBOSE is not set
233 +CONFIG_IP_PNP=y
234 +# CONFIG_IP_PNP_DHCP is not set
235 +# CONFIG_IP_PNP_BOOTP is not set
236 +# CONFIG_IP_PNP_RARP is not set
237 +# CONFIG_NET_IPIP is not set
238 +# CONFIG_NET_IPGRE is not set
239 +# CONFIG_ARPD is not set
240 +# CONFIG_SYN_COOKIES is not set
241 +CONFIG_INET_AH=y
242 +CONFIG_INET_ESP=y
243 +# CONFIG_INET_IPCOMP is not set
244 +# CONFIG_INET_XFRM_TUNNEL is not set
245 +# CONFIG_INET_TUNNEL is not set
246 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
247 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
248 +# CONFIG_INET_XFRM_MODE_BEET is not set
249 +# CONFIG_INET_LRO is not set
250 +CONFIG_INET_DIAG=y
251 +CONFIG_INET_TCP_DIAG=y
252 +# CONFIG_TCP_CONG_ADVANCED is not set
253 +CONFIG_TCP_CONG_CUBIC=y
254 +CONFIG_DEFAULT_TCP_CONG="cubic"
255 +# CONFIG_TCP_MD5SIG is not set
256 +# CONFIG_IPV6 is not set
257 +# CONFIG_INET6_XFRM_TUNNEL is not set
258 +# CONFIG_INET6_TUNNEL is not set
259 +# CONFIG_NETWORK_SECMARK is not set
260 +# CONFIG_NETFILTER is not set
261 +# CONFIG_IP_DCCP is not set
262 +# CONFIG_IP_SCTP is not set
263 +# CONFIG_TIPC is not set
264 +# CONFIG_ATM is not set
265 +# CONFIG_BRIDGE is not set
266 +# CONFIG_VLAN_8021Q is not set
267 +# CONFIG_DECNET is not set
268 +# CONFIG_LLC2 is not set
269 +# CONFIG_IPX is not set
270 +# CONFIG_ATALK is not set
271 +# CONFIG_X25 is not set
272 +# CONFIG_LAPB is not set
273 +# CONFIG_ECONET is not set
274 +# CONFIG_WAN_ROUTER is not set
275 +# CONFIG_NET_SCHED is not set
276 +
277 +#
278 +# Network testing
279 +#
280 +# CONFIG_NET_PKTGEN is not set
281 +# CONFIG_HAMRADIO is not set
282 +# CONFIG_CAN is not set
283 +# CONFIG_IRDA is not set
284 +# CONFIG_BT is not set
285 +# CONFIG_AF_RXRPC is not set
286 +
287 +#
288 +# Wireless
289 +#
290 +# CONFIG_CFG80211 is not set
291 +# CONFIG_WIRELESS_EXT is not set
292 +# CONFIG_MAC80211 is not set
293 +# CONFIG_IEEE80211 is not set
294 +# CONFIG_RFKILL is not set
295 +# CONFIG_NET_9P is not set
296 +
297 +#
298 +# Device Drivers
299 +#
300 +
301 +#
302 +# Generic Driver Options
303 +#
304 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
305 +# CONFIG_STANDALONE is not set
306 +CONFIG_PREVENT_FIRMWARE_BUILD=y
307 +CONFIG_FW_LOADER=y
308 +# CONFIG_DEBUG_DRIVER is not set
309 +# CONFIG_DEBUG_DEVRES is not set
310 +# CONFIG_SYS_HYPERVISOR is not set
311 +# CONFIG_CONNECTOR is not set
312 +# CONFIG_MTD is not set
313 +# CONFIG_PARPORT is not set
314 +CONFIG_BLK_DEV=y
315 +# CONFIG_BLK_DEV_COW_COMMON is not set
316 +CONFIG_BLK_DEV_LOOP=y
317 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
318 +# CONFIG_BLK_DEV_NBD is not set
319 +CONFIG_BLK_DEV_RAM=y
320 +CONFIG_BLK_DEV_RAM_COUNT=16
321 +CONFIG_BLK_DEV_RAM_SIZE=64000
322 +# CONFIG_BLK_DEV_XIP is not set
323 +# CONFIG_CDROM_PKTCDVD is not set
324 +# CONFIG_ATA_OVER_ETH is not set
325 +CONFIG_MISC_DEVICES=y
326 +# CONFIG_COLDFIRE_SEC is not set
327 +# CONFIG_EEPROM_93CX6 is not set
328 +# CONFIG_ENCLOSURE_SERVICES is not set
329 +CONFIG_HAVE_IDE=y
330 +# CONFIG_IDE is not set
331 +
332 +#
333 +# SCSI device support
334 +#
335 +# CONFIG_RAID_ATTRS is not set
336 +CONFIG_SCSI=y
337 +CONFIG_SCSI_DMA=y
338 +# CONFIG_SCSI_TGT is not set
339 +# CONFIG_SCSI_NETLINK is not set
340 +CONFIG_SCSI_PROC_FS=y
341 +
342 +#
343 +# SCSI support type (disk, tape, CD-ROM)
344 +#
345 +CONFIG_BLK_DEV_SD=y
346 +# CONFIG_CHR_DEV_ST is not set
347 +# CONFIG_CHR_DEV_OSST is not set
348 +# CONFIG_BLK_DEV_SR is not set
349 +# CONFIG_CHR_DEV_SG is not set
350 +# CONFIG_CHR_DEV_SCH is not set
351 +
352 +#
353 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
354 +#
355 +CONFIG_SCSI_MULTI_LUN=y
356 +# CONFIG_SCSI_CONSTANTS is not set
357 +# CONFIG_SCSI_LOGGING is not set
358 +# CONFIG_SCSI_SCAN_ASYNC is not set
359 +CONFIG_SCSI_WAIT_SCAN=m
360 +
361 +#
362 +# SCSI Transports
363 +#
364 +# CONFIG_SCSI_SPI_ATTRS is not set
365 +# CONFIG_SCSI_FC_ATTRS is not set
366 +# CONFIG_SCSI_ISCSI_ATTRS is not set
367 +# CONFIG_SCSI_SAS_LIBSAS is not set
368 +# CONFIG_SCSI_SRP_ATTRS is not set
369 +CONFIG_SCSI_LOWLEVEL=y
370 +# CONFIG_ISCSI_TCP is not set
371 +# CONFIG_SCSI_DEBUG is not set
372 +# CONFIG_ATA is not set
373 +# CONFIG_MD is not set
374 +CONFIG_NETDEVICES=y
375 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
376 +# CONFIG_DUMMY is not set
377 +# CONFIG_BONDING is not set
378 +# CONFIG_MACVLAN is not set
379 +# CONFIG_EQUALIZER is not set
380 +# CONFIG_TUN is not set
381 +# CONFIG_VETH is not set
382 +# CONFIG_PHYLIB is not set
383 +CONFIG_NET_ETHERNET=y
384 +CONFIG_MII=y
385 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
386 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
387 +# CONFIG_IBM_NEW_EMAC_TAH is not set
388 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
389 +# CONFIG_B44 is not set
390 +CONFIG_FEC=y
391 +# CONFIG_FEC2 is not set
392 +# CONFIG_NETDEV_1000 is not set
393 +# CONFIG_NETDEV_10000 is not set
394 +
395 +#
396 +# Wireless LAN
397 +#
398 +# CONFIG_WLAN_PRE80211 is not set
399 +# CONFIG_WLAN_80211 is not set
400 +# CONFIG_WAN is not set
401 +# CONFIG_PPP is not set
402 +# CONFIG_SLIP is not set
403 +# CONFIG_NETCONSOLE is not set
404 +# CONFIG_NETPOLL is not set
405 +# CONFIG_NET_POLL_CONTROLLER is not set
406 +# CONFIG_ISDN is not set
407 +# CONFIG_PHONE is not set
408 +
409 +#
410 +# Input device support
411 +#
412 +CONFIG_INPUT=y
413 +# CONFIG_INPUT_FF_MEMLESS is not set
414 +# CONFIG_INPUT_POLLDEV is not set
415 +
416 +#
417 +# Userland interfaces
418 +#
419 +CONFIG_INPUT_MOUSEDEV=y
420 +# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
421 +CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
422 +CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
423 +# CONFIG_INPUT_JOYDEV is not set
424 +CONFIG_INPUT_EVDEV=y
425 +# CONFIG_INPUT_EVBUG is not set
426 +
427 +#
428 +# Input Device Drivers
429 +#
430 +CONFIG_INPUT_KEYBOARD=y
431 +# CONFIG_KEYBOARD_ATKBD is not set
432 +# CONFIG_KEYBOARD_SUNKBD is not set
433 +# CONFIG_KEYBOARD_LKKBD is not set
434 +# CONFIG_KEYBOARD_XTKBD is not set
435 +# CONFIG_KEYBOARD_NEWTON is not set
436 +# CONFIG_KEYBOARD_STOWAWAY is not set
437 +# CONFIG_INPUT_MOUSE is not set
438 +# CONFIG_INPUT_JOYSTICK is not set
439 +# CONFIG_INPUT_TABLET is not set
440 +# CONFIG_INPUT_TOUCHSCREEN is not set
441 +# CONFIG_INPUT_MISC is not set
442 +
443 +#
444 +# Hardware I/O ports
445 +#
446 +CONFIG_SERIO=y
447 +CONFIG_SERIO_SERPORT=y
448 +# CONFIG_SERIO_RAW is not set
449 +# CONFIG_GAMEPORT is not set
450 +
451 +#
452 +# Character devices
453 +#
454 +CONFIG_VT=y
455 +CONFIG_VT_CONSOLE=y
456 +CONFIG_HW_CONSOLE=y
457 +# CONFIG_VT_HW_CONSOLE_BINDING is not set
458 +# CONFIG_SERIAL_NONSTANDARD is not set
459 +
460 +#
461 +# Serial drivers
462 +#
463 +# CONFIG_SERIAL_8250 is not set
464 +
465 +#
466 +# Non-8250 serial port support
467 +#
468 +CONFIG_SERIAL_COLDFIRE=y
469 +# CONFIG_SERIAL_MCF is not set
470 +CONFIG_UNIX98_PTYS=y
471 +# CONFIG_LEGACY_PTYS is not set
472 +# CONFIG_IPMI_HANDLER is not set
473 +# CONFIG_HW_RANDOM is not set
474 +# CONFIG_GEN_RTC is not set
475 +# CONFIG_R3964 is not set
476 +# CONFIG_RAW_DRIVER is not set
477 +# CONFIG_TCG_TPM is not set
478 +CONFIG_I2C=y
479 +CONFIG_I2C_BOARDINFO=y
480 +CONFIG_I2C_CHARDEV=y
481 +
482 +#
483 +# I2C Algorithms
484 +#
485 +# CONFIG_I2C_ALGOBIT is not set
486 +# CONFIG_I2C_ALGOPCF is not set
487 +# CONFIG_I2C_ALGOPCA is not set
488 +
489 +#
490 +# I2C Hardware Bus support
491 +#
492 +# CONFIG_I2C_MCF548x is not set
493 +CONFIG_I2C_MCF=y
494 +# CONFIG_I2C_OCORES is not set
495 +# CONFIG_I2C_PARPORT_LIGHT is not set
496 +# CONFIG_I2C_SIMTEC is not set
497 +# CONFIG_I2C_TAOS_EVM is not set
498 +# CONFIG_I2C_STUB is not set
499 +
500 +#
501 +# Miscellaneous I2C Chip support
502 +#
503 +# CONFIG_DS1682 is not set
504 +# CONFIG_SENSORS_EEPROM is not set
505 +# CONFIG_SENSORS_PCF8574 is not set
506 +# CONFIG_PCF8575 is not set
507 +# CONFIG_SENSORS_PCF8591 is not set
508 +# CONFIG_TPS65010 is not set
509 +# CONFIG_SENSORS_MAX6875 is not set
510 +# CONFIG_SENSORS_TSL2550 is not set
511 +# CONFIG_I2C_DEBUG_CORE is not set
512 +# CONFIG_I2C_DEBUG_ALGO is not set
513 +# CONFIG_I2C_DEBUG_BUS is not set
514 +# CONFIG_I2C_DEBUG_CHIP is not set
515 +
516 +#
517 +# SPI support
518 +#
519 +# CONFIG_SPI is not set
520 +# CONFIG_COLDFIRE_EDMA is not set
521 +# CONFIG_SPI_MASTER is not set
522 +# CONFIG_W1 is not set
523 +# CONFIG_POWER_SUPPLY is not set
524 +# CONFIG_HWMON is not set
525 +# CONFIG_THERMAL is not set
526 +# CONFIG_WATCHDOG is not set
527 +
528 +#
529 +# Sonics Silicon Backplane
530 +#
531 +CONFIG_SSB_POSSIBLE=y
532 +# CONFIG_SSB is not set
533 +
534 +#
535 +# Multifunction device drivers
536 +#
537 +# CONFIG_MFD_SM501 is not set
538 +
539 +#
540 +# Multimedia devices
541 +#
542 +# CONFIG_VIDEO_DEV is not set
543 +# CONFIG_DVB_CORE is not set
544 +CONFIG_DAB=y
545 +
546 +#
547 +# Graphics support
548 +#
549 +# CONFIG_VGASTATE is not set
550 +CONFIG_VIDEO_OUTPUT_CONTROL=m
551 +# CONFIG_FB is not set
552 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
553 +
554 +#
555 +# Display device support
556 +#
557 +# CONFIG_DISPLAY_SUPPORT is not set
558 +
559 +#
560 +# Console display driver support
561 +#
562 +CONFIG_DUMMY_CONSOLE=y
563 +
564 +#
565 +# Sound
566 +#
567 +# CONFIG_SOUND is not set
568 +# CONFIG_HID_SUPPORT is not set
569 +# CONFIG_USB_SUPPORT is not set
570 +# CONFIG_MMC is not set
571 +# CONFIG_MEMSTICK is not set
572 +# CONFIG_NEW_LEDS is not set
573 +# CONFIG_RTC_CLASS is not set
574 +
575 +#
576 +# Userspace I/O
577 +#
578 +# CONFIG_UIO is not set
579 +
580 +#
581 +# Character devices
582 +#
583 +# CONFIG_SERIAL_CONSOLE is not set
584 +
585 +#
586 +# File systems
587 +#
588 +CONFIG_EXT2_FS=y
589 +# CONFIG_EXT2_FS_XATTR is not set
590 +# CONFIG_EXT2_FS_XIP is not set
591 +CONFIG_EXT3_FS=y
592 +CONFIG_EXT3_FS_XATTR=y
593 +# CONFIG_EXT3_FS_POSIX_ACL is not set
594 +# CONFIG_EXT3_FS_SECURITY is not set
595 +# CONFIG_EXT4DEV_FS is not set
596 +CONFIG_JBD=y
597 +CONFIG_FS_MBCACHE=y
598 +# CONFIG_REISERFS_FS is not set
599 +# CONFIG_JFS_FS is not set
600 +# CONFIG_FS_POSIX_ACL is not set
601 +# CONFIG_XFS_FS is not set
602 +# CONFIG_GFS2_FS is not set
603 +# CONFIG_OCFS2_FS is not set
604 +CONFIG_DNOTIFY=y
605 +# CONFIG_INOTIFY is not set
606 +# CONFIG_QUOTA is not set
607 +# CONFIG_AUTOFS_FS is not set
608 +# CONFIG_AUTOFS4_FS is not set
609 +# CONFIG_FUSE_FS is not set
610 +
611 +#
612 +# CD-ROM/DVD Filesystems
613 +#
614 +# CONFIG_ISO9660_FS is not set
615 +# CONFIG_UDF_FS is not set
616 +
617 +#
618 +# DOS/FAT/NT Filesystems
619 +#
620 +CONFIG_FAT_FS=y
621 +CONFIG_MSDOS_FS=y
622 +CONFIG_VFAT_FS=y
623 +CONFIG_FAT_DEFAULT_CODEPAGE=437
624 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
625 +CONFIG_NTFS_FS=y
626 +# CONFIG_NTFS_DEBUG is not set
627 +CONFIG_NTFS_RW=y
628 +
629 +#
630 +# Pseudo filesystems
631 +#
632 +CONFIG_PROC_FS=y
633 +# CONFIG_PROC_KCORE is not set
634 +CONFIG_PROC_SYSCTL=y
635 +CONFIG_SYSFS=y
636 +CONFIG_TMPFS=y
637 +# CONFIG_TMPFS_POSIX_ACL is not set
638 +# CONFIG_HUGETLB_PAGE is not set
639 +# CONFIG_CONFIGFS_FS is not set
640 +
641 +#
642 +# Miscellaneous filesystems
643 +#
644 +# CONFIG_ADFS_FS is not set
645 +# CONFIG_AFFS_FS is not set
646 +# CONFIG_HFS_FS is not set
647 +# CONFIG_HFSPLUS_FS is not set
648 +# CONFIG_BEFS_FS is not set
649 +# CONFIG_BFS_FS is not set
650 +# CONFIG_EFS_FS is not set
651 +# CONFIG_CRAMFS is not set
652 +# CONFIG_VXFS_FS is not set
653 +CONFIG_MINIX_FS=y
654 +# CONFIG_HPFS_FS is not set
655 +# CONFIG_QNX4FS_FS is not set
656 +# CONFIG_ROMFS_FS is not set
657 +# CONFIG_SYSV_FS is not set
658 +# CONFIG_UFS_FS is not set
659 +CONFIG_NETWORK_FILESYSTEMS=y
660 +CONFIG_NFS_FS=y
661 +# CONFIG_NFS_V3 is not set
662 +# CONFIG_NFS_V4 is not set
663 +# CONFIG_NFS_DIRECTIO is not set
664 +# CONFIG_NFSD is not set
665 +CONFIG_ROOT_NFS=y
666 +CONFIG_LOCKD=y
667 +CONFIG_NFS_COMMON=y
668 +CONFIG_SUNRPC=y
669 +# CONFIG_SUNRPC_BIND34 is not set
670 +# CONFIG_RPCSEC_GSS_KRB5 is not set
671 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
672 +# CONFIG_SMB_FS is not set
673 +# CONFIG_CIFS is not set
674 +# CONFIG_NCP_FS is not set
675 +# CONFIG_CODA_FS is not set
676 +# CONFIG_AFS_FS is not set
677 +
678 +#
679 +# Partition Types
680 +#
681 +CONFIG_PARTITION_ADVANCED=y
682 +# CONFIG_ACORN_PARTITION is not set
683 +# CONFIG_OSF_PARTITION is not set
684 +# CONFIG_AMIGA_PARTITION is not set
685 +# CONFIG_ATARI_PARTITION is not set
686 +# CONFIG_MAC_PARTITION is not set
687 +CONFIG_MSDOS_PARTITION=y
688 +# CONFIG_BSD_DISKLABEL is not set
689 +# CONFIG_MINIX_SUBPARTITION is not set
690 +# CONFIG_SOLARIS_X86_PARTITION is not set
691 +# CONFIG_UNIXWARE_DISKLABEL is not set
692 +# CONFIG_LDM_PARTITION is not set
693 +# CONFIG_SGI_PARTITION is not set
694 +# CONFIG_ULTRIX_PARTITION is not set
695 +# CONFIG_SUN_PARTITION is not set
696 +# CONFIG_KARMA_PARTITION is not set
697 +# CONFIG_EFI_PARTITION is not set
698 +# CONFIG_SYSV68_PARTITION is not set
699 +CONFIG_NLS=y
700 +CONFIG_NLS_DEFAULT="iso8859-1"
701 +CONFIG_NLS_CODEPAGE_437=y
702 +# CONFIG_NLS_CODEPAGE_737 is not set
703 +# CONFIG_NLS_CODEPAGE_775 is not set
704 +# CONFIG_NLS_CODEPAGE_850 is not set
705 +# CONFIG_NLS_CODEPAGE_852 is not set
706 +# CONFIG_NLS_CODEPAGE_855 is not set
707 +# CONFIG_NLS_CODEPAGE_857 is not set
708 +# CONFIG_NLS_CODEPAGE_860 is not set
709 +# CONFIG_NLS_CODEPAGE_861 is not set
710 +# CONFIG_NLS_CODEPAGE_862 is not set
711 +# CONFIG_NLS_CODEPAGE_863 is not set
712 +# CONFIG_NLS_CODEPAGE_864 is not set
713 +# CONFIG_NLS_CODEPAGE_865 is not set
714 +# CONFIG_NLS_CODEPAGE_866 is not set
715 +# CONFIG_NLS_CODEPAGE_869 is not set
716 +# CONFIG_NLS_CODEPAGE_936 is not set
717 +# CONFIG_NLS_CODEPAGE_950 is not set
718 +# CONFIG_NLS_CODEPAGE_932 is not set
719 +# CONFIG_NLS_CODEPAGE_949 is not set
720 +# CONFIG_NLS_CODEPAGE_874 is not set
721 +# CONFIG_NLS_ISO8859_8 is not set
722 +# CONFIG_NLS_CODEPAGE_1250 is not set
723 +# CONFIG_NLS_CODEPAGE_1251 is not set
724 +# CONFIG_NLS_ASCII is not set
725 +CONFIG_NLS_ISO8859_1=y
726 +# CONFIG_NLS_ISO8859_2 is not set
727 +# CONFIG_NLS_ISO8859_3 is not set
728 +# CONFIG_NLS_ISO8859_4 is not set
729 +# CONFIG_NLS_ISO8859_5 is not set
730 +# CONFIG_NLS_ISO8859_6 is not set
731 +# CONFIG_NLS_ISO8859_7 is not set
732 +# CONFIG_NLS_ISO8859_9 is not set
733 +# CONFIG_NLS_ISO8859_13 is not set
734 +# CONFIG_NLS_ISO8859_14 is not set
735 +# CONFIG_NLS_ISO8859_15 is not set
736 +# CONFIG_NLS_KOI8_R is not set
737 +# CONFIG_NLS_KOI8_U is not set
738 +CONFIG_NLS_UTF8=y
739 +# CONFIG_DLM is not set
740 +
741 +#
742 +# Kernel hacking
743 +#
744 +# CONFIG_PRINTK_TIME is not set
745 +CONFIG_ENABLE_WARN_DEPRECATED=y
746 +# CONFIG_ENABLE_MUST_CHECK is not set
747 +# CONFIG_MAGIC_SYSRQ is not set
748 +# CONFIG_UNUSED_SYMBOLS is not set
749 +# CONFIG_DEBUG_FS is not set
750 +# CONFIG_HEADERS_CHECK is not set
751 +CONFIG_DEBUG_KERNEL=y
752 +CONFIG_DETECT_SOFTLOCKUP=y
753 +CONFIG_SCHED_DEBUG=y
754 +# CONFIG_SCHEDSTATS is not set
755 +# CONFIG_TIMER_STATS is not set
756 +CONFIG_DEBUG_SLAB=y
757 +# CONFIG_DEBUG_SLAB_LEAK is not set
758 +# CONFIG_DEBUG_RT_MUTEXES is not set
759 +# CONFIG_RT_MUTEX_TESTER is not set
760 +# CONFIG_DEBUG_SPINLOCK is not set
761 +# CONFIG_DEBUG_MUTEXES is not set
762 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
763 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
764 +# CONFIG_DEBUG_KOBJECT is not set
765 +CONFIG_DEBUG_BUGVERBOSE=y
766 +CONFIG_DEBUG_INFO=y
767 +# CONFIG_DEBUG_VM is not set
768 +# CONFIG_DEBUG_LIST is not set
769 +# CONFIG_DEBUG_SG is not set
770 +# CONFIG_FRAME_POINTER is not set
771 +# CONFIG_BOOT_PRINTK_DELAY is not set
772 +# CONFIG_RCU_TORTURE_TEST is not set
773 +# CONFIG_BACKTRACE_SELF_TEST is not set
774 +# CONFIG_FAULT_INJECTION is not set
775 +# CONFIG_SAMPLES is not set
776 +CONFIG_BOOTPARAM=y
777 +CONFIG_BOOTPARAM_STRING="root=/dev/nfs rw nfsroot=172.27.155.1:/tftpboot/redstripe ip=172.27.155.55:172.27.155.1:172.27.255.254:255.255.0.0::eth0:off mtdparts=phys_mapped_flash:16m(User)"
778 +
779 +#
780 +# Security options
781 +#
782 +# CONFIG_KEYS is not set
783 +# CONFIG_SECURITY is not set
784 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
785 +CONFIG_CRYPTO=y
786 +CONFIG_CRYPTO_ALGAPI=y
787 +CONFIG_CRYPTO_AEAD=y
788 +CONFIG_CRYPTO_BLKCIPHER=y
789 +# CONFIG_CRYPTO_SEQIV is not set
790 +CONFIG_CRYPTO_HASH=y
791 +CONFIG_CRYPTO_MANAGER=y
792 +CONFIG_CRYPTO_HMAC=y
793 +# CONFIG_CRYPTO_XCBC is not set
794 +# CONFIG_CRYPTO_NULL is not set
795 +# CONFIG_CRYPTO_MD4 is not set
796 +CONFIG_CRYPTO_MD5=y
797 +CONFIG_CRYPTO_SHA1=y
798 +# CONFIG_CRYPTO_SHA256 is not set
799 +# CONFIG_CRYPTO_SHA512 is not set
800 +# CONFIG_CRYPTO_WP512 is not set
801 +# CONFIG_CRYPTO_TGR192 is not set
802 +# CONFIG_CRYPTO_GF128MUL is not set
803 +CONFIG_CRYPTO_ECB=y
804 +CONFIG_CRYPTO_CBC=y
805 +CONFIG_CRYPTO_PCBC=m
806 +# CONFIG_CRYPTO_LRW is not set
807 +# CONFIG_CRYPTO_XTS is not set
808 +# CONFIG_CRYPTO_CTR is not set
809 +# CONFIG_CRYPTO_GCM is not set
810 +# CONFIG_CRYPTO_CCM is not set
811 +# CONFIG_CRYPTO_CRYPTD is not set
812 +CONFIG_CRYPTO_DES=y
813 +# CONFIG_CRYPTO_FCRYPT is not set
814 +# CONFIG_CRYPTO_BLOWFISH is not set
815 +# CONFIG_CRYPTO_TWOFISH is not set
816 +# CONFIG_CRYPTO_SERPENT is not set
817 +# CONFIG_CRYPTO_AES is not set
818 +# CONFIG_CRYPTO_CAST5 is not set
819 +# CONFIG_CRYPTO_CAST6 is not set
820 +# CONFIG_CRYPTO_TEA is not set
821 +# CONFIG_CRYPTO_ARC4 is not set
822 +# CONFIG_CRYPTO_KHAZAD is not set
823 +# CONFIG_CRYPTO_ANUBIS is not set
824 +# CONFIG_CRYPTO_SEED is not set
825 +# CONFIG_CRYPTO_SALSA20 is not set
826 +# CONFIG_CRYPTO_DEFLATE is not set
827 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
828 +# CONFIG_CRYPTO_CRC32C is not set
829 +# CONFIG_CRYPTO_CAMELLIA is not set
830 +CONFIG_CRYPTO_TEST=m
831 +CONFIG_CRYPTO_AUTHENC=y
832 +# CONFIG_CRYPTO_LZO is not set
833 +CONFIG_CRYPTO_HW=y
834 +# CONFIG_CRYPTO_DEV_MCFCAU is not set
835 +
836 +#
837 +# Library routines
838 +#
839 +CONFIG_BITREVERSE=y
840 +CONFIG_CRC_CCITT=y
841 +CONFIG_CRC16=y
842 +# CONFIG_CRC_ITU_T is not set
843 +CONFIG_CRC32=y
844 +# CONFIG_CRC7 is not set
845 +CONFIG_LIBCRC32C=y
846 +CONFIG_PLIST=y
847 +CONFIG_HAS_IOMEM=y
848 +CONFIG_HAS_IOPORT=y
849 +CONFIG_HAS_DMA=y
850 --- a/arch/m68k/configs/m54455evb_defconfig
851 +++ b/arch/m68k/configs/m54455evb_defconfig
852 @@ -963,7 +963,7 @@ CONFIG_FORCED_INLINING=y
853 # CONFIG_RCU_TORTURE_TEST is not set
854 # CONFIG_FAULT_INJECTION is not set
855 CONFIG_BOOTPARAM=y
856 -CONFIG_BOOTPARAM_STRING="root=/dev/nfs rw nfsroot=172.27.163.2:/tftpboot/ltib ip=172.27.163.3:172.27.163.2:172.27.255.254:255.255.0.0::eth0:off mtdparts=phys_mapped_flash:16m(User)"
857 +CONFIG_BOOTPARAM_STRING="root=/dev/nfs rw nfsroot=172.27.155.1:/tftpboot/redstripe ip=172.27.155.55:172.27.155.1:172.27.255.254:255.255.0.0::eth0:off mtdparts=phys_mapped_flash:16m(User)"
858
859 #
860 # CodeTEST Setup
861 --- /dev/null
862 +++ b/arch/m68k/configs/m5475evb_defconfig
863 @@ -0,0 +1,954 @@
864 +#
865 +# Automatically generated make config: don't edit
866 +# Linux kernel version: 2.6.25
867 +# Wed Jul 9 16:09:19 2008
868 +#
869 +CONFIG_M68K=y
870 +CONFIG_MMU=y
871 +# CONFIG_GENERIC_TIME is not set
872 +# CONFIG_GENERIC_CLOCKEVENTS is not set
873 +CONFIG_RWSEM_GENERIC_SPINLOCK=y
874 +# CONFIG_ARCH_HAS_ILOG2_U32 is not set
875 +# CONFIG_ARCH_HAS_ILOG2_U64 is not set
876 +CONFIG_GENERIC_HWEIGHT=y
877 +CONFIG_GENERIC_CALIBRATE_DELAY=y
878 +CONFIG_TIME_LOW_RES=y
879 +CONFIG_GENERIC_IOMAP=y
880 +# CONFIG_NO_IOPORT is not set
881 +# CONFIG_NO_DMA is not set
882 +CONFIG_ARCH_SUPPORTS_AOUT=y
883 +CONFIG_HZ=100
884 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
885 +
886 +#
887 +# General setup
888 +#
889 +CONFIG_EXPERIMENTAL=y
890 +CONFIG_BROKEN_ON_SMP=y
891 +CONFIG_INIT_ENV_ARG_LIMIT=32
892 +CONFIG_LOCALVERSION=""
893 +CONFIG_LOCALVERSION_AUTO=y
894 +CONFIG_SWAP=y
895 +CONFIG_SYSVIPC=y
896 +CONFIG_SYSVIPC_SYSCTL=y
897 +# CONFIG_POSIX_MQUEUE is not set
898 +# CONFIG_BSD_PROCESS_ACCT is not set
899 +# CONFIG_TASKSTATS is not set
900 +# CONFIG_AUDIT is not set
901 +CONFIG_IKCONFIG=y
902 +CONFIG_IKCONFIG_PROC=y
903 +CONFIG_LOG_BUF_SHIFT=17
904 +# CONFIG_CGROUPS is not set
905 +CONFIG_GROUP_SCHED=y
906 +CONFIG_FAIR_GROUP_SCHED=y
907 +# CONFIG_RT_GROUP_SCHED is not set
908 +CONFIG_USER_SCHED=y
909 +# CONFIG_CGROUP_SCHED is not set
910 +CONFIG_SYSFS_DEPRECATED=y
911 +CONFIG_SYSFS_DEPRECATED_V2=y
912 +# CONFIG_RELAY is not set
913 +CONFIG_NAMESPACES=y
914 +# CONFIG_UTS_NS is not set
915 +# CONFIG_IPC_NS is not set
916 +# CONFIG_USER_NS is not set
917 +# CONFIG_PID_NS is not set
918 +# CONFIG_BLK_DEV_INITRD is not set
919 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
920 +CONFIG_SYSCTL=y
921 +# CONFIG_EMBEDDED is not set
922 +CONFIG_UID16=y
923 +CONFIG_SYSCTL_SYSCALL=y
924 +CONFIG_KALLSYMS=y
925 +# CONFIG_KALLSYMS_ALL is not set
926 +# CONFIG_KALLSYMS_EXTRA_PASS is not set
927 +CONFIG_HOTPLUG=y
928 +CONFIG_PRINTK=y
929 +CONFIG_BUG=y
930 +CONFIG_ELF_CORE=y
931 +CONFIG_COMPAT_BRK=y
932 +CONFIG_BASE_FULL=y
933 +CONFIG_FUTEX=y
934 +CONFIG_ANON_INODES=y
935 +CONFIG_EPOLL=y
936 +CONFIG_SIGNALFD=y
937 +CONFIG_TIMERFD=y
938 +CONFIG_EVENTFD=y
939 +CONFIG_SHMEM=y
940 +CONFIG_VM_EVENT_COUNTERS=y
941 +CONFIG_SLAB=y
942 +# CONFIG_SLUB is not set
943 +# CONFIG_SLOB is not set
944 +# CONFIG_PROFILING is not set
945 +# CONFIG_MARKERS is not set
946 +# CONFIG_HAVE_OPROFILE is not set
947 +# CONFIG_HAVE_KPROBES is not set
948 +# CONFIG_HAVE_KRETPROBES is not set
949 +CONFIG_PROC_PAGE_MONITOR=y
950 +CONFIG_SLABINFO=y
951 +CONFIG_RT_MUTEXES=y
952 +# CONFIG_TINY_SHMEM is not set
953 +CONFIG_BASE_SMALL=0
954 +CONFIG_MODULES=y
955 +CONFIG_MODULE_UNLOAD=y
956 +CONFIG_MODULE_FORCE_UNLOAD=y
957 +# CONFIG_MODVERSIONS is not set
958 +# CONFIG_MODULE_SRCVERSION_ALL is not set
959 +# CONFIG_KMOD is not set
960 +CONFIG_BLOCK=y
961 +CONFIG_LBD=y
962 +# CONFIG_BLK_DEV_IO_TRACE is not set
963 +# CONFIG_LSF is not set
964 +# CONFIG_BLK_DEV_BSG is not set
965 +
966 +#
967 +# IO Schedulers
968 +#
969 +CONFIG_IOSCHED_NOOP=y
970 +CONFIG_IOSCHED_AS=y
971 +CONFIG_IOSCHED_DEADLINE=y
972 +CONFIG_IOSCHED_CFQ=y
973 +# CONFIG_DEFAULT_AS is not set
974 +# CONFIG_DEFAULT_DEADLINE is not set
975 +CONFIG_DEFAULT_CFQ=y
976 +# CONFIG_DEFAULT_NOOP is not set
977 +CONFIG_DEFAULT_IOSCHED="cfq"
978 +CONFIG_CLASSIC_RCU=y
979 +
980 +#
981 +# Platform dependent setup
982 +#
983 +# CONFIG_SUN3 is not set
984 +CONFIG_COLDFIRE=y
985 +CONFIG_CFV4E=y
986 +CONFIG_MCD_DMA=y
987 +# CONFIG_AMIGA is not set
988 +# CONFIG_ATARI is not set
989 +CONFIG_PCI=y
990 +# CONFIG_MAC is not set
991 +# CONFIG_APOLLO is not set
992 +# CONFIG_VME is not set
993 +# CONFIG_HP300 is not set
994 +# CONFIG_SUN3X is not set
995 +# CONFIG_Q40 is not set
996 +
997 +#
998 +# Processor type
999 +#
1000 +# CONFIG_M68020 is not set
1001 +# CONFIG_M68030 is not set
1002 +# CONFIG_M68040 is not set
1003 +# CONFIG_M68060 is not set
1004 +# CONFIG_M5445X is not set
1005 +CONFIG_M547X_8X=y
1006 +CONFIG_M547X=y
1007 +# CONFIG_M548X is not set
1008 +# CONFIG_M5475AFE is not set
1009 +# CONFIG_M5475BFE is not set
1010 +CONFIG_M5475CFE=y
1011 +# CONFIG_M5475DFE is not set
1012 +# CONFIG_M5475EFE is not set
1013 +# CONFIG_M5475FFE is not set
1014 +# CONFIG_M5485AFE is not set
1015 +# CONFIG_M5485BFE is not set
1016 +# CONFIG_M5485CFE is not set
1017 +# CONFIG_M5485DFE is not set
1018 +# CONFIG_M5485EFE is not set
1019 +# CONFIG_M5485FFE is not set
1020 +CONFIG_MCFCLK=266000000
1021 +# CONFIG_MCF_USER_HALT is not set
1022 +CONFIG_MMU_CFV4E=y
1023 +CONFIG_SDRAM_BASE=0x00000000
1024 +CONFIG_SDRAM_SIZE=0x04000000
1025 +CONFIG_NOR_FLASH_BASE=0xE0000000
1026 +# CONFIG_M68KFPU_EMU is not set
1027 +CONFIG_ADVANCED=y
1028 +# CONFIG_RMW_INSNS is not set
1029 +CONFIG_SINGLE_MEMORY_CHUNK=y
1030 +# CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set
1031 +CONFIG_SELECT_MEMORY_MODEL=y
1032 +CONFIG_FLATMEM_MANUAL=y
1033 +# CONFIG_DISCONTIGMEM_MANUAL is not set
1034 +# CONFIG_SPARSEMEM_MANUAL is not set
1035 +CONFIG_FLATMEM=y
1036 +CONFIG_FLAT_NODE_MEM_MAP=y
1037 +CONFIG_NEED_MULTIPLE_NODES=y
1038 +# CONFIG_SPARSEMEM_STATIC is not set
1039 +# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
1040 +CONFIG_SPLIT_PTLOCK_CPUS=4
1041 +# CONFIG_RESOURCES_64BIT is not set
1042 +CONFIG_ZONE_DMA_FLAG=1
1043 +CONFIG_BOUNCE=y
1044 +CONFIG_VIRT_TO_BUS=y
1045 +
1046 +#
1047 +# General setup
1048 +#
1049 +CONFIG_BINFMT_ELF=y
1050 +# CONFIG_BINFMT_AOUT is not set
1051 +# CONFIG_BINFMT_MISC is not set
1052 +CONFIG_PROC_HARDWARE=y
1053 +CONFIG_ZONE_DMA=y
1054 +# CONFIG_ARCH_SUPPORTS_MSI is not set
1055 +CONFIG_PCI_LEGACY=y
1056 +# CONFIG_PCI_DEBUG is not set
1057 +
1058 +#
1059 +# Power management options
1060 +#
1061 +# CONFIG_PM is not set
1062 +
1063 +#
1064 +# Networking
1065 +#
1066 +CONFIG_NET=y
1067 +
1068 +#
1069 +# Networking options
1070 +#
1071 +CONFIG_PACKET=y
1072 +# CONFIG_PACKET_MMAP is not set
1073 +CONFIG_UNIX=y
1074 +CONFIG_XFRM=y
1075 +# CONFIG_XFRM_USER is not set
1076 +# CONFIG_XFRM_SUB_POLICY is not set
1077 +# CONFIG_XFRM_MIGRATE is not set
1078 +# CONFIG_XFRM_STATISTICS is not set
1079 +CONFIG_NET_KEY=y
1080 +# CONFIG_NET_KEY_MIGRATE is not set
1081 +CONFIG_INET=y
1082 +# CONFIG_IP_MULTICAST is not set
1083 +CONFIG_IP_ADVANCED_ROUTER=y
1084 +CONFIG_ASK_IP_FIB_HASH=y
1085 +# CONFIG_IP_FIB_TRIE is not set
1086 +CONFIG_IP_FIB_HASH=y
1087 +# CONFIG_IP_MULTIPLE_TABLES is not set
1088 +# CONFIG_IP_ROUTE_MULTIPATH is not set
1089 +# CONFIG_IP_ROUTE_VERBOSE is not set
1090 +CONFIG_IP_PNP=y
1091 +# CONFIG_IP_PNP_DHCP is not set
1092 +# CONFIG_IP_PNP_BOOTP is not set
1093 +# CONFIG_IP_PNP_RARP is not set
1094 +# CONFIG_NET_IPIP is not set
1095 +# CONFIG_NET_IPGRE is not set
1096 +# CONFIG_ARPD is not set
1097 +# CONFIG_SYN_COOKIES is not set
1098 +CONFIG_INET_AH=y
1099 +CONFIG_INET_ESP=y
1100 +# CONFIG_INET_IPCOMP is not set
1101 +# CONFIG_INET_XFRM_TUNNEL is not set
1102 +# CONFIG_INET_TUNNEL is not set
1103 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
1104 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
1105 +# CONFIG_INET_XFRM_MODE_BEET is not set
1106 +# CONFIG_INET_LRO is not set
1107 +CONFIG_INET_DIAG=y
1108 +CONFIG_INET_TCP_DIAG=y
1109 +# CONFIG_TCP_CONG_ADVANCED is not set
1110 +CONFIG_TCP_CONG_CUBIC=y
1111 +CONFIG_DEFAULT_TCP_CONG="cubic"
1112 +# CONFIG_TCP_MD5SIG is not set
1113 +# CONFIG_IPV6 is not set
1114 +# CONFIG_INET6_XFRM_TUNNEL is not set
1115 +# CONFIG_INET6_TUNNEL is not set
1116 +# CONFIG_NETWORK_SECMARK is not set
1117 +# CONFIG_NETFILTER is not set
1118 +# CONFIG_IP_DCCP is not set
1119 +# CONFIG_IP_SCTP is not set
1120 +# CONFIG_TIPC is not set
1121 +# CONFIG_ATM is not set
1122 +# CONFIG_BRIDGE is not set
1123 +# CONFIG_VLAN_8021Q is not set
1124 +# CONFIG_DECNET is not set
1125 +# CONFIG_LLC2 is not set
1126 +# CONFIG_IPX is not set
1127 +# CONFIG_ATALK is not set
1128 +# CONFIG_X25 is not set
1129 +# CONFIG_LAPB is not set
1130 +# CONFIG_ECONET is not set
1131 +# CONFIG_WAN_ROUTER is not set
1132 +# CONFIG_NET_SCHED is not set
1133 +
1134 +#
1135 +# Network testing
1136 +#
1137 +# CONFIG_NET_PKTGEN is not set
1138 +# CONFIG_HAMRADIO is not set
1139 +CONFIG_CAN=y
1140 +CONFIG_CAN_RAW=y
1141 +# CONFIG_CAN_BCM is not set
1142 +
1143 +#
1144 +# CAN Device Drivers
1145 +#
1146 +# CONFIG_CAN_VCAN is not set
1147 +CONFIG_CAN_FLEXCAN=y
1148 +CONFIG_CAN_MCF547X_8X=y
1149 +# CONFIG_CAN_DEBUG_DEVICES is not set
1150 +# CONFIG_IRDA is not set
1151 +# CONFIG_BT is not set
1152 +# CONFIG_AF_RXRPC is not set
1153 +
1154 +#
1155 +# Wireless
1156 +#
1157 +# CONFIG_CFG80211 is not set
1158 +# CONFIG_WIRELESS_EXT is not set
1159 +# CONFIG_MAC80211 is not set
1160 +# CONFIG_IEEE80211 is not set
1161 +# CONFIG_RFKILL is not set
1162 +# CONFIG_NET_9P is not set
1163 +
1164 +#
1165 +# Device Drivers
1166 +#
1167 +
1168 +#
1169 +# Generic Driver Options
1170 +#
1171 +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
1172 +# CONFIG_STANDALONE is not set
1173 +CONFIG_PREVENT_FIRMWARE_BUILD=y
1174 +CONFIG_FW_LOADER=y
1175 +# CONFIG_DEBUG_DRIVER is not set
1176 +# CONFIG_DEBUG_DEVRES is not set
1177 +# CONFIG_SYS_HYPERVISOR is not set
1178 +# CONFIG_CONNECTOR is not set
1179 +CONFIG_MTD=y
1180 +# CONFIG_MTD_DEBUG is not set
1181 +# CONFIG_MTD_CONCAT is not set
1182 +CONFIG_MTD_PARTITIONS=y
1183 +# CONFIG_MTD_REDBOOT_PARTS is not set
1184 +CONFIG_MTD_CMDLINE_PARTS=y
1185 +
1186 +#
1187 +# User Modules And Translation Layers
1188 +#
1189 +# CONFIG_MTD_CHAR is not set
1190 +CONFIG_MTD_BLKDEVS=y
1191 +CONFIG_MTD_BLOCK=y
1192 +# CONFIG_FTL is not set
1193 +# CONFIG_NFTL is not set
1194 +# CONFIG_INFTL is not set
1195 +# CONFIG_RFD_FTL is not set
1196 +# CONFIG_SSFDC is not set
1197 +# CONFIG_MTD_OOPS is not set
1198 +
1199 +#
1200 +# RAM/ROM/Flash chip drivers
1201 +#
1202 +# CONFIG_MTD_CFI is not set
1203 +# CONFIG_MTD_JEDECPROBE is not set
1204 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
1205 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
1206 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
1207 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
1208 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
1209 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
1210 +CONFIG_MTD_CFI_I1=y
1211 +CONFIG_MTD_CFI_I2=y
1212 +# CONFIG_MTD_CFI_I4 is not set
1213 +# CONFIG_MTD_CFI_I8 is not set
1214 +CONFIG_MTD_RAM=y
1215 +CONFIG_MTD_ROM=y
1216 +# CONFIG_MTD_ABSENT is not set
1217 +
1218 +#
1219 +# Mapping drivers for chip access
1220 +#
1221 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
1222 +# CONFIG_MTD_PHYSMAP is not set
1223 +# CONFIG_MTD_INTEL_VR_NOR is not set
1224 +# CONFIG_MTD_PLATRAM is not set
1225 +
1226 +#
1227 +# Self-contained MTD device drivers
1228 +#
1229 +# CONFIG_MTD_PMC551 is not set
1230 +# CONFIG_MTD_DATAFLASH is not set
1231 +# CONFIG_MTD_M25P80 is not set
1232 +# CONFIG_MTD_SLRAM is not set
1233 +# CONFIG_MTD_PHRAM is not set
1234 +# CONFIG_MTD_MTDRAM is not set
1235 +# CONFIG_MTD_BLOCK2MTD is not set
1236 +
1237 +#
1238 +# Disk-On-Chip Device Drivers
1239 +#
1240 +# CONFIG_MTD_DOC2000 is not set
1241 +# CONFIG_MTD_DOC2001 is not set
1242 +# CONFIG_MTD_DOC2001PLUS is not set
1243 +# CONFIG_MTD_NAND is not set
1244 +# CONFIG_MTD_ONENAND is not set
1245 +
1246 +#
1247 +# UBI - Unsorted block images
1248 +#
1249 +# CONFIG_MTD_UBI is not set
1250 +# CONFIG_PARPORT is not set
1251 +CONFIG_BLK_DEV=y
1252 +# CONFIG_BLK_CPQ_DA is not set
1253 +# CONFIG_BLK_CPQ_CISS_DA is not set
1254 +# CONFIG_BLK_DEV_DAC960 is not set
1255 +# CONFIG_BLK_DEV_UMEM is not set
1256 +# CONFIG_BLK_DEV_COW_COMMON is not set
1257 +CONFIG_BLK_DEV_LOOP=y
1258 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
1259 +# CONFIG_BLK_DEV_NBD is not set
1260 +# CONFIG_BLK_DEV_SX8 is not set
1261 +CONFIG_BLK_DEV_RAM=y
1262 +CONFIG_BLK_DEV_RAM_COUNT=16
1263 +CONFIG_BLK_DEV_RAM_SIZE=64000
1264 +# CONFIG_BLK_DEV_XIP is not set
1265 +# CONFIG_CDROM_PKTCDVD is not set
1266 +# CONFIG_ATA_OVER_ETH is not set
1267 +CONFIG_MISC_DEVICES=y
1268 +CONFIG_COLDFIRE_SEC=y
1269 +CONFIG_SEC_DEVICE=y
1270 +# CONFIG_PHANTOM is not set
1271 +# CONFIG_EEPROM_93CX6 is not set
1272 +# CONFIG_SGI_IOC4 is not set
1273 +# CONFIG_TIFM_CORE is not set
1274 +# CONFIG_ENCLOSURE_SERVICES is not set
1275 +CONFIG_HAVE_IDE=y
1276 +# CONFIG_IDE is not set
1277 +
1278 +#
1279 +# SCSI device support
1280 +#
1281 +# CONFIG_RAID_ATTRS is not set
1282 +CONFIG_SCSI=y
1283 +CONFIG_SCSI_DMA=y
1284 +# CONFIG_SCSI_TGT is not set
1285 +# CONFIG_SCSI_NETLINK is not set
1286 +CONFIG_SCSI_PROC_FS=y
1287 +
1288 +#
1289 +# SCSI support type (disk, tape, CD-ROM)
1290 +#
1291 +CONFIG_BLK_DEV_SD=y
1292 +# CONFIG_CHR_DEV_ST is not set
1293 +# CONFIG_CHR_DEV_OSST is not set
1294 +# CONFIG_BLK_DEV_SR is not set
1295 +# CONFIG_CHR_DEV_SG is not set
1296 +# CONFIG_CHR_DEV_SCH is not set
1297 +
1298 +#
1299 +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
1300 +#
1301 +CONFIG_SCSI_MULTI_LUN=y
1302 +# CONFIG_SCSI_CONSTANTS is not set
1303 +# CONFIG_SCSI_LOGGING is not set
1304 +# CONFIG_SCSI_SCAN_ASYNC is not set
1305 +CONFIG_SCSI_WAIT_SCAN=m
1306 +
1307 +#
1308 +# SCSI Transports
1309 +#
1310 +# CONFIG_SCSI_SPI_ATTRS is not set
1311 +# CONFIG_SCSI_FC_ATTRS is not set
1312 +# CONFIG_SCSI_ISCSI_ATTRS is not set
1313 +# CONFIG_SCSI_SAS_LIBSAS is not set
1314 +# CONFIG_SCSI_SRP_ATTRS is not set
1315 +# CONFIG_SCSI_LOWLEVEL is not set
1316 +# CONFIG_ATA is not set
1317 +# CONFIG_MD is not set
1318 +# CONFIG_FUSION is not set
1319 +
1320 +#
1321 +# IEEE 1394 (FireWire) support
1322 +#
1323 +# CONFIG_FIREWIRE is not set
1324 +# CONFIG_IEEE1394 is not set
1325 +# CONFIG_I2O is not set
1326 +CONFIG_NETDEVICES=y
1327 +# CONFIG_NETDEVICES_MULTIQUEUE is not set
1328 +# CONFIG_DUMMY is not set
1329 +# CONFIG_BONDING is not set
1330 +# CONFIG_MACVLAN is not set
1331 +# CONFIG_EQUALIZER is not set
1332 +# CONFIG_TUN is not set
1333 +# CONFIG_VETH is not set
1334 +# CONFIG_ARCNET is not set
1335 +# CONFIG_PHYLIB is not set
1336 +CONFIG_NET_ETHERNET=y
1337 +CONFIG_MII=y
1338 +CONFIG_FEC_548x=y
1339 +CONFIG_FEC_548x_AUTO_NEGOTIATION=y
1340 +# CONFIG_FEC_548x_ENABLE_FEC2 is not set
1341 +# CONFIG_HAPPYMEAL is not set
1342 +# CONFIG_SUNGEM is not set
1343 +# CONFIG_CASSINI is not set
1344 +# CONFIG_NET_VENDOR_3COM is not set
1345 +# CONFIG_ENC28J60 is not set
1346 +# CONFIG_NET_TULIP is not set
1347 +# CONFIG_HP100 is not set
1348 +# CONFIG_IBM_NEW_EMAC_ZMII is not set
1349 +# CONFIG_IBM_NEW_EMAC_RGMII is not set
1350 +# CONFIG_IBM_NEW_EMAC_TAH is not set
1351 +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
1352 +# CONFIG_NET_PCI is not set
1353 +# CONFIG_B44 is not set
1354 +# CONFIG_NETDEV_1000 is not set
1355 +# CONFIG_NETDEV_10000 is not set
1356 +# CONFIG_TR is not set
1357 +
1358 +#
1359 +# Wireless LAN
1360 +#
1361 +# CONFIG_WLAN_PRE80211 is not set
1362 +# CONFIG_WLAN_80211 is not set
1363 +# CONFIG_WAN is not set
1364 +# CONFIG_FDDI is not set
1365 +# CONFIG_HIPPI is not set
1366 +# CONFIG_PPP is not set
1367 +# CONFIG_SLIP is not set
1368 +# CONFIG_NET_FC is not set
1369 +# CONFIG_NETCONSOLE is not set
1370 +# CONFIG_NETPOLL is not set
1371 +# CONFIG_NET_POLL_CONTROLLER is not set
1372 +# CONFIG_ISDN is not set
1373 +# CONFIG_PHONE is not set
1374 +
1375 +#
1376 +# Input device support
1377 +#
1378 +CONFIG_INPUT=y
1379 +# CONFIG_INPUT_FF_MEMLESS is not set
1380 +# CONFIG_INPUT_POLLDEV is not set
1381 +
1382 +#
1383 +# Userland interfaces
1384 +#
1385 +CONFIG_INPUT_MOUSEDEV=y
1386 +# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
1387 +CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
1388 +CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
1389 +# CONFIG_INPUT_JOYDEV is not set
1390 +CONFIG_INPUT_EVDEV=y
1391 +# CONFIG_INPUT_EVBUG is not set
1392 +
1393 +#
1394 +# Input Device Drivers
1395 +#
1396 +CONFIG_INPUT_KEYBOARD=y
1397 +# CONFIG_KEYBOARD_ATKBD is not set
1398 +# CONFIG_KEYBOARD_SUNKBD is not set
1399 +# CONFIG_KEYBOARD_LKKBD is not set
1400 +# CONFIG_KEYBOARD_XTKBD is not set
1401 +# CONFIG_KEYBOARD_NEWTON is not set
1402 +# CONFIG_KEYBOARD_STOWAWAY is not set
1403 +# CONFIG_INPUT_MOUSE is not set
1404 +# CONFIG_INPUT_JOYSTICK is not set
1405 +# CONFIG_INPUT_TABLET is not set
1406 +# CONFIG_INPUT_TOUCHSCREEN is not set
1407 +# CONFIG_INPUT_MISC is not set
1408 +
1409 +#
1410 +# Hardware I/O ports
1411 +#
1412 +CONFIG_SERIO=y
1413 +CONFIG_SERIO_SERPORT=y
1414 +# CONFIG_SERIO_PCIPS2 is not set
1415 +# CONFIG_SERIO_RAW is not set
1416 +# CONFIG_GAMEPORT is not set
1417 +
1418 +#
1419 +# Character devices
1420 +#
1421 +CONFIG_VT=y
1422 +CONFIG_VT_CONSOLE=y
1423 +CONFIG_HW_CONSOLE=y
1424 +# CONFIG_VT_HW_CONSOLE_BINDING is not set
1425 +# CONFIG_SERIAL_NONSTANDARD is not set
1426 +# CONFIG_NOZOMI is not set
1427 +
1428 +#
1429 +# Serial drivers
1430 +#
1431 +# CONFIG_SERIAL_8250 is not set
1432 +
1433 +#
1434 +# Non-8250 serial port support
1435 +#
1436 +CONFIG_SERIAL_COLDFIRE=y
1437 +CONFIG_SERIAL_COLDFIRE_IRDA=y
1438 +# CONFIG_SERIAL_MCF is not set
1439 +# CONFIG_SERIAL_JSM is not set
1440 +CONFIG_UNIX98_PTYS=y
1441 +# CONFIG_LEGACY_PTYS is not set
1442 +# CONFIG_IPMI_HANDLER is not set
1443 +# CONFIG_HW_RANDOM is not set
1444 +# CONFIG_GEN_RTC is not set
1445 +# CONFIG_R3964 is not set
1446 +# CONFIG_APPLICOM is not set
1447 +# CONFIG_RAW_DRIVER is not set
1448 +# CONFIG_TCG_TPM is not set
1449 +# CONFIG_I2C is not set
1450 +
1451 +#
1452 +# SPI support
1453 +#
1454 +CONFIG_SPI=y
1455 +CONFIG_SPI_DEBUG=y
1456 +# CONFIG_COLDFIRE_EDMA is not set
1457 +CONFIG_SPI_MASTER=y
1458 +
1459 +#
1460 +# SPI Master Controller Drivers
1461 +#
1462 +# CONFIG_SPI_BITBANG is not set
1463 +CONFIG_SPI_COLDFIRE=y
1464 +
1465 +#
1466 +# SPI Protocol Masters
1467 +#
1468 +# CONFIG_SPI_AT25 is not set
1469 +# CONFIG_SPI_SPIDEV is not set
1470 +# CONFIG_SPI_TLE62X0 is not set
1471 +# CONFIG_SPI_COLDFIRE_SSI_AUDIO is not set
1472 +# CONFIG_W1 is not set
1473 +# CONFIG_POWER_SUPPLY is not set
1474 +# CONFIG_HWMON is not set
1475 +# CONFIG_THERMAL is not set
1476 +CONFIG_WATCHDOG=y
1477 +# CONFIG_WATCHDOG_NOWAYOUT is not set
1478 +
1479 +#
1480 +# Watchdog Device Drivers
1481 +#
1482 +# CONFIG_SOFT_WATCHDOG is not set
1483 +CONFIG_COLDFIRE_WATCHDOG=m
1484 +
1485 +#
1486 +# PCI-based Watchdog Cards
1487 +#
1488 +# CONFIG_PCIPCWATCHDOG is not set
1489 +# CONFIG_WDTPCI is not set
1490 +
1491 +#
1492 +# Sonics Silicon Backplane
1493 +#
1494 +CONFIG_SSB_POSSIBLE=y
1495 +# CONFIG_SSB is not set
1496 +
1497 +#
1498 +# Multifunction device drivers
1499 +#
1500 +# CONFIG_MFD_SM501 is not set
1501 +
1502 +#
1503 +# Multimedia devices
1504 +#
1505 +# CONFIG_VIDEO_DEV is not set
1506 +# CONFIG_DVB_CORE is not set
1507 +CONFIG_DAB=y
1508 +
1509 +#
1510 +# Graphics support
1511 +#
1512 +# CONFIG_DRM is not set
1513 +# CONFIG_VGASTATE is not set
1514 +CONFIG_VIDEO_OUTPUT_CONTROL=m
1515 +# CONFIG_FB is not set
1516 +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
1517 +
1518 +#
1519 +# Display device support
1520 +#
1521 +# CONFIG_DISPLAY_SUPPORT is not set
1522 +
1523 +#
1524 +# Console display driver support
1525 +#
1526 +CONFIG_DUMMY_CONSOLE=y
1527 +
1528 +#
1529 +# Sound
1530 +#
1531 +# CONFIG_SOUND is not set
1532 +CONFIG_HID_SUPPORT=y
1533 +CONFIG_HID=y
1534 +CONFIG_HID_DEBUG=y
1535 +# CONFIG_HIDRAW is not set
1536 +# CONFIG_USB_SUPPORT is not set
1537 +# CONFIG_MMC is not set
1538 +# CONFIG_MEMSTICK is not set
1539 +# CONFIG_NEW_LEDS is not set
1540 +# CONFIG_INFINIBAND is not set
1541 +# CONFIG_RTC_CLASS is not set
1542 +
1543 +#
1544 +# Userspace I/O
1545 +#
1546 +# CONFIG_UIO is not set
1547 +
1548 +#
1549 +# Character devices
1550 +#
1551 +# CONFIG_SERIAL_CONSOLE is not set
1552 +
1553 +#
1554 +# File systems
1555 +#
1556 +CONFIG_EXT2_FS=y
1557 +# CONFIG_EXT2_FS_XATTR is not set
1558 +# CONFIG_EXT2_FS_XIP is not set
1559 +CONFIG_EXT3_FS=y
1560 +CONFIG_EXT3_FS_XATTR=y
1561 +# CONFIG_EXT3_FS_POSIX_ACL is not set
1562 +# CONFIG_EXT3_FS_SECURITY is not set
1563 +# CONFIG_EXT4DEV_FS is not set
1564 +CONFIG_JBD=y
1565 +CONFIG_FS_MBCACHE=y
1566 +# CONFIG_REISERFS_FS is not set
1567 +# CONFIG_JFS_FS is not set
1568 +# CONFIG_FS_POSIX_ACL is not set
1569 +# CONFIG_XFS_FS is not set
1570 +# CONFIG_GFS2_FS is not set
1571 +# CONFIG_OCFS2_FS is not set
1572 +CONFIG_DNOTIFY=y
1573 +# CONFIG_INOTIFY is not set
1574 +# CONFIG_QUOTA is not set
1575 +# CONFIG_AUTOFS_FS is not set
1576 +# CONFIG_AUTOFS4_FS is not set
1577 +# CONFIG_FUSE_FS is not set
1578 +
1579 +#
1580 +# CD-ROM/DVD Filesystems
1581 +#
1582 +# CONFIG_ISO9660_FS is not set
1583 +# CONFIG_UDF_FS is not set
1584 +
1585 +#
1586 +# DOS/FAT/NT Filesystems
1587 +#
1588 +CONFIG_FAT_FS=y
1589 +CONFIG_MSDOS_FS=y
1590 +CONFIG_VFAT_FS=y
1591 +CONFIG_FAT_DEFAULT_CODEPAGE=437
1592 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
1593 +CONFIG_NTFS_FS=y
1594 +# CONFIG_NTFS_DEBUG is not set
1595 +CONFIG_NTFS_RW=y
1596 +
1597 +#
1598 +# Pseudo filesystems
1599 +#
1600 +CONFIG_PROC_FS=y
1601 +# CONFIG_PROC_KCORE is not set
1602 +CONFIG_PROC_SYSCTL=y
1603 +CONFIG_SYSFS=y
1604 +CONFIG_TMPFS=y
1605 +# CONFIG_TMPFS_POSIX_ACL is not set
1606 +# CONFIG_HUGETLB_PAGE is not set
1607 +# CONFIG_CONFIGFS_FS is not set
1608 +
1609 +#
1610 +# Miscellaneous filesystems
1611 +#
1612 +# CONFIG_ADFS_FS is not set
1613 +# CONFIG_AFFS_FS is not set
1614 +# CONFIG_HFS_FS is not set
1615 +# CONFIG_HFSPLUS_FS is not set
1616 +# CONFIG_BEFS_FS is not set
1617 +# CONFIG_BFS_FS is not set
1618 +# CONFIG_EFS_FS is not set
1619 +# CONFIG_JFFS2_FS is not set
1620 +# CONFIG_CRAMFS is not set
1621 +# CONFIG_VXFS_FS is not set
1622 +CONFIG_MINIX_FS=y
1623 +# CONFIG_HPFS_FS is not set
1624 +# CONFIG_QNX4FS_FS is not set
1625 +CONFIG_ROMFS_FS=y
1626 +# CONFIG_SYSV_FS is not set
1627 +# CONFIG_UFS_FS is not set
1628 +CONFIG_NETWORK_FILESYSTEMS=y
1629 +CONFIG_NFS_FS=y
1630 +# CONFIG_NFS_V3 is not set
1631 +# CONFIG_NFS_V4 is not set
1632 +# CONFIG_NFS_DIRECTIO is not set
1633 +# CONFIG_NFSD is not set
1634 +CONFIG_ROOT_NFS=y
1635 +CONFIG_LOCKD=y
1636 +CONFIG_NFS_COMMON=y
1637 +CONFIG_SUNRPC=y
1638 +# CONFIG_SUNRPC_BIND34 is not set
1639 +# CONFIG_RPCSEC_GSS_KRB5 is not set
1640 +# CONFIG_RPCSEC_GSS_SPKM3 is not set
1641 +# CONFIG_SMB_FS is not set
1642 +# CONFIG_CIFS is not set
1643 +# CONFIG_NCP_FS is not set
1644 +# CONFIG_CODA_FS is not set
1645 +# CONFIG_AFS_FS is not set
1646 +
1647 +#
1648 +# Partition Types
1649 +#
1650 +CONFIG_PARTITION_ADVANCED=y
1651 +# CONFIG_ACORN_PARTITION is not set
1652 +# CONFIG_OSF_PARTITION is not set
1653 +# CONFIG_AMIGA_PARTITION is not set
1654 +# CONFIG_ATARI_PARTITION is not set
1655 +# CONFIG_MAC_PARTITION is not set
1656 +CONFIG_MSDOS_PARTITION=y
1657 +# CONFIG_BSD_DISKLABEL is not set
1658 +# CONFIG_MINIX_SUBPARTITION is not set
1659 +# CONFIG_SOLARIS_X86_PARTITION is not set
1660 +# CONFIG_UNIXWARE_DISKLABEL is not set
1661 +# CONFIG_LDM_PARTITION is not set
1662 +# CONFIG_SGI_PARTITION is not set
1663 +# CONFIG_ULTRIX_PARTITION is not set
1664 +# CONFIG_SUN_PARTITION is not set
1665 +# CONFIG_KARMA_PARTITION is not set
1666 +# CONFIG_EFI_PARTITION is not set
1667 +# CONFIG_SYSV68_PARTITION is not set
1668 +CONFIG_NLS=y
1669 +CONFIG_NLS_DEFAULT="iso8859-1"
1670 +CONFIG_NLS_CODEPAGE_437=y
1671 +# CONFIG_NLS_CODEPAGE_737 is not set
1672 +# CONFIG_NLS_CODEPAGE_775 is not set
1673 +# CONFIG_NLS_CODEPAGE_850 is not set
1674 +# CONFIG_NLS_CODEPAGE_852 is not set
1675 +# CONFIG_NLS_CODEPAGE_855 is not set
1676 +# CONFIG_NLS_CODEPAGE_857 is not set
1677 +# CONFIG_NLS_CODEPAGE_860 is not set
1678 +# CONFIG_NLS_CODEPAGE_861 is not set
1679 +# CONFIG_NLS_CODEPAGE_862 is not set
1680 +# CONFIG_NLS_CODEPAGE_863 is not set
1681 +# CONFIG_NLS_CODEPAGE_864 is not set
1682 +# CONFIG_NLS_CODEPAGE_865 is not set
1683 +# CONFIG_NLS_CODEPAGE_866 is not set
1684 +# CONFIG_NLS_CODEPAGE_869 is not set
1685 +# CONFIG_NLS_CODEPAGE_936 is not set
1686 +# CONFIG_NLS_CODEPAGE_950 is not set
1687 +# CONFIG_NLS_CODEPAGE_932 is not set
1688 +# CONFIG_NLS_CODEPAGE_949 is not set
1689 +# CONFIG_NLS_CODEPAGE_874 is not set
1690 +# CONFIG_NLS_ISO8859_8 is not set
1691 +# CONFIG_NLS_CODEPAGE_1250 is not set
1692 +# CONFIG_NLS_CODEPAGE_1251 is not set
1693 +# CONFIG_NLS_ASCII is not set
1694 +CONFIG_NLS_ISO8859_1=y
1695 +# CONFIG_NLS_ISO8859_2 is not set
1696 +# CONFIG_NLS_ISO8859_3 is not set
1697 +# CONFIG_NLS_ISO8859_4 is not set
1698 +# CONFIG_NLS_ISO8859_5 is not set
1699 +# CONFIG_NLS_ISO8859_6 is not set
1700 +# CONFIG_NLS_ISO8859_7 is not set
1701 +# CONFIG_NLS_ISO8859_9 is not set
1702 +# CONFIG_NLS_ISO8859_13 is not set
1703 +# CONFIG_NLS_ISO8859_14 is not set
1704 +# CONFIG_NLS_ISO8859_15 is not set
1705 +# CONFIG_NLS_KOI8_R is not set
1706 +# CONFIG_NLS_KOI8_U is not set
1707 +CONFIG_NLS_UTF8=y
1708 +# CONFIG_DLM is not set
1709 +
1710 +#
1711 +# Kernel hacking
1712 +#
1713 +# CONFIG_PRINTK_TIME is not set
1714 +CONFIG_ENABLE_WARN_DEPRECATED=y
1715 +# CONFIG_ENABLE_MUST_CHECK is not set
1716 +# CONFIG_MAGIC_SYSRQ is not set
1717 +# CONFIG_UNUSED_SYMBOLS is not set
1718 +# CONFIG_DEBUG_FS is not set
1719 +# CONFIG_HEADERS_CHECK is not set
1720 +CONFIG_DEBUG_KERNEL=y
1721 +CONFIG_DETECT_SOFTLOCKUP=y
1722 +CONFIG_SCHED_DEBUG=y
1723 +# CONFIG_SCHEDSTATS is not set
1724 +# CONFIG_TIMER_STATS is not set
1725 +CONFIG_DEBUG_SLAB=y
1726 +# CONFIG_DEBUG_SLAB_LEAK is not set
1727 +# CONFIG_DEBUG_RT_MUTEXES is not set
1728 +# CONFIG_RT_MUTEX_TESTER is not set
1729 +# CONFIG_DEBUG_SPINLOCK is not set
1730 +# CONFIG_DEBUG_MUTEXES is not set
1731 +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
1732 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
1733 +# CONFIG_DEBUG_KOBJECT is not set
1734 +CONFIG_DEBUG_BUGVERBOSE=y
1735 +CONFIG_DEBUG_INFO=y
1736 +# CONFIG_DEBUG_VM is not set
1737 +# CONFIG_DEBUG_LIST is not set
1738 +# CONFIG_DEBUG_SG is not set
1739 +# CONFIG_FRAME_POINTER is not set
1740 +# CONFIG_BOOT_PRINTK_DELAY is not set
1741 +# CONFIG_RCU_TORTURE_TEST is not set
1742 +# CONFIG_BACKTRACE_SELF_TEST is not set
1743 +# CONFIG_FAULT_INJECTION is not set
1744 +# CONFIG_SAMPLES is not set
1745 +CONFIG_BOOTPARAM=y
1746 +CONFIG_BOOTPARAM_STRING="root=/dev/nfs rw nfsroot=172.27.163.2:/tftpboot/ltib ip=172.27.163.3:172.27.163.2:172.27.255.254:255.255.0.0::eth0:off mtdparts=phys_mapped_flash:16m(User)"
1747 +
1748 +#
1749 +# Security options
1750 +#
1751 +# CONFIG_KEYS is not set
1752 +# CONFIG_SECURITY is not set
1753 +# CONFIG_SECURITY_FILE_CAPABILITIES is not set
1754 +CONFIG_CRYPTO=y
1755 +CONFIG_CRYPTO_ALGAPI=y
1756 +CONFIG_CRYPTO_AEAD=y
1757 +CONFIG_CRYPTO_BLKCIPHER=y
1758 +# CONFIG_CRYPTO_SEQIV is not set
1759 +CONFIG_CRYPTO_HASH=y
1760 +CONFIG_CRYPTO_MANAGER=y
1761 +CONFIG_CRYPTO_HMAC=y
1762 +# CONFIG_CRYPTO_XCBC is not set
1763 +# CONFIG_CRYPTO_NULL is not set
1764 +# CONFIG_CRYPTO_MD4 is not set
1765 +CONFIG_CRYPTO_MD5=y
1766 +CONFIG_CRYPTO_SHA1=y
1767 +# CONFIG_CRYPTO_SHA256 is not set
1768 +# CONFIG_CRYPTO_SHA512 is not set
1769 +# CONFIG_CRYPTO_WP512 is not set
1770 +# CONFIG_CRYPTO_TGR192 is not set
1771 +# CONFIG_CRYPTO_GF128MUL is not set
1772 +# CONFIG_CRYPTO_ECB is not set
1773 +CONFIG_CRYPTO_CBC=y
1774 +# CONFIG_CRYPTO_PCBC is not set
1775 +# CONFIG_CRYPTO_LRW is not set
1776 +# CONFIG_CRYPTO_XTS is not set
1777 +# CONFIG_CRYPTO_CTR is not set
1778 +# CONFIG_CRYPTO_GCM is not set
1779 +# CONFIG_CRYPTO_CCM is not set
1780 +# CONFIG_CRYPTO_CRYPTD is not set
1781 +CONFIG_CRYPTO_DES=y
1782 +# CONFIG_CRYPTO_FCRYPT is not set
1783 +# CONFIG_CRYPTO_BLOWFISH is not set
1784 +# CONFIG_CRYPTO_TWOFISH is not set
1785 +# CONFIG_CRYPTO_SERPENT is not set
1786 +# CONFIG_CRYPTO_AES is not set
1787 +# CONFIG_CRYPTO_CAST5 is not set
1788 +# CONFIG_CRYPTO_CAST6 is not set
1789 +# CONFIG_CRYPTO_TEA is not set
1790 +# CONFIG_CRYPTO_ARC4 is not set
1791 +# CONFIG_CRYPTO_KHAZAD is not set
1792 +# CONFIG_CRYPTO_ANUBIS is not set
1793 +# CONFIG_CRYPTO_SEED is not set
1794 +# CONFIG_CRYPTO_SALSA20 is not set
1795 +# CONFIG_CRYPTO_DEFLATE is not set
1796 +# CONFIG_CRYPTO_MICHAEL_MIC is not set
1797 +# CONFIG_CRYPTO_CRC32C is not set
1798 +# CONFIG_CRYPTO_CAMELLIA is not set
1799 +CONFIG_CRYPTO_TEST=m
1800 +CONFIG_CRYPTO_AUTHENC=y
1801 +# CONFIG_CRYPTO_LZO is not set
1802 +# CONFIG_CRYPTO_HW is not set
1803 +
1804 +#
1805 +# Library routines
1806 +#
1807 +CONFIG_BITREVERSE=y
1808 +CONFIG_CRC_CCITT=y
1809 +CONFIG_CRC16=y
1810 +# CONFIG_CRC_ITU_T is not set
1811 +CONFIG_CRC32=y
1812 +# CONFIG_CRC7 is not set
1813 +CONFIG_LIBCRC32C=y
1814 +CONFIG_PLIST=y
1815 +CONFIG_HAS_IOMEM=y
1816 +CONFIG_HAS_IOPORT=y
1817 +CONFIG_HAS_DMA=y
1818 --- a/arch/m68k/configs/m5485evb_defconfig
1819 +++ b/arch/m68k/configs/m5485evb_defconfig
1820 @@ -1,7 +1,7 @@
1821 #
1822 # Automatically generated make config: don't edit
1823 -# Linux kernel version: 2.6.24
1824 -# Wed Mar 5 16:05:25 2008
1825 +# Linux kernel version: 2.6.25
1826 +# Thu Jul 10 16:12:53 2008
1827 #
1828 CONFIG_M68K=y
1829 CONFIG_MMU=y
1830 @@ -16,6 +16,8 @@ CONFIG_TIME_LOW_RES=y
1831 CONFIG_GENERIC_IOMAP=y
1832 # CONFIG_NO_IOPORT is not set
1833 # CONFIG_NO_DMA is not set
1834 +CONFIG_ARCH_SUPPORTS_AOUT=y
1835 +CONFIG_HZ=100
1836 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
1837
1838 #
1839 @@ -32,18 +34,24 @@ CONFIG_SYSVIPC_SYSCTL=y
1840 # CONFIG_POSIX_MQUEUE is not set
1841 # CONFIG_BSD_PROCESS_ACCT is not set
1842 # CONFIG_TASKSTATS is not set
1843 -# CONFIG_USER_NS is not set
1844 -# CONFIG_PID_NS is not set
1845 # CONFIG_AUDIT is not set
1846 CONFIG_IKCONFIG=y
1847 CONFIG_IKCONFIG_PROC=y
1848 CONFIG_LOG_BUF_SHIFT=17
1849 # CONFIG_CGROUPS is not set
1850 +CONFIG_GROUP_SCHED=y
1851 CONFIG_FAIR_GROUP_SCHED=y
1852 -CONFIG_FAIR_USER_SCHED=y
1853 -# CONFIG_FAIR_CGROUP_SCHED is not set
1854 +# CONFIG_RT_GROUP_SCHED is not set
1855 +CONFIG_USER_SCHED=y
1856 +# CONFIG_CGROUP_SCHED is not set
1857 CONFIG_SYSFS_DEPRECATED=y
1858 +CONFIG_SYSFS_DEPRECATED_V2=y
1859 # CONFIG_RELAY is not set
1860 +CONFIG_NAMESPACES=y
1861 +# CONFIG_UTS_NS is not set
1862 +# CONFIG_IPC_NS is not set
1863 +# CONFIG_USER_NS is not set
1864 +# CONFIG_PID_NS is not set
1865 # CONFIG_BLK_DEV_INITRD is not set
1866 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
1867 CONFIG_SYSCTL=y
1868 @@ -57,17 +65,25 @@ CONFIG_HOTPLUG=y
1869 CONFIG_PRINTK=y
1870 CONFIG_BUG=y
1871 CONFIG_ELF_CORE=y
1872 +CONFIG_COMPAT_BRK=y
1873 CONFIG_BASE_FULL=y
1874 CONFIG_FUTEX=y
1875 CONFIG_ANON_INODES=y
1876 CONFIG_EPOLL=y
1877 CONFIG_SIGNALFD=y
1878 +CONFIG_TIMERFD=y
1879 CONFIG_EVENTFD=y
1880 CONFIG_SHMEM=y
1881 CONFIG_VM_EVENT_COUNTERS=y
1882 CONFIG_SLAB=y
1883 # CONFIG_SLUB is not set
1884 # CONFIG_SLOB is not set
1885 +# CONFIG_PROFILING is not set
1886 +# CONFIG_MARKERS is not set
1887 +# CONFIG_HAVE_OPROFILE is not set
1888 +# CONFIG_HAVE_KPROBES is not set
1889 +# CONFIG_HAVE_KRETPROBES is not set
1890 +CONFIG_PROC_PAGE_MONITOR=y
1891 CONFIG_SLABINFO=y
1892 CONFIG_RT_MUTEXES=y
1893 # CONFIG_TINY_SHMEM is not set
1894 @@ -96,6 +112,7 @@ CONFIG_IOSCHED_CFQ=y
1895 CONFIG_DEFAULT_CFQ=y
1896 # CONFIG_DEFAULT_NOOP is not set
1897 CONFIG_DEFAULT_IOSCHED="cfq"
1898 +CONFIG_CLASSIC_RCU=y
1899
1900 #
1901 # Platform dependent setup
1902 @@ -120,7 +137,7 @@ CONFIG_MCD_DMA=y
1903 # CONFIG_M68030 is not set
1904 # CONFIG_M68040 is not set
1905 # CONFIG_M68060 is not set
1906 -# CONFIG_M54455 is not set
1907 +# CONFIG_M5445X is not set
1908 CONFIG_M547X_8X=y
1909 # CONFIG_M547X is not set
1910 CONFIG_M548X=y
1911 @@ -141,6 +158,7 @@ CONFIG_MCFCLK=200000000
1912 CONFIG_MMU_CFV4E=y
1913 CONFIG_SDRAM_BASE=0x00000000
1914 CONFIG_SDRAM_SIZE=0x04000000
1915 +CONFIG_NOR_FLASH_BASE=0xE0000000
1916 # CONFIG_M68KFPU_EMU is not set
1917 CONFIG_ADVANCED=y
1918 # CONFIG_RMW_INSNS is not set
1919 @@ -191,6 +209,7 @@ CONFIG_XFRM=y
1920 # CONFIG_XFRM_USER is not set
1921 # CONFIG_XFRM_SUB_POLICY is not set
1922 # CONFIG_XFRM_MIGRATE is not set
1923 +# CONFIG_XFRM_STATISTICS is not set
1924 CONFIG_NET_KEY=y
1925 # CONFIG_NET_KEY_MIGRATE is not set
1926 CONFIG_INET=y
1927 @@ -251,6 +270,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic"
1928 #
1929 # CONFIG_NET_PKTGEN is not set
1930 # CONFIG_HAMRADIO is not set
1931 +# CONFIG_CAN is not set
1932 # CONFIG_IRDA is not set
1933 # CONFIG_BT is not set
1934 # CONFIG_AF_RXRPC is not set
1935 @@ -280,73 +300,7 @@ CONFIG_FW_LOADER=y
1936 # CONFIG_DEBUG_DEVRES is not set
1937 # CONFIG_SYS_HYPERVISOR is not set
1938 # CONFIG_CONNECTOR is not set
1939 -CONFIG_MTD=y
1940 -# CONFIG_MTD_DEBUG is not set
1941 -# CONFIG_MTD_CONCAT is not set
1942 -CONFIG_MTD_PARTITIONS=y
1943 -# CONFIG_MTD_REDBOOT_PARTS is not set
1944 -CONFIG_MTD_CMDLINE_PARTS=y
1945 -
1946 -#
1947 -# User Modules And Translation Layers
1948 -#
1949 -# CONFIG_MTD_CHAR is not set
1950 -CONFIG_MTD_BLKDEVS=y
1951 -CONFIG_MTD_BLOCK=y
1952 -# CONFIG_FTL is not set
1953 -# CONFIG_NFTL is not set
1954 -# CONFIG_INFTL is not set
1955 -# CONFIG_RFD_FTL is not set
1956 -# CONFIG_SSFDC is not set
1957 -# CONFIG_MTD_OOPS is not set
1958 -
1959 -#
1960 -# RAM/ROM/Flash chip drivers
1961 -#
1962 -# CONFIG_MTD_CFI is not set
1963 -# CONFIG_MTD_JEDECPROBE is not set
1964 -CONFIG_MTD_MAP_BANK_WIDTH_1=y
1965 -CONFIG_MTD_MAP_BANK_WIDTH_2=y
1966 -CONFIG_MTD_MAP_BANK_WIDTH_4=y
1967 -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
1968 -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
1969 -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
1970 -CONFIG_MTD_CFI_I1=y
1971 -CONFIG_MTD_CFI_I2=y
1972 -# CONFIG_MTD_CFI_I4 is not set
1973 -# CONFIG_MTD_CFI_I8 is not set
1974 -CONFIG_MTD_RAM=y
1975 -CONFIG_MTD_ROM=y
1976 -# CONFIG_MTD_ABSENT is not set
1977 -
1978 -#
1979 -# Mapping drivers for chip access
1980 -#
1981 -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
1982 -# CONFIG_MTD_PHYSMAP is not set
1983 -# CONFIG_MTD_PLATRAM is not set
1984 -
1985 -#
1986 -# Self-contained MTD device drivers
1987 -#
1988 -# CONFIG_MTD_SLRAM is not set
1989 -# CONFIG_MTD_PHRAM is not set
1990 -# CONFIG_MTD_MTDRAM is not set
1991 -# CONFIG_MTD_BLOCK2MTD is not set
1992 -
1993 -#
1994 -# Disk-On-Chip Device Drivers
1995 -#
1996 -# CONFIG_MTD_DOC2000 is not set
1997 -# CONFIG_MTD_DOC2001 is not set
1998 -# CONFIG_MTD_DOC2001PLUS is not set
1999 -# CONFIG_MTD_NAND is not set
2000 -# CONFIG_MTD_ONENAND is not set
2001 -
2002 -#
2003 -# UBI - Unsorted block images
2004 -#
2005 -# CONFIG_MTD_UBI is not set
2006 +# CONFIG_MTD is not set
2007 # CONFIG_PARPORT is not set
2008 CONFIG_BLK_DEV=y
2009 # CONFIG_BLK_DEV_COW_COMMON is not set
2010 @@ -356,11 +310,15 @@ CONFIG_BLK_DEV_LOOP=y
2011 CONFIG_BLK_DEV_RAM=y
2012 CONFIG_BLK_DEV_RAM_COUNT=16
2013 CONFIG_BLK_DEV_RAM_SIZE=64000
2014 -CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
2015 +# CONFIG_BLK_DEV_XIP is not set
2016 # CONFIG_CDROM_PKTCDVD is not set
2017 # CONFIG_ATA_OVER_ETH is not set
2018 CONFIG_MISC_DEVICES=y
2019 +CONFIG_COLDFIRE_SEC=y
2020 +CONFIG_SEC_DEVICE=y
2021 # CONFIG_EEPROM_93CX6 is not set
2022 +# CONFIG_ENCLOSURE_SERVICES is not set
2023 +CONFIG_HAVE_IDE=y
2024 # CONFIG_IDE is not set
2025
2026 #
2027 @@ -417,6 +375,7 @@ CONFIG_MII=y
2028 CONFIG_FEC_548x=y
2029 CONFIG_FEC_548x_AUTO_NEGOTIATION=y
2030 # CONFIG_FEC_548x_ENABLE_FEC2 is not set
2031 +# CONFIG_ENC28J60 is not set
2032 # CONFIG_IBM_NEW_EMAC_ZMII is not set
2033 # CONFIG_IBM_NEW_EMAC_RGMII is not set
2034 # CONFIG_IBM_NEW_EMAC_TAH is not set
2035 @@ -433,7 +392,6 @@ CONFIG_FEC_548x_AUTO_NEGOTIATION=y
2036 # CONFIG_WAN is not set
2037 # CONFIG_PPP is not set
2038 # CONFIG_SLIP is not set
2039 -# CONFIG_SHAPER is not set
2040 # CONFIG_NETCONSOLE is not set
2041 # CONFIG_NETPOLL is not set
2042 # CONFIG_NET_POLL_CONTROLLER is not set
2043 @@ -500,6 +458,8 @@ CONFIG_HW_CONSOLE=y
2044 # Non-8250 serial port support
2045 #
2046 CONFIG_SERIAL_COLDFIRE=y
2047 +# CONFIG_SERIAL_COLDFIRE_IRDA is not set
2048 +# CONFIG_SERIAL_MCF is not set
2049 CONFIG_UNIX98_PTYS=y
2050 # CONFIG_LEGACY_PTYS is not set
2051 # CONFIG_IPMI_HANDLER is not set
2052 @@ -508,17 +468,69 @@ CONFIG_UNIX98_PTYS=y
2053 # CONFIG_R3964 is not set
2054 # CONFIG_RAW_DRIVER is not set
2055 # CONFIG_TCG_TPM is not set
2056 -# CONFIG_I2C is not set
2057 +CONFIG_I2C=y
2058 +CONFIG_I2C_BOARDINFO=y
2059 +# CONFIG_I2C_CHARDEV is not set
2060 +
2061 +#
2062 +# I2C Algorithms
2063 +#
2064 +# CONFIG_I2C_ALGOBIT is not set
2065 +# CONFIG_I2C_ALGOPCF is not set
2066 +# CONFIG_I2C_ALGOPCA is not set
2067 +
2068 +#
2069 +# I2C Hardware Bus support
2070 +#
2071 +CONFIG_I2C_MCF548x=y
2072 +# CONFIG_I2C_MCF is not set
2073 +# CONFIG_I2C_OCORES is not set
2074 +# CONFIG_I2C_PARPORT_LIGHT is not set
2075 +# CONFIG_I2C_SIMTEC is not set
2076 +# CONFIG_I2C_TAOS_EVM is not set
2077 +# CONFIG_I2C_STUB is not set
2078 +
2079 +#
2080 +# Miscellaneous I2C Chip support
2081 +#
2082 +# CONFIG_DS1682 is not set
2083 +# CONFIG_SENSORS_EEPROM is not set
2084 +# CONFIG_SENSORS_PCF8574 is not set
2085 +# CONFIG_PCF8575 is not set
2086 +# CONFIG_SENSORS_PCF8591 is not set
2087 +# CONFIG_TPS65010 is not set
2088 +# CONFIG_SENSORS_MAX6875 is not set
2089 +# CONFIG_SENSORS_TSL2550 is not set
2090 +# CONFIG_I2C_DEBUG_CORE is not set
2091 +# CONFIG_I2C_DEBUG_ALGO is not set
2092 +# CONFIG_I2C_DEBUG_BUS is not set
2093 +# CONFIG_I2C_DEBUG_CHIP is not set
2094
2095 #
2096 # SPI support
2097 #
2098 -# CONFIG_SPI is not set
2099 +CONFIG_SPI=y
2100 +CONFIG_SPI_DEBUG=y
2101 # CONFIG_COLDFIRE_EDMA is not set
2102 -# CONFIG_SPI_MASTER is not set
2103 +CONFIG_SPI_MASTER=y
2104 +
2105 +#
2106 +# SPI Master Controller Drivers
2107 +#
2108 +# CONFIG_SPI_BITBANG is not set
2109 +CONFIG_SPI_COLDFIRE=y
2110 +
2111 +#
2112 +# SPI Protocol Masters
2113 +#
2114 +# CONFIG_SPI_AT25 is not set
2115 +# CONFIG_SPI_SPIDEV is not set
2116 +# CONFIG_SPI_TLE62X0 is not set
2117 +# CONFIG_SPI_COLDFIRE_SSI_AUDIO is not set
2118 # CONFIG_W1 is not set
2119 # CONFIG_POWER_SUPPLY is not set
2120 # CONFIG_HWMON is not set
2121 +# CONFIG_THERMAL is not set
2122 # CONFIG_WATCHDOG is not set
2123
2124 #
2125 @@ -567,6 +579,7 @@ CONFIG_HID_DEBUG=y
2126 # CONFIG_HIDRAW is not set
2127 # CONFIG_USB_SUPPORT is not set
2128 # CONFIG_MMC is not set
2129 +# CONFIG_MEMSTICK is not set
2130 # CONFIG_NEW_LEDS is not set
2131 # CONFIG_RTC_CLASS is not set
2132
2133 @@ -599,11 +612,9 @@ CONFIG_FS_MBCACHE=y
2134 # CONFIG_XFS_FS is not set
2135 # CONFIG_GFS2_FS is not set
2136 # CONFIG_OCFS2_FS is not set
2137 -CONFIG_MINIX_FS=y
2138 -CONFIG_ROMFS_FS=y
2139 +CONFIG_DNOTIFY=y
2140 # CONFIG_INOTIFY is not set
2141 # CONFIG_QUOTA is not set
2142 -CONFIG_DNOTIFY=y
2143 # CONFIG_AUTOFS_FS is not set
2144 # CONFIG_AUTOFS4_FS is not set
2145 # CONFIG_FUSE_FS is not set
2146 @@ -648,11 +659,12 @@ CONFIG_TMPFS=y
2147 # CONFIG_BEFS_FS is not set
2148 # CONFIG_BFS_FS is not set
2149 # CONFIG_EFS_FS is not set
2150 -# CONFIG_JFFS2_FS is not set
2151 # CONFIG_CRAMFS is not set
2152 # CONFIG_VXFS_FS is not set
2153 +CONFIG_MINIX_FS=y
2154 # CONFIG_HPFS_FS is not set
2155 # CONFIG_QNX4FS_FS is not set
2156 +CONFIG_ROMFS_FS=y
2157 # CONFIG_SYSV_FS is not set
2158 # CONFIG_UFS_FS is not set
2159 CONFIG_NETWORK_FILESYSTEMS=y
2160 @@ -736,9 +748,6 @@ CONFIG_NLS_ISO8859_1=y
2161 # CONFIG_NLS_KOI8_U is not set
2162 CONFIG_NLS_UTF8=y
2163 # CONFIG_DLM is not set
2164 -CONFIG_INSTRUMENTATION=y
2165 -# CONFIG_PROFILING is not set
2166 -# CONFIG_MARKERS is not set
2167
2168 #
2169 # Kernel hacking
2170 @@ -770,20 +779,15 @@ CONFIG_DEBUG_INFO=y
2171 # CONFIG_DEBUG_LIST is not set
2172 # CONFIG_DEBUG_SG is not set
2173 # CONFIG_FRAME_POINTER is not set
2174 -CONFIG_FORCED_INLINING=y
2175 # CONFIG_BOOT_PRINTK_DELAY is not set
2176 # CONFIG_RCU_TORTURE_TEST is not set
2177 +# CONFIG_BACKTRACE_SELF_TEST is not set
2178 # CONFIG_FAULT_INJECTION is not set
2179 # CONFIG_SAMPLES is not set
2180 CONFIG_BOOTPARAM=y
2181 CONFIG_BOOTPARAM_STRING="root=/dev/nfs rw nfsroot=172.27.163.2:/tftpboot/ltib ip=172.27.163.3:172.27.163.2:172.27.255.254:255.255.0.0::eth0:off mtdparts=phys_mapped_flash:16m(User)"
2182
2183 #
2184 -# CodeTEST Setup
2185 -#
2186 -# CONFIG_CODETEST is not set
2187 -
2188 -#
2189 # Security options
2190 #
2191 # CONFIG_KEYS is not set
2192 @@ -791,7 +795,9 @@ CONFIG_BOOTPARAM_STRING="root=/dev/nfs r
2193 # CONFIG_SECURITY_FILE_CAPABILITIES is not set
2194 CONFIG_CRYPTO=y
2195 CONFIG_CRYPTO_ALGAPI=y
2196 +CONFIG_CRYPTO_AEAD=y
2197 CONFIG_CRYPTO_BLKCIPHER=y
2198 +# CONFIG_CRYPTO_SEQIV is not set
2199 CONFIG_CRYPTO_HASH=y
2200 CONFIG_CRYPTO_MANAGER=y
2201 CONFIG_CRYPTO_HMAC=y
2202 @@ -810,6 +816,9 @@ CONFIG_CRYPTO_CBC=y
2203 # CONFIG_CRYPTO_PCBC is not set
2204 # CONFIG_CRYPTO_LRW is not set
2205 # CONFIG_CRYPTO_XTS is not set
2206 +# CONFIG_CRYPTO_CTR is not set
2207 +# CONFIG_CRYPTO_GCM is not set
2208 +# CONFIG_CRYPTO_CCM is not set
2209 # CONFIG_CRYPTO_CRYPTD is not set
2210 CONFIG_CRYPTO_DES=y
2211 # CONFIG_CRYPTO_FCRYPT is not set
2212 @@ -824,12 +833,14 @@ CONFIG_CRYPTO_DES=y
2213 # CONFIG_CRYPTO_KHAZAD is not set
2214 # CONFIG_CRYPTO_ANUBIS is not set
2215 # CONFIG_CRYPTO_SEED is not set
2216 +# CONFIG_CRYPTO_SALSA20 is not set
2217 # CONFIG_CRYPTO_DEFLATE is not set
2218 # CONFIG_CRYPTO_MICHAEL_MIC is not set
2219 # CONFIG_CRYPTO_CRC32C is not set
2220 # CONFIG_CRYPTO_CAMELLIA is not set
2221 CONFIG_CRYPTO_TEST=m
2222 -# CONFIG_CRYPTO_AUTHENC is not set
2223 +CONFIG_CRYPTO_AUTHENC=y
2224 +# CONFIG_CRYPTO_LZO is not set
2225 # CONFIG_CRYPTO_HW is not set
2226
2227 #