diff options
author | Dan Williams <dan.j.williams@intel.com> | 2007-08-02 12:08:51 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-08-04 17:13:47 -0400 |
commit | 581cf23b51614461ab66e3b786d96cc73e813550 (patch) | |
tree | b86a40dd424d2003fdb69fea17e4c7ae319f59fd /arch/arm | |
parent | 0a8626a475b2b6215a25e944fbd378bd5818fdd7 (diff) |
[ARM] 4541/1: iop: defconfig updates
With the availability of the iop-adma driver iop platforms can now use
their offload engines for md-raid5 (copy+xor) and net-dma (tcp receive
copy) offload.
Cc: Lennert Buytenhek <kernel@wantstofly.org>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/iop13xx_defconfig | 306 | ||||
-rw-r--r-- | arch/arm/configs/iop32x_defconfig | 382 | ||||
-rw-r--r-- | arch/arm/configs/iop33x_defconfig | 313 |
3 files changed, 439 insertions, 562 deletions
diff --git a/arch/arm/configs/iop13xx_defconfig b/arch/arm/configs/iop13xx_defconfig index 43c4a37e9247..add03c9e5553 100644 --- a/arch/arm/configs/iop13xx_defconfig +++ b/arch/arm/configs/iop13xx_defconfig | |||
@@ -1,12 +1,18 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20-rc1-git5 | 3 | # Linux kernel version: 2.6.22 |
4 | # Tue Dec 19 21:38:01 2006 | 4 | # Thu Jul 19 15:57:52 2007 |
5 | # | 5 | # |
6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | ||
8 | # CONFIG_GENERIC_GPIO is not set | ||
7 | # CONFIG_GENERIC_TIME is not set | 9 | # CONFIG_GENERIC_TIME is not set |
10 | # CONFIG_GENERIC_CLOCKEVENTS is not set | ||
8 | CONFIG_MMU=y | 11 | CONFIG_MMU=y |
12 | # CONFIG_NO_IOPORT is not set | ||
9 | CONFIG_GENERIC_HARDIRQS=y | 13 | CONFIG_GENERIC_HARDIRQS=y |
14 | CONFIG_STACKTRACE_SUPPORT=y | ||
15 | CONFIG_LOCKDEP_SUPPORT=y | ||
10 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | 16 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y |
11 | CONFIG_HARDIRQS_SW_RESEND=y | 17 | CONFIG_HARDIRQS_SW_RESEND=y |
12 | CONFIG_GENERIC_IRQ_PROBE=y | 18 | CONFIG_GENERIC_IRQ_PROBE=y |
@@ -15,6 +21,7 @@ CONFIG_RWSEM_GENERIC_SPINLOCK=y | |||
15 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | 21 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set |
16 | CONFIG_GENERIC_HWEIGHT=y | 22 | CONFIG_GENERIC_HWEIGHT=y |
17 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 23 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
24 | CONFIG_ZONE_DMA=y | ||
18 | CONFIG_VECTORS_BASE=0xffff0000 | 25 | CONFIG_VECTORS_BASE=0xffff0000 |
19 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 26 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
20 | 27 | ||
@@ -32,17 +39,19 @@ CONFIG_LOCALVERSION="" | |||
32 | # CONFIG_LOCALVERSION_AUTO is not set | 39 | # CONFIG_LOCALVERSION_AUTO is not set |
33 | CONFIG_SWAP=y | 40 | CONFIG_SWAP=y |
34 | CONFIG_SYSVIPC=y | 41 | CONFIG_SYSVIPC=y |
35 | # CONFIG_IPC_NS is not set | 42 | CONFIG_SYSVIPC_SYSCTL=y |
36 | CONFIG_POSIX_MQUEUE=y | 43 | CONFIG_POSIX_MQUEUE=y |
37 | CONFIG_BSD_PROCESS_ACCT=y | 44 | CONFIG_BSD_PROCESS_ACCT=y |
38 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | 45 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set |
39 | # CONFIG_TASKSTATS is not set | 46 | # CONFIG_TASKSTATS is not set |
40 | # CONFIG_UTS_NS is not set | 47 | # CONFIG_USER_NS is not set |
41 | # CONFIG_AUDIT is not set | 48 | # CONFIG_AUDIT is not set |
42 | CONFIG_IKCONFIG=y | 49 | CONFIG_IKCONFIG=y |
43 | CONFIG_IKCONFIG_PROC=y | 50 | CONFIG_IKCONFIG_PROC=y |
51 | CONFIG_LOG_BUF_SHIFT=14 | ||
44 | CONFIG_SYSFS_DEPRECATED=y | 52 | CONFIG_SYSFS_DEPRECATED=y |
45 | # CONFIG_RELAY is not set | 53 | # CONFIG_RELAY is not set |
54 | CONFIG_BLK_DEV_INITRD=y | ||
46 | CONFIG_INITRAMFS_SOURCE="" | 55 | CONFIG_INITRAMFS_SOURCE="" |
47 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 56 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
48 | CONFIG_SYSCTL=y | 57 | CONFIG_SYSCTL=y |
@@ -57,32 +66,30 @@ CONFIG_BUG=y | |||
57 | CONFIG_ELF_CORE=y | 66 | CONFIG_ELF_CORE=y |
58 | CONFIG_BASE_FULL=y | 67 | CONFIG_BASE_FULL=y |
59 | CONFIG_FUTEX=y | 68 | CONFIG_FUTEX=y |
69 | CONFIG_ANON_INODES=y | ||
60 | CONFIG_EPOLL=y | 70 | CONFIG_EPOLL=y |
71 | CONFIG_SIGNALFD=y | ||
72 | CONFIG_TIMERFD=y | ||
73 | CONFIG_EVENTFD=y | ||
61 | CONFIG_SHMEM=y | 74 | CONFIG_SHMEM=y |
62 | CONFIG_SLAB=y | ||
63 | CONFIG_VM_EVENT_COUNTERS=y | 75 | CONFIG_VM_EVENT_COUNTERS=y |
76 | CONFIG_SLAB=y | ||
77 | # CONFIG_SLUB is not set | ||
78 | # CONFIG_SLOB is not set | ||
64 | CONFIG_RT_MUTEXES=y | 79 | CONFIG_RT_MUTEXES=y |
65 | # CONFIG_TINY_SHMEM is not set | 80 | # CONFIG_TINY_SHMEM is not set |
66 | CONFIG_BASE_SMALL=0 | 81 | CONFIG_BASE_SMALL=0 |
67 | # CONFIG_SLOB is not set | ||
68 | |||
69 | # | ||
70 | # Loadable module support | ||
71 | # | ||
72 | CONFIG_MODULES=y | 82 | CONFIG_MODULES=y |
73 | CONFIG_MODULE_UNLOAD=y | 83 | CONFIG_MODULE_UNLOAD=y |
74 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 84 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
75 | CONFIG_MODVERSIONS=y | 85 | CONFIG_MODVERSIONS=y |
76 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 86 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
77 | CONFIG_KMOD=y | 87 | CONFIG_KMOD=y |
78 | |||
79 | # | ||
80 | # Block layer | ||
81 | # | ||
82 | CONFIG_BLOCK=y | 88 | CONFIG_BLOCK=y |
83 | # CONFIG_LBD is not set | 89 | # CONFIG_LBD is not set |
84 | # CONFIG_BLK_DEV_IO_TRACE is not set | 90 | # CONFIG_BLK_DEV_IO_TRACE is not set |
85 | # CONFIG_LSF is not set | 91 | # CONFIG_LSF is not set |
92 | # CONFIG_BLK_DEV_BSG is not set | ||
86 | 93 | ||
87 | # | 94 | # |
88 | # IO Schedulers | 95 | # IO Schedulers |
@@ -114,13 +121,15 @@ CONFIG_DEFAULT_IOSCHED="deadline" | |||
114 | # CONFIG_ARCH_NETX is not set | 121 | # CONFIG_ARCH_NETX is not set |
115 | # CONFIG_ARCH_H720X is not set | 122 | # CONFIG_ARCH_H720X is not set |
116 | # CONFIG_ARCH_IMX is not set | 123 | # CONFIG_ARCH_IMX is not set |
124 | CONFIG_ARCH_IOP13XX=y | ||
117 | # CONFIG_ARCH_IOP32X is not set | 125 | # CONFIG_ARCH_IOP32X is not set |
118 | # CONFIG_ARCH_IOP33X is not set | 126 | # CONFIG_ARCH_IOP33X is not set |
119 | CONFIG_ARCH_IOP13XX=y | ||
120 | # CONFIG_ARCH_IXP4XX is not set | ||
121 | # CONFIG_ARCH_IXP2000 is not set | ||
122 | # CONFIG_ARCH_IXP23XX is not set | 127 | # CONFIG_ARCH_IXP23XX is not set |
128 | # CONFIG_ARCH_IXP2000 is not set | ||
129 | # CONFIG_ARCH_IXP4XX is not set | ||
123 | # CONFIG_ARCH_L7200 is not set | 130 | # CONFIG_ARCH_L7200 is not set |
131 | # CONFIG_ARCH_KS8695 is not set | ||
132 | # CONFIG_ARCH_NS9XXX is not set | ||
124 | # CONFIG_ARCH_PNX4008 is not set | 133 | # CONFIG_ARCH_PNX4008 is not set |
125 | # CONFIG_ARCH_PXA is not set | 134 | # CONFIG_ARCH_PXA is not set |
126 | # CONFIG_ARCH_RPC is not set | 135 | # CONFIG_ARCH_RPC is not set |
@@ -128,6 +137,7 @@ CONFIG_ARCH_IOP13XX=y | |||
128 | # CONFIG_ARCH_S3C2410 is not set | 137 | # CONFIG_ARCH_S3C2410 is not set |
129 | # CONFIG_ARCH_SHARK is not set | 138 | # CONFIG_ARCH_SHARK is not set |
130 | # CONFIG_ARCH_LH7A40X is not set | 139 | # CONFIG_ARCH_LH7A40X is not set |
140 | # CONFIG_ARCH_DAVINCI is not set | ||
131 | # CONFIG_ARCH_OMAP is not set | 141 | # CONFIG_ARCH_OMAP is not set |
132 | 142 | ||
133 | # | 143 | # |
@@ -141,6 +151,12 @@ CONFIG_MACH_IQ81340SC=y | |||
141 | CONFIG_MACH_IQ81340MC=y | 151 | CONFIG_MACH_IQ81340MC=y |
142 | 152 | ||
143 | # | 153 | # |
154 | # IOP13XX IMU Support | ||
155 | # | ||
156 | # CONFIG_IOP_IMU is not set | ||
157 | CONFIG_PLAT_IOP=y | ||
158 | |||
159 | # | ||
144 | # Processor Type | 160 | # Processor Type |
145 | # | 161 | # |
146 | CONFIG_CPU_32=y | 162 | CONFIG_CPU_32=y |
@@ -159,13 +175,16 @@ CONFIG_IO_36=y | |||
159 | CONFIG_ARM_THUMB=y | 175 | CONFIG_ARM_THUMB=y |
160 | # CONFIG_CPU_DCACHE_DISABLE is not set | 176 | # CONFIG_CPU_DCACHE_DISABLE is not set |
161 | # CONFIG_CPU_BPREDICT_DISABLE is not set | 177 | # CONFIG_CPU_BPREDICT_DISABLE is not set |
178 | # CONFIG_OUTER_CACHE is not set | ||
162 | # CONFIG_IWMMXT is not set | 179 | # CONFIG_IWMMXT is not set |
163 | 180 | ||
164 | # | 181 | # |
165 | # Bus support | 182 | # Bus support |
166 | # | 183 | # |
167 | CONFIG_PCI=y | 184 | CONFIG_PCI=y |
168 | # CONFIG_PCI_MULTITHREAD_PROBE is not set | 185 | CONFIG_PCI_SYSCALL=y |
186 | CONFIG_ARCH_SUPPORTS_MSI=y | ||
187 | # CONFIG_PCI_MSI is not set | ||
169 | 188 | ||
170 | # | 189 | # |
171 | # PCCARD (PCMCIA/CardBus) support | 190 | # PCCARD (PCMCIA/CardBus) support |
@@ -175,6 +194,7 @@ CONFIG_PCI=y | |||
175 | # | 194 | # |
176 | # Kernel Features | 195 | # Kernel Features |
177 | # | 196 | # |
197 | # CONFIG_TICK_ONESHOT is not set | ||
178 | # CONFIG_PREEMPT is not set | 198 | # CONFIG_PREEMPT is not set |
179 | # CONFIG_NO_IDLE_HZ is not set | 199 | # CONFIG_NO_IDLE_HZ is not set |
180 | CONFIG_HZ=100 | 200 | CONFIG_HZ=100 |
@@ -189,6 +209,9 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
189 | # CONFIG_SPARSEMEM_STATIC is not set | 209 | # CONFIG_SPARSEMEM_STATIC is not set |
190 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | 210 | CONFIG_SPLIT_PTLOCK_CPUS=4096 |
191 | # CONFIG_RESOURCES_64BIT is not set | 211 | # CONFIG_RESOURCES_64BIT is not set |
212 | CONFIG_ZONE_DMA_FLAG=1 | ||
213 | CONFIG_BOUNCE=y | ||
214 | CONFIG_VIRT_TO_BUS=y | ||
192 | CONFIG_ALIGNMENT_TRAP=y | 215 | CONFIG_ALIGNMENT_TRAP=y |
193 | 216 | ||
194 | # | 217 | # |
@@ -198,6 +221,7 @@ CONFIG_ZBOOT_ROM_TEXT=0x0 | |||
198 | CONFIG_ZBOOT_ROM_BSS=0x0 | 221 | CONFIG_ZBOOT_ROM_BSS=0x0 |
199 | CONFIG_CMDLINE="ip=bootp root=nfs console=ttyS0,115200 nfsroot=,tcp,v3,wsize=8192,rsize=8192" | 222 | CONFIG_CMDLINE="ip=bootp root=nfs console=ttyS0,115200 nfsroot=,tcp,v3,wsize=8192,rsize=8192" |
200 | # CONFIG_XIP_KERNEL is not set | 223 | # CONFIG_XIP_KERNEL is not set |
224 | # CONFIG_KEXEC is not set | ||
201 | 225 | ||
202 | # | 226 | # |
203 | # Floating point emulation | 227 | # Floating point emulation |
@@ -222,7 +246,6 @@ CONFIG_BINFMT_AOUT=y | |||
222 | # Power management options | 246 | # Power management options |
223 | # | 247 | # |
224 | # CONFIG_PM is not set | 248 | # CONFIG_PM is not set |
225 | # CONFIG_APM is not set | ||
226 | 249 | ||
227 | # | 250 | # |
228 | # Networking | 251 | # Networking |
@@ -232,14 +255,15 @@ CONFIG_NET=y | |||
232 | # | 255 | # |
233 | # Networking options | 256 | # Networking options |
234 | # | 257 | # |
235 | # CONFIG_NETDEBUG is not set | ||
236 | CONFIG_PACKET=y | 258 | CONFIG_PACKET=y |
237 | CONFIG_PACKET_MMAP=y | 259 | CONFIG_PACKET_MMAP=y |
238 | CONFIG_UNIX=y | 260 | CONFIG_UNIX=y |
239 | CONFIG_XFRM=y | 261 | CONFIG_XFRM=y |
240 | # CONFIG_XFRM_USER is not set | 262 | # CONFIG_XFRM_USER is not set |
241 | # CONFIG_XFRM_SUB_POLICY is not set | 263 | # CONFIG_XFRM_SUB_POLICY is not set |
264 | # CONFIG_XFRM_MIGRATE is not set | ||
242 | CONFIG_NET_KEY=y | 265 | CONFIG_NET_KEY=y |
266 | # CONFIG_NET_KEY_MIGRATE is not set | ||
243 | CONFIG_INET=y | 267 | CONFIG_INET=y |
244 | CONFIG_IP_MULTICAST=y | 268 | CONFIG_IP_MULTICAST=y |
245 | # CONFIG_IP_ADVANCED_ROUTER is not set | 269 | # CONFIG_IP_ADVANCED_ROUTER is not set |
@@ -270,6 +294,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
270 | CONFIG_IPV6=y | 294 | CONFIG_IPV6=y |
271 | # CONFIG_IPV6_PRIVACY is not set | 295 | # CONFIG_IPV6_PRIVACY is not set |
272 | # CONFIG_IPV6_ROUTER_PREF is not set | 296 | # CONFIG_IPV6_ROUTER_PREF is not set |
297 | # CONFIG_IPV6_OPTIMISTIC_DAD is not set | ||
273 | # CONFIG_INET6_AH is not set | 298 | # CONFIG_INET6_AH is not set |
274 | # CONFIG_INET6_ESP is not set | 299 | # CONFIG_INET6_ESP is not set |
275 | # CONFIG_INET6_IPCOMP is not set | 300 | # CONFIG_INET6_IPCOMP is not set |
@@ -285,20 +310,8 @@ CONFIG_IPV6=y | |||
285 | # CONFIG_IPV6_MULTIPLE_TABLES is not set | 310 | # CONFIG_IPV6_MULTIPLE_TABLES is not set |
286 | # CONFIG_NETWORK_SECMARK is not set | 311 | # CONFIG_NETWORK_SECMARK is not set |
287 | # CONFIG_NETFILTER is not set | 312 | # CONFIG_NETFILTER is not set |
288 | |||
289 | # | ||
290 | # DCCP Configuration (EXPERIMENTAL) | ||
291 | # | ||
292 | # CONFIG_IP_DCCP is not set | 313 | # CONFIG_IP_DCCP is not set |
293 | |||
294 | # | ||
295 | # SCTP Configuration (EXPERIMENTAL) | ||
296 | # | ||
297 | # CONFIG_IP_SCTP is not set | 314 | # CONFIG_IP_SCTP is not set |
298 | |||
299 | # | ||
300 | # TIPC Configuration (EXPERIMENTAL) | ||
301 | # | ||
302 | # CONFIG_TIPC is not set | 315 | # CONFIG_TIPC is not set |
303 | # CONFIG_ATM is not set | 316 | # CONFIG_ATM is not set |
304 | # CONFIG_BRIDGE is not set | 317 | # CONFIG_BRIDGE is not set |
@@ -324,7 +337,17 @@ CONFIG_IPV6=y | |||
324 | # CONFIG_HAMRADIO is not set | 337 | # CONFIG_HAMRADIO is not set |
325 | # CONFIG_IRDA is not set | 338 | # CONFIG_IRDA is not set |
326 | # CONFIG_BT is not set | 339 | # CONFIG_BT is not set |
340 | # CONFIG_AF_RXRPC is not set | ||
341 | |||
342 | # | ||
343 | # Wireless | ||
344 | # | ||
345 | # CONFIG_CFG80211 is not set | ||
346 | # CONFIG_WIRELESS_EXT is not set | ||
347 | # CONFIG_MAC80211 is not set | ||
327 | # CONFIG_IEEE80211 is not set | 348 | # CONFIG_IEEE80211 is not set |
349 | # CONFIG_RFKILL is not set | ||
350 | # CONFIG_NET_9P is not set | ||
328 | 351 | ||
329 | # | 352 | # |
330 | # Device Drivers | 353 | # Device Drivers |
@@ -337,15 +360,7 @@ CONFIG_STANDALONE=y | |||
337 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 360 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
338 | # CONFIG_FW_LOADER is not set | 361 | # CONFIG_FW_LOADER is not set |
339 | # CONFIG_SYS_HYPERVISOR is not set | 362 | # CONFIG_SYS_HYPERVISOR is not set |
340 | |||
341 | # | ||
342 | # Connector - unified userspace <-> kernelspace linker | ||
343 | # | ||
344 | # CONFIG_CONNECTOR is not set | 363 | # CONFIG_CONNECTOR is not set |
345 | |||
346 | # | ||
347 | # Memory Technology Devices (MTD) | ||
348 | # | ||
349 | CONFIG_MTD=y | 364 | CONFIG_MTD=y |
350 | # CONFIG_MTD_DEBUG is not set | 365 | # CONFIG_MTD_DEBUG is not set |
351 | # CONFIG_MTD_CONCAT is not set | 366 | # CONFIG_MTD_CONCAT is not set |
@@ -361,6 +376,7 @@ CONFIG_MTD_REDBOOT_PARTS_READONLY=y | |||
361 | # User Modules And Translation Layers | 376 | # User Modules And Translation Layers |
362 | # | 377 | # |
363 | # CONFIG_MTD_CHAR is not set | 378 | # CONFIG_MTD_CHAR is not set |
379 | CONFIG_MTD_BLKDEVS=y | ||
364 | CONFIG_MTD_BLOCK=y | 380 | CONFIG_MTD_BLOCK=y |
365 | # CONFIG_FTL is not set | 381 | # CONFIG_FTL is not set |
366 | # CONFIG_NFTL is not set | 382 | # CONFIG_NFTL is not set |
@@ -397,7 +413,6 @@ CONFIG_MTD_CFI_UTIL=y | |||
397 | # CONFIG_MTD_RAM is not set | 413 | # CONFIG_MTD_RAM is not set |
398 | # CONFIG_MTD_ROM is not set | 414 | # CONFIG_MTD_ROM is not set |
399 | # CONFIG_MTD_ABSENT is not set | 415 | # CONFIG_MTD_ABSENT is not set |
400 | # CONFIG_MTD_OBSOLETE_CHIPS is not set | ||
401 | 416 | ||
402 | # | 417 | # |
403 | # Mapping drivers for chip access | 418 | # Mapping drivers for chip access |
@@ -425,42 +440,27 @@ CONFIG_MTD_PHYSMAP_BANKWIDTH=2 | |||
425 | # CONFIG_MTD_DOC2000 is not set | 440 | # CONFIG_MTD_DOC2000 is not set |
426 | # CONFIG_MTD_DOC2001 is not set | 441 | # CONFIG_MTD_DOC2001 is not set |
427 | # CONFIG_MTD_DOC2001PLUS is not set | 442 | # CONFIG_MTD_DOC2001PLUS is not set |
428 | |||
429 | # | ||
430 | # NAND Flash Device Drivers | ||
431 | # | ||
432 | # CONFIG_MTD_NAND is not set | 443 | # CONFIG_MTD_NAND is not set |
433 | |||
434 | # | ||
435 | # OneNAND Flash Device Drivers | ||
436 | # | ||
437 | # CONFIG_MTD_ONENAND is not set | 444 | # CONFIG_MTD_ONENAND is not set |
438 | 445 | ||
439 | # | 446 | # |
440 | # Parallel port support | 447 | # UBI - Unsorted block images |
441 | # | 448 | # |
449 | # CONFIG_MTD_UBI is not set | ||
442 | # CONFIG_PARPORT is not set | 450 | # CONFIG_PARPORT is not set |
443 | 451 | CONFIG_BLK_DEV=y | |
444 | # | ||
445 | # Plug and Play support | ||
446 | # | ||
447 | |||
448 | # | ||
449 | # Block devices | ||
450 | # | ||
451 | # CONFIG_BLK_CPQ_DA is not set | 452 | # CONFIG_BLK_CPQ_DA is not set |
452 | # CONFIG_BLK_CPQ_CISS_DA is not set | 453 | # CONFIG_BLK_CPQ_CISS_DA is not set |
453 | # CONFIG_BLK_DEV_DAC960 is not set | 454 | # CONFIG_BLK_DEV_DAC960 is not set |
454 | # CONFIG_BLK_DEV_UMEM is not set | 455 | # CONFIG_BLK_DEV_UMEM is not set |
455 | # CONFIG_BLK_DEV_COW_COMMON is not set | 456 | # CONFIG_BLK_DEV_COW_COMMON is not set |
456 | # CONFIG_BLK_DEV_LOOP is not set | 457 | # CONFIG_BLK_DEV_LOOP is not set |
457 | CONFIG_BLK_DEV_NBD=y | 458 | # CONFIG_BLK_DEV_NBD is not set |
458 | # CONFIG_BLK_DEV_SX8 is not set | 459 | # CONFIG_BLK_DEV_SX8 is not set |
459 | CONFIG_BLK_DEV_RAM=y | 460 | CONFIG_BLK_DEV_RAM=y |
460 | CONFIG_BLK_DEV_RAM_COUNT=2 | 461 | CONFIG_BLK_DEV_RAM_COUNT=2 |
461 | CONFIG_BLK_DEV_RAM_SIZE=8192 | 462 | CONFIG_BLK_DEV_RAM_SIZE=8192 |
462 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | 463 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 |
463 | CONFIG_BLK_DEV_INITRD=y | ||
464 | # CONFIG_CDROM_PKTCDVD is not set | 464 | # CONFIG_CDROM_PKTCDVD is not set |
465 | # CONFIG_ATA_OVER_ETH is not set | 465 | # CONFIG_ATA_OVER_ETH is not set |
466 | 466 | ||
@@ -469,6 +469,7 @@ CONFIG_BLK_DEV_INITRD=y | |||
469 | # | 469 | # |
470 | # CONFIG_RAID_ATTRS is not set | 470 | # CONFIG_RAID_ATTRS is not set |
471 | CONFIG_SCSI=y | 471 | CONFIG_SCSI=y |
472 | CONFIG_SCSI_DMA=y | ||
472 | # CONFIG_SCSI_TGT is not set | 473 | # CONFIG_SCSI_TGT is not set |
473 | # CONFIG_SCSI_NETLINK is not set | 474 | # CONFIG_SCSI_NETLINK is not set |
474 | CONFIG_SCSI_PROC_FS=y | 475 | CONFIG_SCSI_PROC_FS=y |
@@ -490,6 +491,7 @@ CONFIG_CHR_DEV_SG=y | |||
490 | CONFIG_SCSI_CONSTANTS=y | 491 | CONFIG_SCSI_CONSTANTS=y |
491 | # CONFIG_SCSI_LOGGING is not set | 492 | # CONFIG_SCSI_LOGGING is not set |
492 | # CONFIG_SCSI_SCAN_ASYNC is not set | 493 | # CONFIG_SCSI_SCAN_ASYNC is not set |
494 | CONFIG_SCSI_WAIT_SCAN=m | ||
493 | 495 | ||
494 | # | 496 | # |
495 | # SCSI Transports | 497 | # SCSI Transports |
@@ -534,15 +536,7 @@ CONFIG_SCSI_SAS_ATTRS=y | |||
534 | # CONFIG_SCSI_NSP32 is not set | 536 | # CONFIG_SCSI_NSP32 is not set |
535 | # CONFIG_SCSI_DEBUG is not set | 537 | # CONFIG_SCSI_DEBUG is not set |
536 | # CONFIG_SCSI_SRP is not set | 538 | # CONFIG_SCSI_SRP is not set |
537 | |||
538 | # | ||
539 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
540 | # | ||
541 | # CONFIG_ATA is not set | 539 | # CONFIG_ATA is not set |
542 | |||
543 | # | ||
544 | # Multi-device support (RAID and LVM) | ||
545 | # | ||
546 | CONFIG_MD=y | 540 | CONFIG_MD=y |
547 | CONFIG_BLK_DEV_MD=y | 541 | CONFIG_BLK_DEV_MD=y |
548 | # CONFIG_MD_LINEAR is not set | 542 | # CONFIG_MD_LINEAR is not set |
@@ -560,6 +554,7 @@ CONFIG_BLK_DEV_DM=y | |||
560 | # CONFIG_DM_MIRROR is not set | 554 | # CONFIG_DM_MIRROR is not set |
561 | # CONFIG_DM_ZERO is not set | 555 | # CONFIG_DM_ZERO is not set |
562 | # CONFIG_DM_MULTIPATH is not set | 556 | # CONFIG_DM_MULTIPATH is not set |
557 | # CONFIG_DM_DELAY is not set | ||
563 | 558 | ||
564 | # | 559 | # |
565 | # Fusion MPT device support | 560 | # Fusion MPT device support |
@@ -572,39 +567,19 @@ CONFIG_BLK_DEV_DM=y | |||
572 | # | 567 | # |
573 | # IEEE 1394 (FireWire) support | 568 | # IEEE 1394 (FireWire) support |
574 | # | 569 | # |
570 | # CONFIG_FIREWIRE is not set | ||
575 | # CONFIG_IEEE1394 is not set | 571 | # CONFIG_IEEE1394 is not set |
576 | |||
577 | # | ||
578 | # I2O device support | ||
579 | # | ||
580 | # CONFIG_I2O is not set | 572 | # CONFIG_I2O is not set |
581 | |||
582 | # | ||
583 | # Network device support | ||
584 | # | ||
585 | CONFIG_NETDEVICES=y | 573 | CONFIG_NETDEVICES=y |
574 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
586 | # CONFIG_DUMMY is not set | 575 | # CONFIG_DUMMY is not set |
587 | # CONFIG_BONDING is not set | 576 | # CONFIG_BONDING is not set |
577 | # CONFIG_MACVLAN is not set | ||
588 | # CONFIG_EQUALIZER is not set | 578 | # CONFIG_EQUALIZER is not set |
589 | # CONFIG_TUN is not set | 579 | # CONFIG_TUN is not set |
590 | |||
591 | # | ||
592 | # ARCnet devices | ||
593 | # | ||
594 | # CONFIG_ARCNET is not set | 580 | # CONFIG_ARCNET is not set |
595 | |||
596 | # | ||
597 | # PHY device support | ||
598 | # | ||
599 | |||
600 | # | ||
601 | # Ethernet (10 or 100Mbit) | ||
602 | # | ||
603 | # CONFIG_NET_ETHERNET is not set | 581 | # CONFIG_NET_ETHERNET is not set |
604 | 582 | CONFIG_NETDEV_1000=y | |
605 | # | ||
606 | # Ethernet (1000 Mbit) | ||
607 | # | ||
608 | # CONFIG_ACENIC is not set | 583 | # CONFIG_ACENIC is not set |
609 | # CONFIG_DL2K is not set | 584 | # CONFIG_DL2K is not set |
610 | CONFIG_E1000=y | 585 | CONFIG_E1000=y |
@@ -617,33 +592,26 @@ CONFIG_E1000_NAPI=y | |||
617 | # CONFIG_SIS190 is not set | 592 | # CONFIG_SIS190 is not set |
618 | # CONFIG_SKGE is not set | 593 | # CONFIG_SKGE is not set |
619 | # CONFIG_SKY2 is not set | 594 | # CONFIG_SKY2 is not set |
620 | # CONFIG_SK98LIN is not set | 595 | # CONFIG_VIA_VELOCITY is not set |
621 | # CONFIG_TIGON3 is not set | 596 | # CONFIG_TIGON3 is not set |
622 | # CONFIG_BNX2 is not set | 597 | # CONFIG_BNX2 is not set |
623 | # CONFIG_QLA3XXX is not set | 598 | # CONFIG_QLA3XXX is not set |
624 | 599 | # CONFIG_ATL1 is not set | |
625 | # | 600 | CONFIG_NETDEV_10000=y |
626 | # Ethernet (10000 Mbit) | ||
627 | # | ||
628 | # CONFIG_CHELSIO_T1 is not set | 601 | # CONFIG_CHELSIO_T1 is not set |
602 | # CONFIG_CHELSIO_T3 is not set | ||
629 | # CONFIG_IXGB is not set | 603 | # CONFIG_IXGB is not set |
630 | # CONFIG_S2IO is not set | 604 | # CONFIG_S2IO is not set |
631 | # CONFIG_MYRI10GE is not set | 605 | # CONFIG_MYRI10GE is not set |
632 | # CONFIG_NETXEN_NIC is not set | 606 | # CONFIG_NETXEN_NIC is not set |
633 | 607 | # CONFIG_MLX4_CORE is not set | |
634 | # | ||
635 | # Token Ring devices | ||
636 | # | ||
637 | # CONFIG_TR is not set | 608 | # CONFIG_TR is not set |
638 | 609 | ||
639 | # | 610 | # |
640 | # Wireless LAN (non-hamradio) | 611 | # Wireless LAN |
641 | # | ||
642 | # CONFIG_NET_RADIO is not set | ||
643 | |||
644 | # | ||
645 | # Wan interfaces | ||
646 | # | 612 | # |
613 | # CONFIG_WLAN_PRE80211 is not set | ||
614 | # CONFIG_WLAN_80211 is not set | ||
647 | # CONFIG_WAN is not set | 615 | # CONFIG_WAN is not set |
648 | # CONFIG_FDDI is not set | 616 | # CONFIG_FDDI is not set |
649 | # CONFIG_HIPPI is not set | 617 | # CONFIG_HIPPI is not set |
@@ -654,10 +622,6 @@ CONFIG_E1000_NAPI=y | |||
654 | # CONFIG_NETCONSOLE is not set | 622 | # CONFIG_NETCONSOLE is not set |
655 | # CONFIG_NETPOLL is not set | 623 | # CONFIG_NETPOLL is not set |
656 | # CONFIG_NET_POLL_CONTROLLER is not set | 624 | # CONFIG_NET_POLL_CONTROLLER is not set |
657 | |||
658 | # | ||
659 | # ISDN subsystem | ||
660 | # | ||
661 | # CONFIG_ISDN is not set | 625 | # CONFIG_ISDN is not set |
662 | 626 | ||
663 | # | 627 | # |
@@ -665,6 +629,7 @@ CONFIG_E1000_NAPI=y | |||
665 | # | 629 | # |
666 | CONFIG_INPUT=y | 630 | CONFIG_INPUT=y |
667 | # CONFIG_INPUT_FF_MEMLESS is not set | 631 | # CONFIG_INPUT_FF_MEMLESS is not set |
632 | # CONFIG_INPUT_POLLDEV is not set | ||
668 | 633 | ||
669 | # | 634 | # |
670 | # Userland interfaces | 635 | # Userland interfaces |
@@ -684,6 +649,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | |||
684 | # CONFIG_INPUT_KEYBOARD is not set | 649 | # CONFIG_INPUT_KEYBOARD is not set |
685 | # CONFIG_INPUT_MOUSE is not set | 650 | # CONFIG_INPUT_MOUSE is not set |
686 | # CONFIG_INPUT_JOYSTICK is not set | 651 | # CONFIG_INPUT_JOYSTICK is not set |
652 | # CONFIG_INPUT_TABLET is not set | ||
687 | # CONFIG_INPUT_TOUCHSCREEN is not set | 653 | # CONFIG_INPUT_TOUCHSCREEN is not set |
688 | # CONFIG_INPUT_MISC is not set | 654 | # CONFIG_INPUT_MISC is not set |
689 | 655 | ||
@@ -721,33 +687,18 @@ CONFIG_SERIAL_CORE_CONSOLE=y | |||
721 | CONFIG_UNIX98_PTYS=y | 687 | CONFIG_UNIX98_PTYS=y |
722 | CONFIG_LEGACY_PTYS=y | 688 | CONFIG_LEGACY_PTYS=y |
723 | CONFIG_LEGACY_PTY_COUNT=256 | 689 | CONFIG_LEGACY_PTY_COUNT=256 |
724 | |||
725 | # | ||
726 | # IPMI | ||
727 | # | ||
728 | # CONFIG_IPMI_HANDLER is not set | 690 | # CONFIG_IPMI_HANDLER is not set |
729 | |||
730 | # | ||
731 | # Watchdog Cards | ||
732 | # | ||
733 | # CONFIG_WATCHDOG is not set | 691 | # CONFIG_WATCHDOG is not set |
734 | CONFIG_HW_RANDOM=y | 692 | CONFIG_HW_RANDOM=y |
735 | # CONFIG_NVRAM is not set | 693 | # CONFIG_NVRAM is not set |
736 | # CONFIG_DTLK is not set | ||
737 | # CONFIG_R3964 is not set | 694 | # CONFIG_R3964 is not set |
738 | # CONFIG_APPLICOM is not set | 695 | # CONFIG_APPLICOM is not set |
739 | # CONFIG_DRM is not set | 696 | # CONFIG_DRM is not set |
740 | # CONFIG_RAW_DRIVER is not set | 697 | # CONFIG_RAW_DRIVER is not set |
741 | |||
742 | # | ||
743 | # TPM devices | ||
744 | # | ||
745 | # CONFIG_TCG_TPM is not set | 698 | # CONFIG_TCG_TPM is not set |
746 | 699 | CONFIG_DEVPORT=y | |
747 | # | ||
748 | # I2C support | ||
749 | # | ||
750 | CONFIG_I2C=y | 700 | CONFIG_I2C=y |
701 | CONFIG_I2C_BOARDINFO=y | ||
751 | # CONFIG_I2C_CHARDEV is not set | 702 | # CONFIG_I2C_CHARDEV is not set |
752 | 703 | ||
753 | # | 704 | # |
@@ -774,25 +725,28 @@ CONFIG_I2C_IOP3XX=y | |||
774 | # CONFIG_I2C_PARPORT_LIGHT is not set | 725 | # CONFIG_I2C_PARPORT_LIGHT is not set |
775 | # CONFIG_I2C_PROSAVAGE is not set | 726 | # CONFIG_I2C_PROSAVAGE is not set |
776 | # CONFIG_I2C_SAVAGE4 is not set | 727 | # CONFIG_I2C_SAVAGE4 is not set |
728 | # CONFIG_I2C_SIMTEC is not set | ||
777 | # CONFIG_I2C_SIS5595 is not set | 729 | # CONFIG_I2C_SIS5595 is not set |
778 | # CONFIG_I2C_SIS630 is not set | 730 | # CONFIG_I2C_SIS630 is not set |
779 | # CONFIG_I2C_SIS96X is not set | 731 | # CONFIG_I2C_SIS96X is not set |
732 | # CONFIG_I2C_TAOS_EVM is not set | ||
780 | # CONFIG_I2C_STUB is not set | 733 | # CONFIG_I2C_STUB is not set |
781 | # CONFIG_I2C_VIA is not set | 734 | # CONFIG_I2C_VIA is not set |
782 | # CONFIG_I2C_VIAPRO is not set | 735 | # CONFIG_I2C_VIAPRO is not set |
783 | # CONFIG_I2C_VOODOO3 is not set | 736 | # CONFIG_I2C_VOODOO3 is not set |
784 | # CONFIG_I2C_PCA_ISA is not set | ||
785 | 737 | ||
786 | # | 738 | # |
787 | # Miscellaneous I2C Chip support | 739 | # Miscellaneous I2C Chip support |
788 | # | 740 | # |
789 | # CONFIG_SENSORS_DS1337 is not set | 741 | # CONFIG_SENSORS_DS1337 is not set |
790 | # CONFIG_SENSORS_DS1374 is not set | 742 | # CONFIG_SENSORS_DS1374 is not set |
743 | # CONFIG_DS1682 is not set | ||
791 | # CONFIG_SENSORS_EEPROM is not set | 744 | # CONFIG_SENSORS_EEPROM is not set |
792 | # CONFIG_SENSORS_PCF8574 is not set | 745 | # CONFIG_SENSORS_PCF8574 is not set |
793 | # CONFIG_SENSORS_PCA9539 is not set | 746 | # CONFIG_SENSORS_PCA9539 is not set |
794 | # CONFIG_SENSORS_PCF8591 is not set | 747 | # CONFIG_SENSORS_PCF8591 is not set |
795 | # CONFIG_SENSORS_MAX6875 is not set | 748 | # CONFIG_SENSORS_MAX6875 is not set |
749 | # CONFIG_SENSORS_TSL2550 is not set | ||
796 | # CONFIG_I2C_DEBUG_CORE is not set | 750 | # CONFIG_I2C_DEBUG_CORE is not set |
797 | # CONFIG_I2C_DEBUG_ALGO is not set | 751 | # CONFIG_I2C_DEBUG_ALGO is not set |
798 | # CONFIG_I2C_DEBUG_BUS is not set | 752 | # CONFIG_I2C_DEBUG_BUS is not set |
@@ -803,21 +757,15 @@ CONFIG_I2C_IOP3XX=y | |||
803 | # | 757 | # |
804 | # CONFIG_SPI is not set | 758 | # CONFIG_SPI is not set |
805 | # CONFIG_SPI_MASTER is not set | 759 | # CONFIG_SPI_MASTER is not set |
806 | |||
807 | # | ||
808 | # Dallas's 1-wire bus | ||
809 | # | ||
810 | # CONFIG_W1 is not set | 760 | # CONFIG_W1 is not set |
811 | |||
812 | # | ||
813 | # Hardware Monitoring support | ||
814 | # | ||
815 | CONFIG_HWMON=y | 761 | CONFIG_HWMON=y |
816 | # CONFIG_HWMON_VID is not set | 762 | # CONFIG_HWMON_VID is not set |
817 | # CONFIG_SENSORS_ABITUGURU is not set | 763 | # CONFIG_SENSORS_ABITUGURU is not set |
764 | # CONFIG_SENSORS_AD7418 is not set | ||
818 | # CONFIG_SENSORS_ADM1021 is not set | 765 | # CONFIG_SENSORS_ADM1021 is not set |
819 | # CONFIG_SENSORS_ADM1025 is not set | 766 | # CONFIG_SENSORS_ADM1025 is not set |
820 | # CONFIG_SENSORS_ADM1026 is not set | 767 | # CONFIG_SENSORS_ADM1026 is not set |
768 | # CONFIG_SENSORS_ADM1029 is not set | ||
821 | # CONFIG_SENSORS_ADM1031 is not set | 769 | # CONFIG_SENSORS_ADM1031 is not set |
822 | # CONFIG_SENSORS_ADM9240 is not set | 770 | # CONFIG_SENSORS_ADM9240 is not set |
823 | # CONFIG_SENSORS_ASB100 is not set | 771 | # CONFIG_SENSORS_ASB100 is not set |
@@ -840,6 +788,7 @@ CONFIG_HWMON=y | |||
840 | # CONFIG_SENSORS_LM90 is not set | 788 | # CONFIG_SENSORS_LM90 is not set |
841 | # CONFIG_SENSORS_LM92 is not set | 789 | # CONFIG_SENSORS_LM92 is not set |
842 | # CONFIG_SENSORS_MAX1619 is not set | 790 | # CONFIG_SENSORS_MAX1619 is not set |
791 | # CONFIG_SENSORS_MAX6650 is not set | ||
843 | # CONFIG_SENSORS_PC87360 is not set | 792 | # CONFIG_SENSORS_PC87360 is not set |
844 | # CONFIG_SENSORS_PC87427 is not set | 793 | # CONFIG_SENSORS_PC87427 is not set |
845 | # CONFIG_SENSORS_SIS5595 is not set | 794 | # CONFIG_SENSORS_SIS5595 is not set |
@@ -857,12 +806,16 @@ CONFIG_HWMON=y | |||
857 | # CONFIG_SENSORS_W83627HF is not set | 806 | # CONFIG_SENSORS_W83627HF is not set |
858 | # CONFIG_SENSORS_W83627EHF is not set | 807 | # CONFIG_SENSORS_W83627EHF is not set |
859 | # CONFIG_HWMON_DEBUG_CHIP is not set | 808 | # CONFIG_HWMON_DEBUG_CHIP is not set |
809 | CONFIG_MISC_DEVICES=y | ||
810 | # CONFIG_PHANTOM is not set | ||
811 | # CONFIG_EEPROM_93CX6 is not set | ||
812 | # CONFIG_SGI_IOC4 is not set | ||
813 | # CONFIG_TIFM_CORE is not set | ||
860 | 814 | ||
861 | # | 815 | # |
862 | # Misc devices | 816 | # Multifunction device drivers |
863 | # | 817 | # |
864 | # CONFIG_SGI_IOC4 is not set | 818 | # CONFIG_MFD_SM501 is not set |
865 | # CONFIG_TIFM_CORE is not set | ||
866 | 819 | ||
867 | # | 820 | # |
868 | # LED devices | 821 | # LED devices |
@@ -881,16 +834,19 @@ CONFIG_HWMON=y | |||
881 | # Multimedia devices | 834 | # Multimedia devices |
882 | # | 835 | # |
883 | # CONFIG_VIDEO_DEV is not set | 836 | # CONFIG_VIDEO_DEV is not set |
837 | # CONFIG_DVB_CORE is not set | ||
838 | CONFIG_DAB=y | ||
884 | 839 | ||
885 | # | 840 | # |
886 | # Digital Video Broadcasting Devices | 841 | # Graphics support |
887 | # | 842 | # |
888 | # CONFIG_DVB is not set | 843 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set |
889 | 844 | ||
890 | # | 845 | # |
891 | # Graphics support | 846 | # Display device support |
892 | # | 847 | # |
893 | CONFIG_FIRMWARE_EDID=y | 848 | # CONFIG_DISPLAY_SUPPORT is not set |
849 | # CONFIG_VGASTATE is not set | ||
894 | # CONFIG_FB is not set | 850 | # CONFIG_FB is not set |
895 | 851 | ||
896 | # | 852 | # |
@@ -898,21 +854,15 @@ CONFIG_FIRMWARE_EDID=y | |||
898 | # | 854 | # |
899 | # CONFIG_VGA_CONSOLE is not set | 855 | # CONFIG_VGA_CONSOLE is not set |
900 | CONFIG_DUMMY_CONSOLE=y | 856 | CONFIG_DUMMY_CONSOLE=y |
901 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
902 | 857 | ||
903 | # | 858 | # |
904 | # Sound | 859 | # Sound |
905 | # | 860 | # |
906 | # CONFIG_SOUND is not set | 861 | # CONFIG_SOUND is not set |
907 | 862 | CONFIG_HID_SUPPORT=y | |
908 | # | ||
909 | # HID Devices | ||
910 | # | ||
911 | CONFIG_HID=y | 863 | CONFIG_HID=y |
912 | 864 | # CONFIG_HID_DEBUG is not set | |
913 | # | 865 | CONFIG_USB_SUPPORT=y |
914 | # USB support | ||
915 | # | ||
916 | CONFIG_USB_ARCH_HAS_HCD=y | 866 | CONFIG_USB_ARCH_HAS_HCD=y |
917 | CONFIG_USB_ARCH_HAS_OHCI=y | 867 | CONFIG_USB_ARCH_HAS_OHCI=y |
918 | CONFIG_USB_ARCH_HAS_EHCI=y | 868 | CONFIG_USB_ARCH_HAS_EHCI=y |
@@ -926,10 +876,6 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
926 | # USB Gadget Support | 876 | # USB Gadget Support |
927 | # | 877 | # |
928 | # CONFIG_USB_GADGET is not set | 878 | # CONFIG_USB_GADGET is not set |
929 | |||
930 | # | ||
931 | # MMC/SD Card support | ||
932 | # | ||
933 | # CONFIG_MMC is not set | 879 | # CONFIG_MMC is not set |
934 | 880 | ||
935 | # | 881 | # |
@@ -939,6 +885,22 @@ CONFIG_RTC_LIB=y | |||
939 | # CONFIG_RTC_CLASS is not set | 885 | # CONFIG_RTC_CLASS is not set |
940 | 886 | ||
941 | # | 887 | # |
888 | # DMA Engine support | ||
889 | # | ||
890 | CONFIG_DMA_ENGINE=y | ||
891 | |||
892 | # | ||
893 | # DMA Clients | ||
894 | # | ||
895 | # CONFIG_NET_DMA is not set | ||
896 | |||
897 | # | ||
898 | # DMA Devices | ||
899 | # | ||
900 | # CONFIG_INTEL_IOATDMA is not set | ||
901 | CONFIG_INTEL_IOP_ADMA=y | ||
902 | |||
903 | # | ||
942 | # File systems | 904 | # File systems |
943 | # | 905 | # |
944 | CONFIG_EXT2_FS=y | 906 | CONFIG_EXT2_FS=y |
@@ -1004,7 +966,6 @@ CONFIG_ECRYPT_FS=y | |||
1004 | # CONFIG_BEFS_FS is not set | 966 | # CONFIG_BEFS_FS is not set |
1005 | # CONFIG_BFS_FS is not set | 967 | # CONFIG_BFS_FS is not set |
1006 | # CONFIG_EFS_FS is not set | 968 | # CONFIG_EFS_FS is not set |
1007 | # CONFIG_JFFS_FS is not set | ||
1008 | CONFIG_JFFS2_FS=y | 969 | CONFIG_JFFS2_FS=y |
1009 | CONFIG_JFFS2_FS_DEBUG=0 | 970 | CONFIG_JFFS2_FS_DEBUG=0 |
1010 | CONFIG_JFFS2_FS_WRITEBUFFER=y | 971 | CONFIG_JFFS2_FS_WRITEBUFFER=y |
@@ -1014,7 +975,7 @@ CONFIG_JFFS2_FS_WRITEBUFFER=y | |||
1014 | CONFIG_JFFS2_ZLIB=y | 975 | CONFIG_JFFS2_ZLIB=y |
1015 | CONFIG_JFFS2_RTIME=y | 976 | CONFIG_JFFS2_RTIME=y |
1016 | # CONFIG_JFFS2_RUBIN is not set | 977 | # CONFIG_JFFS2_RUBIN is not set |
1017 | # CONFIG_CRAMFS is not set | 978 | CONFIG_CRAMFS=y |
1018 | # CONFIG_VXFS_FS is not set | 979 | # CONFIG_VXFS_FS is not set |
1019 | # CONFIG_HPFS_FS is not set | 980 | # CONFIG_HPFS_FS is not set |
1020 | # CONFIG_QNX4FS_FS is not set | 981 | # CONFIG_QNX4FS_FS is not set |
@@ -1040,6 +1001,7 @@ CONFIG_LOCKD_V4=y | |||
1040 | CONFIG_EXPORTFS=y | 1001 | CONFIG_EXPORTFS=y |
1041 | CONFIG_NFS_COMMON=y | 1002 | CONFIG_NFS_COMMON=y |
1042 | CONFIG_SUNRPC=y | 1003 | CONFIG_SUNRPC=y |
1004 | # CONFIG_SUNRPC_BIND34 is not set | ||
1043 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 1005 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
1044 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1006 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
1045 | CONFIG_SMB_FS=m | 1007 | CONFIG_SMB_FS=m |
@@ -1053,7 +1015,6 @@ CONFIG_CIFS=m | |||
1053 | # CONFIG_NCP_FS is not set | 1015 | # CONFIG_NCP_FS is not set |
1054 | # CONFIG_CODA_FS is not set | 1016 | # CONFIG_CODA_FS is not set |
1055 | # CONFIG_AFS_FS is not set | 1017 | # CONFIG_AFS_FS is not set |
1056 | # CONFIG_9P_FS is not set | ||
1057 | 1018 | ||
1058 | # | 1019 | # |
1059 | # Partition Types | 1020 | # Partition Types |
@@ -1075,6 +1036,7 @@ CONFIG_MSDOS_PARTITION=y | |||
1075 | # CONFIG_SUN_PARTITION is not set | 1036 | # CONFIG_SUN_PARTITION is not set |
1076 | # CONFIG_KARMA_PARTITION is not set | 1037 | # CONFIG_KARMA_PARTITION is not set |
1077 | # CONFIG_EFI_PARTITION is not set | 1038 | # CONFIG_EFI_PARTITION is not set |
1039 | # CONFIG_SYSV68_PARTITION is not set | ||
1078 | 1040 | ||
1079 | # | 1041 | # |
1080 | # Native Language Support | 1042 | # Native Language Support |
@@ -1140,7 +1102,6 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
1140 | # CONFIG_DEBUG_FS is not set | 1102 | # CONFIG_DEBUG_FS is not set |
1141 | # CONFIG_HEADERS_CHECK is not set | 1103 | # CONFIG_HEADERS_CHECK is not set |
1142 | # CONFIG_DEBUG_KERNEL is not set | 1104 | # CONFIG_DEBUG_KERNEL is not set |
1143 | CONFIG_LOG_BUF_SHIFT=14 | ||
1144 | CONFIG_DEBUG_BUGVERBOSE=y | 1105 | CONFIG_DEBUG_BUGVERBOSE=y |
1145 | CONFIG_FRAME_POINTER=y | 1106 | CONFIG_FRAME_POINTER=y |
1146 | CONFIG_DEBUG_USER=y | 1107 | CONFIG_DEBUG_USER=y |
@@ -1151,10 +1112,10 @@ CONFIG_DEBUG_USER=y | |||
1151 | CONFIG_KEYS=y | 1112 | CONFIG_KEYS=y |
1152 | CONFIG_KEYS_DEBUG_PROC_KEYS=y | 1113 | CONFIG_KEYS_DEBUG_PROC_KEYS=y |
1153 | # CONFIG_SECURITY is not set | 1114 | # CONFIG_SECURITY is not set |
1154 | 1115 | CONFIG_XOR_BLOCKS=y | |
1155 | # | 1116 | CONFIG_ASYNC_CORE=y |
1156 | # Cryptographic options | 1117 | CONFIG_ASYNC_MEMCPY=y |
1157 | # | 1118 | CONFIG_ASYNC_XOR=y |
1158 | CONFIG_CRYPTO=y | 1119 | CONFIG_CRYPTO=y |
1159 | CONFIG_CRYPTO_ALGAPI=y | 1120 | CONFIG_CRYPTO_ALGAPI=y |
1160 | CONFIG_CRYPTO_BLKCIPHER=y | 1121 | CONFIG_CRYPTO_BLKCIPHER=y |
@@ -1173,8 +1134,11 @@ CONFIG_CRYPTO_TGR192=y | |||
1173 | CONFIG_CRYPTO_GF128MUL=y | 1134 | CONFIG_CRYPTO_GF128MUL=y |
1174 | CONFIG_CRYPTO_ECB=y | 1135 | CONFIG_CRYPTO_ECB=y |
1175 | CONFIG_CRYPTO_CBC=y | 1136 | CONFIG_CRYPTO_CBC=y |
1137 | CONFIG_CRYPTO_PCBC=m | ||
1176 | CONFIG_CRYPTO_LRW=y | 1138 | CONFIG_CRYPTO_LRW=y |
1139 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1177 | CONFIG_CRYPTO_DES=y | 1140 | CONFIG_CRYPTO_DES=y |
1141 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1178 | CONFIG_CRYPTO_BLOWFISH=y | 1142 | CONFIG_CRYPTO_BLOWFISH=y |
1179 | CONFIG_CRYPTO_TWOFISH=y | 1143 | CONFIG_CRYPTO_TWOFISH=y |
1180 | CONFIG_CRYPTO_TWOFISH_COMMON=y | 1144 | CONFIG_CRYPTO_TWOFISH_COMMON=y |
@@ -1189,11 +1153,9 @@ CONFIG_CRYPTO_ANUBIS=y | |||
1189 | CONFIG_CRYPTO_DEFLATE=y | 1153 | CONFIG_CRYPTO_DEFLATE=y |
1190 | CONFIG_CRYPTO_MICHAEL_MIC=y | 1154 | CONFIG_CRYPTO_MICHAEL_MIC=y |
1191 | CONFIG_CRYPTO_CRC32C=y | 1155 | CONFIG_CRYPTO_CRC32C=y |
1156 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1192 | # CONFIG_CRYPTO_TEST is not set | 1157 | # CONFIG_CRYPTO_TEST is not set |
1193 | 1158 | CONFIG_CRYPTO_HW=y | |
1194 | # | ||
1195 | # Hardware crypto devices | ||
1196 | # | ||
1197 | 1159 | ||
1198 | # | 1160 | # |
1199 | # Library routines | 1161 | # Library routines |
@@ -1201,9 +1163,13 @@ CONFIG_CRYPTO_CRC32C=y | |||
1201 | CONFIG_BITREVERSE=y | 1163 | CONFIG_BITREVERSE=y |
1202 | CONFIG_CRC_CCITT=y | 1164 | CONFIG_CRC_CCITT=y |
1203 | # CONFIG_CRC16 is not set | 1165 | # CONFIG_CRC16 is not set |
1166 | # CONFIG_CRC_ITU_T is not set | ||
1204 | CONFIG_CRC32=y | 1167 | CONFIG_CRC32=y |
1168 | # CONFIG_CRC7 is not set | ||
1205 | CONFIG_LIBCRC32C=y | 1169 | CONFIG_LIBCRC32C=y |
1206 | CONFIG_ZLIB_INFLATE=y | 1170 | CONFIG_ZLIB_INFLATE=y |
1207 | CONFIG_ZLIB_DEFLATE=y | 1171 | CONFIG_ZLIB_DEFLATE=y |
1208 | CONFIG_PLIST=y | 1172 | CONFIG_PLIST=y |
1209 | CONFIG_IOMAP_COPY=y | 1173 | CONFIG_HAS_IOMEM=y |
1174 | CONFIG_HAS_IOPORT=y | ||
1175 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/arm/configs/iop32x_defconfig b/arch/arm/configs/iop32x_defconfig index 7909a555706d..027aef22b4d1 100644 --- a/arch/arm/configs/iop32x_defconfig +++ b/arch/arm/configs/iop32x_defconfig | |||
@@ -1,12 +1,18 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20-rc1-git5 | 3 | # Linux kernel version: 2.6.22 |
4 | # Tue Dec 19 21:37:52 2006 | 4 | # Thu Jul 19 16:00:36 2007 |
5 | # | 5 | # |
6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | ||
8 | # CONFIG_GENERIC_GPIO is not set | ||
7 | # CONFIG_GENERIC_TIME is not set | 9 | # CONFIG_GENERIC_TIME is not set |
10 | # CONFIG_GENERIC_CLOCKEVENTS is not set | ||
8 | CONFIG_MMU=y | 11 | CONFIG_MMU=y |
12 | # CONFIG_NO_IOPORT is not set | ||
9 | CONFIG_GENERIC_HARDIRQS=y | 13 | CONFIG_GENERIC_HARDIRQS=y |
14 | CONFIG_STACKTRACE_SUPPORT=y | ||
15 | CONFIG_LOCKDEP_SUPPORT=y | ||
10 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | 16 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y |
11 | CONFIG_HARDIRQS_SW_RESEND=y | 17 | CONFIG_HARDIRQS_SW_RESEND=y |
12 | CONFIG_GENERIC_IRQ_PROBE=y | 18 | CONFIG_GENERIC_IRQ_PROBE=y |
@@ -15,6 +21,7 @@ CONFIG_RWSEM_GENERIC_SPINLOCK=y | |||
15 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | 21 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set |
16 | CONFIG_GENERIC_HWEIGHT=y | 22 | CONFIG_GENERIC_HWEIGHT=y |
17 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 23 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
24 | CONFIG_ZONE_DMA=y | ||
18 | CONFIG_VECTORS_BASE=0xffff0000 | 25 | CONFIG_VECTORS_BASE=0xffff0000 |
19 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 26 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
20 | 27 | ||
@@ -32,16 +39,18 @@ CONFIG_LOCALVERSION="" | |||
32 | CONFIG_LOCALVERSION_AUTO=y | 39 | CONFIG_LOCALVERSION_AUTO=y |
33 | CONFIG_SWAP=y | 40 | CONFIG_SWAP=y |
34 | CONFIG_SYSVIPC=y | 41 | CONFIG_SYSVIPC=y |
35 | # CONFIG_IPC_NS is not set | 42 | CONFIG_SYSVIPC_SYSCTL=y |
36 | # CONFIG_POSIX_MQUEUE is not set | 43 | # CONFIG_POSIX_MQUEUE is not set |
37 | CONFIG_BSD_PROCESS_ACCT=y | 44 | CONFIG_BSD_PROCESS_ACCT=y |
38 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | 45 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set |
39 | # CONFIG_TASKSTATS is not set | 46 | # CONFIG_TASKSTATS is not set |
40 | # CONFIG_UTS_NS is not set | 47 | # CONFIG_USER_NS is not set |
41 | # CONFIG_AUDIT is not set | 48 | # CONFIG_AUDIT is not set |
42 | # CONFIG_IKCONFIG is not set | 49 | # CONFIG_IKCONFIG is not set |
50 | CONFIG_LOG_BUF_SHIFT=14 | ||
43 | CONFIG_SYSFS_DEPRECATED=y | 51 | CONFIG_SYSFS_DEPRECATED=y |
44 | # CONFIG_RELAY is not set | 52 | # CONFIG_RELAY is not set |
53 | CONFIG_BLK_DEV_INITRD=y | ||
45 | CONFIG_INITRAMFS_SOURCE="" | 54 | CONFIG_INITRAMFS_SOURCE="" |
46 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 55 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
47 | CONFIG_SYSCTL=y | 56 | CONFIG_SYSCTL=y |
@@ -57,32 +66,30 @@ CONFIG_BUG=y | |||
57 | CONFIG_ELF_CORE=y | 66 | CONFIG_ELF_CORE=y |
58 | CONFIG_BASE_FULL=y | 67 | CONFIG_BASE_FULL=y |
59 | CONFIG_FUTEX=y | 68 | CONFIG_FUTEX=y |
69 | CONFIG_ANON_INODES=y | ||
60 | CONFIG_EPOLL=y | 70 | CONFIG_EPOLL=y |
71 | CONFIG_SIGNALFD=y | ||
72 | CONFIG_TIMERFD=y | ||
73 | CONFIG_EVENTFD=y | ||
61 | CONFIG_SHMEM=y | 74 | CONFIG_SHMEM=y |
62 | CONFIG_SLAB=y | ||
63 | CONFIG_VM_EVENT_COUNTERS=y | 75 | CONFIG_VM_EVENT_COUNTERS=y |
76 | CONFIG_SLAB=y | ||
77 | # CONFIG_SLUB is not set | ||
78 | # CONFIG_SLOB is not set | ||
64 | CONFIG_RT_MUTEXES=y | 79 | CONFIG_RT_MUTEXES=y |
65 | # CONFIG_TINY_SHMEM is not set | 80 | # CONFIG_TINY_SHMEM is not set |
66 | CONFIG_BASE_SMALL=0 | 81 | CONFIG_BASE_SMALL=0 |
67 | # CONFIG_SLOB is not set | ||
68 | |||
69 | # | ||
70 | # Loadable module support | ||
71 | # | ||
72 | CONFIG_MODULES=y | 82 | CONFIG_MODULES=y |
73 | CONFIG_MODULE_UNLOAD=y | 83 | CONFIG_MODULE_UNLOAD=y |
74 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 84 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
75 | # CONFIG_MODVERSIONS is not set | 85 | # CONFIG_MODVERSIONS is not set |
76 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 86 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
77 | CONFIG_KMOD=y | 87 | CONFIG_KMOD=y |
78 | |||
79 | # | ||
80 | # Block layer | ||
81 | # | ||
82 | CONFIG_BLOCK=y | 88 | CONFIG_BLOCK=y |
83 | # CONFIG_LBD is not set | 89 | # CONFIG_LBD is not set |
84 | # CONFIG_BLK_DEV_IO_TRACE is not set | 90 | # CONFIG_BLK_DEV_IO_TRACE is not set |
85 | # CONFIG_LSF is not set | 91 | # CONFIG_LSF is not set |
92 | # CONFIG_BLK_DEV_BSG is not set | ||
86 | 93 | ||
87 | # | 94 | # |
88 | # IO Schedulers | 95 | # IO Schedulers |
@@ -114,13 +121,15 @@ CONFIG_DEFAULT_IOSCHED="cfq" | |||
114 | # CONFIG_ARCH_NETX is not set | 121 | # CONFIG_ARCH_NETX is not set |
115 | # CONFIG_ARCH_H720X is not set | 122 | # CONFIG_ARCH_H720X is not set |
116 | # CONFIG_ARCH_IMX is not set | 123 | # CONFIG_ARCH_IMX is not set |
124 | # CONFIG_ARCH_IOP13XX is not set | ||
117 | CONFIG_ARCH_IOP32X=y | 125 | CONFIG_ARCH_IOP32X=y |
118 | # CONFIG_ARCH_IOP33X is not set | 126 | # CONFIG_ARCH_IOP33X is not set |
119 | # CONFIG_ARCH_IOP13XX is not set | ||
120 | # CONFIG_ARCH_IXP4XX is not set | ||
121 | # CONFIG_ARCH_IXP2000 is not set | ||
122 | # CONFIG_ARCH_IXP23XX is not set | 127 | # CONFIG_ARCH_IXP23XX is not set |
128 | # CONFIG_ARCH_IXP2000 is not set | ||
129 | # CONFIG_ARCH_IXP4XX is not set | ||
123 | # CONFIG_ARCH_L7200 is not set | 130 | # CONFIG_ARCH_L7200 is not set |
131 | # CONFIG_ARCH_KS8695 is not set | ||
132 | # CONFIG_ARCH_NS9XXX is not set | ||
124 | # CONFIG_ARCH_PNX4008 is not set | 133 | # CONFIG_ARCH_PNX4008 is not set |
125 | # CONFIG_ARCH_PXA is not set | 134 | # CONFIG_ARCH_PXA is not set |
126 | # CONFIG_ARCH_RPC is not set | 135 | # CONFIG_ARCH_RPC is not set |
@@ -128,6 +137,7 @@ CONFIG_ARCH_IOP32X=y | |||
128 | # CONFIG_ARCH_S3C2410 is not set | 137 | # CONFIG_ARCH_S3C2410 is not set |
129 | # CONFIG_ARCH_SHARK is not set | 138 | # CONFIG_ARCH_SHARK is not set |
130 | # CONFIG_ARCH_LH7A40X is not set | 139 | # CONFIG_ARCH_LH7A40X is not set |
140 | # CONFIG_ARCH_DAVINCI is not set | ||
131 | # CONFIG_ARCH_OMAP is not set | 141 | # CONFIG_ARCH_OMAP is not set |
132 | 142 | ||
133 | # | 143 | # |
@@ -137,10 +147,12 @@ CONFIG_ARCH_IOP32X=y | |||
137 | # | 147 | # |
138 | # IOP32x Platform Types | 148 | # IOP32x Platform Types |
139 | # | 149 | # |
150 | CONFIG_MACH_EP80219=y | ||
140 | CONFIG_MACH_GLANTANK=y | 151 | CONFIG_MACH_GLANTANK=y |
141 | CONFIG_ARCH_IQ80321=y | 152 | CONFIG_ARCH_IQ80321=y |
142 | CONFIG_ARCH_IQ31244=y | 153 | CONFIG_ARCH_IQ31244=y |
143 | CONFIG_MACH_N2100=y | 154 | CONFIG_MACH_N2100=y |
155 | CONFIG_IOP3XX_ATU=y | ||
144 | CONFIG_PLAT_IOP=y | 156 | CONFIG_PLAT_IOP=y |
145 | 157 | ||
146 | # | 158 | # |
@@ -160,6 +172,7 @@ CONFIG_CPU_CP15_MMU=y | |||
160 | # | 172 | # |
161 | # CONFIG_ARM_THUMB is not set | 173 | # CONFIG_ARM_THUMB is not set |
162 | # CONFIG_CPU_DCACHE_DISABLE is not set | 174 | # CONFIG_CPU_DCACHE_DISABLE is not set |
175 | # CONFIG_OUTER_CACHE is not set | ||
163 | # CONFIG_IWMMXT is not set | 176 | # CONFIG_IWMMXT is not set |
164 | CONFIG_XSCALE_PMU=y | 177 | CONFIG_XSCALE_PMU=y |
165 | 178 | ||
@@ -167,7 +180,8 @@ CONFIG_XSCALE_PMU=y | |||
167 | # Bus support | 180 | # Bus support |
168 | # | 181 | # |
169 | CONFIG_PCI=y | 182 | CONFIG_PCI=y |
170 | # CONFIG_PCI_MULTITHREAD_PROBE is not set | 183 | CONFIG_PCI_SYSCALL=y |
184 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
171 | # CONFIG_PCI_DEBUG is not set | 185 | # CONFIG_PCI_DEBUG is not set |
172 | 186 | ||
173 | # | 187 | # |
@@ -178,6 +192,7 @@ CONFIG_PCI=y | |||
178 | # | 192 | # |
179 | # Kernel Features | 193 | # Kernel Features |
180 | # | 194 | # |
195 | # CONFIG_TICK_ONESHOT is not set | ||
181 | # CONFIG_PREEMPT is not set | 196 | # CONFIG_PREEMPT is not set |
182 | # CONFIG_NO_IDLE_HZ is not set | 197 | # CONFIG_NO_IDLE_HZ is not set |
183 | CONFIG_HZ=100 | 198 | CONFIG_HZ=100 |
@@ -192,6 +207,9 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
192 | # CONFIG_SPARSEMEM_STATIC is not set | 207 | # CONFIG_SPARSEMEM_STATIC is not set |
193 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | 208 | CONFIG_SPLIT_PTLOCK_CPUS=4096 |
194 | # CONFIG_RESOURCES_64BIT is not set | 209 | # CONFIG_RESOURCES_64BIT is not set |
210 | CONFIG_ZONE_DMA_FLAG=1 | ||
211 | CONFIG_BOUNCE=y | ||
212 | CONFIG_VIRT_TO_BUS=y | ||
195 | CONFIG_ALIGNMENT_TRAP=y | 213 | CONFIG_ALIGNMENT_TRAP=y |
196 | 214 | ||
197 | # | 215 | # |
@@ -199,8 +217,9 @@ CONFIG_ALIGNMENT_TRAP=y | |||
199 | # | 217 | # |
200 | CONFIG_ZBOOT_ROM_TEXT=0x0 | 218 | CONFIG_ZBOOT_ROM_TEXT=0x0 |
201 | CONFIG_ZBOOT_ROM_BSS=0x0 | 219 | CONFIG_ZBOOT_ROM_BSS=0x0 |
202 | CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/nfs ip=bootp" | 220 | CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/nfs ip=bootp cachepolicy=writealloc" |
203 | # CONFIG_XIP_KERNEL is not set | 221 | # CONFIG_XIP_KERNEL is not set |
222 | # CONFIG_KEXEC is not set | ||
204 | 223 | ||
205 | # | 224 | # |
206 | # Floating point emulation | 225 | # Floating point emulation |
@@ -225,7 +244,6 @@ CONFIG_BINFMT_AOUT=y | |||
225 | # Power management options | 244 | # Power management options |
226 | # | 245 | # |
227 | # CONFIG_PM is not set | 246 | # CONFIG_PM is not set |
228 | # CONFIG_APM is not set | ||
229 | 247 | ||
230 | # | 248 | # |
231 | # Networking | 249 | # Networking |
@@ -235,13 +253,13 @@ CONFIG_NET=y | |||
235 | # | 253 | # |
236 | # Networking options | 254 | # Networking options |
237 | # | 255 | # |
238 | # CONFIG_NETDEBUG is not set | ||
239 | CONFIG_PACKET=y | 256 | CONFIG_PACKET=y |
240 | CONFIG_PACKET_MMAP=y | 257 | CONFIG_PACKET_MMAP=y |
241 | CONFIG_UNIX=y | 258 | CONFIG_UNIX=y |
242 | CONFIG_XFRM=y | 259 | CONFIG_XFRM=y |
243 | # CONFIG_XFRM_USER is not set | 260 | # CONFIG_XFRM_USER is not set |
244 | # CONFIG_XFRM_SUB_POLICY is not set | 261 | # CONFIG_XFRM_SUB_POLICY is not set |
262 | # CONFIG_XFRM_MIGRATE is not set | ||
245 | # CONFIG_NET_KEY is not set | 263 | # CONFIG_NET_KEY is not set |
246 | CONFIG_INET=y | 264 | CONFIG_INET=y |
247 | CONFIG_IP_MULTICAST=y | 265 | CONFIG_IP_MULTICAST=y |
@@ -273,6 +291,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
273 | CONFIG_IPV6=y | 291 | CONFIG_IPV6=y |
274 | # CONFIG_IPV6_PRIVACY is not set | 292 | # CONFIG_IPV6_PRIVACY is not set |
275 | # CONFIG_IPV6_ROUTER_PREF is not set | 293 | # CONFIG_IPV6_ROUTER_PREF is not set |
294 | # CONFIG_IPV6_OPTIMISTIC_DAD is not set | ||
276 | # CONFIG_INET6_AH is not set | 295 | # CONFIG_INET6_AH is not set |
277 | # CONFIG_INET6_ESP is not set | 296 | # CONFIG_INET6_ESP is not set |
278 | # CONFIG_INET6_IPCOMP is not set | 297 | # CONFIG_INET6_IPCOMP is not set |
@@ -288,20 +307,8 @@ CONFIG_IPV6=y | |||
288 | # CONFIG_IPV6_MULTIPLE_TABLES is not set | 307 | # CONFIG_IPV6_MULTIPLE_TABLES is not set |
289 | # CONFIG_NETWORK_SECMARK is not set | 308 | # CONFIG_NETWORK_SECMARK is not set |
290 | # CONFIG_NETFILTER is not set | 309 | # CONFIG_NETFILTER is not set |
291 | |||
292 | # | ||
293 | # DCCP Configuration (EXPERIMENTAL) | ||
294 | # | ||
295 | # CONFIG_IP_DCCP is not set | 310 | # CONFIG_IP_DCCP is not set |
296 | |||
297 | # | ||
298 | # SCTP Configuration (EXPERIMENTAL) | ||
299 | # | ||
300 | # CONFIG_IP_SCTP is not set | 311 | # CONFIG_IP_SCTP is not set |
301 | |||
302 | # | ||
303 | # TIPC Configuration (EXPERIMENTAL) | ||
304 | # | ||
305 | # CONFIG_TIPC is not set | 312 | # CONFIG_TIPC is not set |
306 | # CONFIG_ATM is not set | 313 | # CONFIG_ATM is not set |
307 | # CONFIG_BRIDGE is not set | 314 | # CONFIG_BRIDGE is not set |
@@ -327,7 +334,17 @@ CONFIG_IPV6=y | |||
327 | # CONFIG_HAMRADIO is not set | 334 | # CONFIG_HAMRADIO is not set |
328 | # CONFIG_IRDA is not set | 335 | # CONFIG_IRDA is not set |
329 | # CONFIG_BT is not set | 336 | # CONFIG_BT is not set |
337 | # CONFIG_AF_RXRPC is not set | ||
338 | |||
339 | # | ||
340 | # Wireless | ||
341 | # | ||
342 | # CONFIG_CFG80211 is not set | ||
343 | # CONFIG_WIRELESS_EXT is not set | ||
344 | # CONFIG_MAC80211 is not set | ||
330 | # CONFIG_IEEE80211 is not set | 345 | # CONFIG_IEEE80211 is not set |
346 | # CONFIG_RFKILL is not set | ||
347 | # CONFIG_NET_9P is not set | ||
331 | 348 | ||
332 | # | 349 | # |
333 | # Device Drivers | 350 | # Device Drivers |
@@ -340,16 +357,9 @@ CONFIG_STANDALONE=y | |||
340 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 357 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
341 | # CONFIG_FW_LOADER is not set | 358 | # CONFIG_FW_LOADER is not set |
342 | # CONFIG_DEBUG_DRIVER is not set | 359 | # CONFIG_DEBUG_DRIVER is not set |
360 | # CONFIG_DEBUG_DEVRES is not set | ||
343 | # CONFIG_SYS_HYPERVISOR is not set | 361 | # CONFIG_SYS_HYPERVISOR is not set |
344 | |||
345 | # | ||
346 | # Connector - unified userspace <-> kernelspace linker | ||
347 | # | ||
348 | # CONFIG_CONNECTOR is not set | 362 | # CONFIG_CONNECTOR is not set |
349 | |||
350 | # | ||
351 | # Memory Technology Devices (MTD) | ||
352 | # | ||
353 | CONFIG_MTD=y | 363 | CONFIG_MTD=y |
354 | # CONFIG_MTD_DEBUG is not set | 364 | # CONFIG_MTD_DEBUG is not set |
355 | # CONFIG_MTD_CONCAT is not set | 365 | # CONFIG_MTD_CONCAT is not set |
@@ -365,6 +375,7 @@ CONFIG_MTD_REDBOOT_PARTS_READONLY=y | |||
365 | # User Modules And Translation Layers | 375 | # User Modules And Translation Layers |
366 | # | 376 | # |
367 | CONFIG_MTD_CHAR=y | 377 | CONFIG_MTD_CHAR=y |
378 | CONFIG_MTD_BLKDEVS=y | ||
368 | CONFIG_MTD_BLOCK=y | 379 | CONFIG_MTD_BLOCK=y |
369 | # CONFIG_FTL is not set | 380 | # CONFIG_FTL is not set |
370 | # CONFIG_NFTL is not set | 381 | # CONFIG_NFTL is not set |
@@ -396,7 +407,6 @@ CONFIG_MTD_CFI_UTIL=y | |||
396 | # CONFIG_MTD_RAM is not set | 407 | # CONFIG_MTD_RAM is not set |
397 | # CONFIG_MTD_ROM is not set | 408 | # CONFIG_MTD_ROM is not set |
398 | # CONFIG_MTD_ABSENT is not set | 409 | # CONFIG_MTD_ABSENT is not set |
399 | # CONFIG_MTD_OBSOLETE_CHIPS is not set | ||
400 | 410 | ||
401 | # | 411 | # |
402 | # Mapping drivers for chip access | 412 | # Mapping drivers for chip access |
@@ -424,29 +434,15 @@ CONFIG_MTD_PHYSMAP_BANKWIDTH=1 | |||
424 | # CONFIG_MTD_DOC2000 is not set | 434 | # CONFIG_MTD_DOC2000 is not set |
425 | # CONFIG_MTD_DOC2001 is not set | 435 | # CONFIG_MTD_DOC2001 is not set |
426 | # CONFIG_MTD_DOC2001PLUS is not set | 436 | # CONFIG_MTD_DOC2001PLUS is not set |
427 | |||
428 | # | ||
429 | # NAND Flash Device Drivers | ||
430 | # | ||
431 | # CONFIG_MTD_NAND is not set | 437 | # CONFIG_MTD_NAND is not set |
432 | |||
433 | # | ||
434 | # OneNAND Flash Device Drivers | ||
435 | # | ||
436 | # CONFIG_MTD_ONENAND is not set | 438 | # CONFIG_MTD_ONENAND is not set |
437 | 439 | ||
438 | # | 440 | # |
439 | # Parallel port support | 441 | # UBI - Unsorted block images |
440 | # | 442 | # |
443 | # CONFIG_MTD_UBI is not set | ||
441 | # CONFIG_PARPORT is not set | 444 | # CONFIG_PARPORT is not set |
442 | 445 | CONFIG_BLK_DEV=y | |
443 | # | ||
444 | # Plug and Play support | ||
445 | # | ||
446 | |||
447 | # | ||
448 | # Block devices | ||
449 | # | ||
450 | # CONFIG_BLK_CPQ_DA is not set | 446 | # CONFIG_BLK_CPQ_DA is not set |
451 | # CONFIG_BLK_CPQ_CISS_DA is not set | 447 | # CONFIG_BLK_CPQ_CISS_DA is not set |
452 | # CONFIG_BLK_DEV_DAC960 is not set | 448 | # CONFIG_BLK_DEV_DAC960 is not set |
@@ -461,13 +457,8 @@ CONFIG_BLK_DEV_RAM=y | |||
461 | CONFIG_BLK_DEV_RAM_COUNT=16 | 457 | CONFIG_BLK_DEV_RAM_COUNT=16 |
462 | CONFIG_BLK_DEV_RAM_SIZE=8192 | 458 | CONFIG_BLK_DEV_RAM_SIZE=8192 |
463 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | 459 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 |
464 | CONFIG_BLK_DEV_INITRD=y | ||
465 | # CONFIG_CDROM_PKTCDVD is not set | 460 | # CONFIG_CDROM_PKTCDVD is not set |
466 | # CONFIG_ATA_OVER_ETH is not set | 461 | # CONFIG_ATA_OVER_ETH is not set |
467 | |||
468 | # | ||
469 | # ATA/ATAPI/MFM/RLL support | ||
470 | # | ||
471 | # CONFIG_IDE is not set | 462 | # CONFIG_IDE is not set |
472 | 463 | ||
473 | # | 464 | # |
@@ -475,6 +466,7 @@ CONFIG_BLK_DEV_INITRD=y | |||
475 | # | 466 | # |
476 | # CONFIG_RAID_ATTRS is not set | 467 | # CONFIG_RAID_ATTRS is not set |
477 | CONFIG_SCSI=y | 468 | CONFIG_SCSI=y |
469 | CONFIG_SCSI_DMA=y | ||
478 | # CONFIG_SCSI_TGT is not set | 470 | # CONFIG_SCSI_TGT is not set |
479 | # CONFIG_SCSI_NETLINK is not set | 471 | # CONFIG_SCSI_NETLINK is not set |
480 | CONFIG_SCSI_PROC_FS=y | 472 | CONFIG_SCSI_PROC_FS=y |
@@ -496,6 +488,7 @@ CONFIG_CHR_DEV_SG=y | |||
496 | # CONFIG_SCSI_CONSTANTS is not set | 488 | # CONFIG_SCSI_CONSTANTS is not set |
497 | # CONFIG_SCSI_LOGGING is not set | 489 | # CONFIG_SCSI_LOGGING is not set |
498 | # CONFIG_SCSI_SCAN_ASYNC is not set | 490 | # CONFIG_SCSI_SCAN_ASYNC is not set |
491 | CONFIG_SCSI_WAIT_SCAN=m | ||
499 | 492 | ||
500 | # | 493 | # |
501 | # SCSI Transports | 494 | # SCSI Transports |
@@ -541,11 +534,8 @@ CONFIG_CHR_DEV_SG=y | |||
541 | # CONFIG_SCSI_NSP32 is not set | 534 | # CONFIG_SCSI_NSP32 is not set |
542 | # CONFIG_SCSI_DEBUG is not set | 535 | # CONFIG_SCSI_DEBUG is not set |
543 | # CONFIG_SCSI_SRP is not set | 536 | # CONFIG_SCSI_SRP is not set |
544 | |||
545 | # | ||
546 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
547 | # | ||
548 | CONFIG_ATA=y | 537 | CONFIG_ATA=y |
538 | # CONFIG_ATA_NONSTANDARD is not set | ||
549 | # CONFIG_SATA_AHCI is not set | 539 | # CONFIG_SATA_AHCI is not set |
550 | # CONFIG_SATA_SVW is not set | 540 | # CONFIG_SATA_SVW is not set |
551 | # CONFIG_ATA_PIIX is not set | 541 | # CONFIG_ATA_PIIX is not set |
@@ -560,11 +550,13 @@ CONFIG_SATA_SIL=y | |||
560 | # CONFIG_SATA_SIS is not set | 550 | # CONFIG_SATA_SIS is not set |
561 | # CONFIG_SATA_ULI is not set | 551 | # CONFIG_SATA_ULI is not set |
562 | # CONFIG_SATA_VIA is not set | 552 | # CONFIG_SATA_VIA is not set |
563 | # CONFIG_SATA_VITESSE is not set | 553 | CONFIG_SATA_VITESSE=y |
554 | # CONFIG_SATA_INIC162X is not set | ||
564 | # CONFIG_PATA_ALI is not set | 555 | # CONFIG_PATA_ALI is not set |
565 | # CONFIG_PATA_AMD is not set | 556 | # CONFIG_PATA_AMD is not set |
566 | # CONFIG_PATA_ARTOP is not set | 557 | # CONFIG_PATA_ARTOP is not set |
567 | # CONFIG_PATA_ATIIXP is not set | 558 | # CONFIG_PATA_ATIIXP is not set |
559 | # CONFIG_PATA_CMD640_PCI is not set | ||
568 | # CONFIG_PATA_CMD64X is not set | 560 | # CONFIG_PATA_CMD64X is not set |
569 | # CONFIG_PATA_CS5520 is not set | 561 | # CONFIG_PATA_CS5520 is not set |
570 | # CONFIG_PATA_CS5530 is not set | 562 | # CONFIG_PATA_CS5530 is not set |
@@ -576,6 +568,7 @@ CONFIG_SATA_SIL=y | |||
576 | # CONFIG_PATA_HPT3X2N is not set | 568 | # CONFIG_PATA_HPT3X2N is not set |
577 | # CONFIG_PATA_HPT3X3 is not set | 569 | # CONFIG_PATA_HPT3X3 is not set |
578 | # CONFIG_PATA_IT821X is not set | 570 | # CONFIG_PATA_IT821X is not set |
571 | # CONFIG_PATA_IT8213 is not set | ||
579 | # CONFIG_PATA_JMICRON is not set | 572 | # CONFIG_PATA_JMICRON is not set |
580 | # CONFIG_PATA_TRIFLEX is not set | 573 | # CONFIG_PATA_TRIFLEX is not set |
581 | # CONFIG_PATA_MARVELL is not set | 574 | # CONFIG_PATA_MARVELL is not set |
@@ -595,17 +588,14 @@ CONFIG_SATA_SIL=y | |||
595 | # CONFIG_PATA_SIS is not set | 588 | # CONFIG_PATA_SIS is not set |
596 | # CONFIG_PATA_VIA is not set | 589 | # CONFIG_PATA_VIA is not set |
597 | # CONFIG_PATA_WINBOND is not set | 590 | # CONFIG_PATA_WINBOND is not set |
598 | |||
599 | # | ||
600 | # Multi-device support (RAID and LVM) | ||
601 | # | ||
602 | CONFIG_MD=y | 591 | CONFIG_MD=y |
603 | CONFIG_BLK_DEV_MD=y | 592 | CONFIG_BLK_DEV_MD=y |
604 | # CONFIG_MD_LINEAR is not set | 593 | # CONFIG_MD_LINEAR is not set |
605 | CONFIG_MD_RAID0=y | 594 | CONFIG_MD_RAID0=y |
606 | CONFIG_MD_RAID1=y | 595 | CONFIG_MD_RAID1=y |
607 | # CONFIG_MD_RAID10 is not set | 596 | CONFIG_MD_RAID10=y |
608 | # CONFIG_MD_RAID456 is not set | 597 | CONFIG_MD_RAID456=y |
598 | # CONFIG_MD_RAID5_RESHAPE is not set | ||
609 | # CONFIG_MD_MULTIPATH is not set | 599 | # CONFIG_MD_MULTIPATH is not set |
610 | # CONFIG_MD_FAULTY is not set | 600 | # CONFIG_MD_FAULTY is not set |
611 | CONFIG_BLK_DEV_DM=y | 601 | CONFIG_BLK_DEV_DM=y |
@@ -615,6 +605,7 @@ CONFIG_BLK_DEV_DM=y | |||
615 | # CONFIG_DM_MIRROR is not set | 605 | # CONFIG_DM_MIRROR is not set |
616 | # CONFIG_DM_ZERO is not set | 606 | # CONFIG_DM_ZERO is not set |
617 | # CONFIG_DM_MULTIPATH is not set | 607 | # CONFIG_DM_MULTIPATH is not set |
608 | # CONFIG_DM_DELAY is not set | ||
618 | 609 | ||
619 | # | 610 | # |
620 | # Fusion MPT device support | 611 | # Fusion MPT device support |
@@ -627,47 +618,27 @@ CONFIG_BLK_DEV_DM=y | |||
627 | # | 618 | # |
628 | # IEEE 1394 (FireWire) support | 619 | # IEEE 1394 (FireWire) support |
629 | # | 620 | # |
621 | # CONFIG_FIREWIRE is not set | ||
630 | # CONFIG_IEEE1394 is not set | 622 | # CONFIG_IEEE1394 is not set |
631 | |||
632 | # | ||
633 | # I2O device support | ||
634 | # | ||
635 | # CONFIG_I2O is not set | 623 | # CONFIG_I2O is not set |
636 | |||
637 | # | ||
638 | # Network device support | ||
639 | # | ||
640 | CONFIG_NETDEVICES=y | 624 | CONFIG_NETDEVICES=y |
625 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
641 | # CONFIG_DUMMY is not set | 626 | # CONFIG_DUMMY is not set |
642 | # CONFIG_BONDING is not set | 627 | # CONFIG_BONDING is not set |
628 | # CONFIG_MACVLAN is not set | ||
643 | # CONFIG_EQUALIZER is not set | 629 | # CONFIG_EQUALIZER is not set |
644 | # CONFIG_TUN is not set | 630 | # CONFIG_TUN is not set |
645 | |||
646 | # | ||
647 | # ARCnet devices | ||
648 | # | ||
649 | # CONFIG_ARCNET is not set | 631 | # CONFIG_ARCNET is not set |
650 | |||
651 | # | ||
652 | # PHY device support | ||
653 | # | ||
654 | # CONFIG_PHYLIB is not set | 632 | # CONFIG_PHYLIB is not set |
655 | |||
656 | # | ||
657 | # Ethernet (10 or 100Mbit) | ||
658 | # | ||
659 | CONFIG_NET_ETHERNET=y | 633 | CONFIG_NET_ETHERNET=y |
660 | CONFIG_MII=y | 634 | CONFIG_MII=y |
635 | # CONFIG_AX88796 is not set | ||
661 | # CONFIG_HAPPYMEAL is not set | 636 | # CONFIG_HAPPYMEAL is not set |
662 | # CONFIG_SUNGEM is not set | 637 | # CONFIG_SUNGEM is not set |
663 | # CONFIG_CASSINI is not set | 638 | # CONFIG_CASSINI is not set |
664 | # CONFIG_NET_VENDOR_3COM is not set | 639 | # CONFIG_NET_VENDOR_3COM is not set |
665 | # CONFIG_SMC91X is not set | 640 | # CONFIG_SMC91X is not set |
666 | # CONFIG_DM9000 is not set | 641 | # CONFIG_DM9000 is not set |
667 | |||
668 | # | ||
669 | # Tulip family network device support | ||
670 | # | ||
671 | # CONFIG_NET_TULIP is not set | 642 | # CONFIG_NET_TULIP is not set |
672 | # CONFIG_HP100 is not set | 643 | # CONFIG_HP100 is not set |
673 | CONFIG_NET_PCI=y | 644 | CONFIG_NET_PCI=y |
@@ -689,10 +660,8 @@ CONFIG_E100=y | |||
689 | # CONFIG_SUNDANCE is not set | 660 | # CONFIG_SUNDANCE is not set |
690 | # CONFIG_TLAN is not set | 661 | # CONFIG_TLAN is not set |
691 | # CONFIG_VIA_RHINE is not set | 662 | # CONFIG_VIA_RHINE is not set |
692 | 663 | # CONFIG_SC92031 is not set | |
693 | # | 664 | CONFIG_NETDEV_1000=y |
694 | # Ethernet (1000 Mbit) | ||
695 | # | ||
696 | # CONFIG_ACENIC is not set | 665 | # CONFIG_ACENIC is not set |
697 | # CONFIG_DL2K is not set | 666 | # CONFIG_DL2K is not set |
698 | CONFIG_E1000=y | 667 | CONFIG_E1000=y |
@@ -706,34 +675,36 @@ CONFIG_R8169=y | |||
706 | # CONFIG_SIS190 is not set | 675 | # CONFIG_SIS190 is not set |
707 | # CONFIG_SKGE is not set | 676 | # CONFIG_SKGE is not set |
708 | # CONFIG_SKY2 is not set | 677 | # CONFIG_SKY2 is not set |
709 | # CONFIG_SK98LIN is not set | ||
710 | # CONFIG_VIA_VELOCITY is not set | 678 | # CONFIG_VIA_VELOCITY is not set |
711 | # CONFIG_TIGON3 is not set | 679 | # CONFIG_TIGON3 is not set |
712 | # CONFIG_BNX2 is not set | 680 | # CONFIG_BNX2 is not set |
713 | # CONFIG_QLA3XXX is not set | 681 | # CONFIG_QLA3XXX is not set |
714 | 682 | # CONFIG_ATL1 is not set | |
715 | # | 683 | CONFIG_NETDEV_10000=y |
716 | # Ethernet (10000 Mbit) | ||
717 | # | ||
718 | # CONFIG_CHELSIO_T1 is not set | 684 | # CONFIG_CHELSIO_T1 is not set |
685 | # CONFIG_CHELSIO_T3 is not set | ||
719 | # CONFIG_IXGB is not set | 686 | # CONFIG_IXGB is not set |
720 | # CONFIG_S2IO is not set | 687 | # CONFIG_S2IO is not set |
721 | # CONFIG_MYRI10GE is not set | 688 | # CONFIG_MYRI10GE is not set |
722 | # CONFIG_NETXEN_NIC is not set | 689 | # CONFIG_NETXEN_NIC is not set |
723 | 690 | # CONFIG_MLX4_CORE is not set | |
724 | # | ||
725 | # Token Ring devices | ||
726 | # | ||
727 | # CONFIG_TR is not set | 691 | # CONFIG_TR is not set |
728 | 692 | ||
729 | # | 693 | # |
730 | # Wireless LAN (non-hamradio) | 694 | # Wireless LAN |
731 | # | 695 | # |
732 | # CONFIG_NET_RADIO is not set | 696 | # CONFIG_WLAN_PRE80211 is not set |
697 | # CONFIG_WLAN_80211 is not set | ||
733 | 698 | ||
734 | # | 699 | # |
735 | # Wan interfaces | 700 | # USB Network Adapters |
736 | # | 701 | # |
702 | # CONFIG_USB_CATC is not set | ||
703 | # CONFIG_USB_KAWETH is not set | ||
704 | # CONFIG_USB_PEGASUS is not set | ||
705 | # CONFIG_USB_RTL8150 is not set | ||
706 | # CONFIG_USB_USBNET_MII is not set | ||
707 | # CONFIG_USB_USBNET is not set | ||
737 | # CONFIG_WAN is not set | 708 | # CONFIG_WAN is not set |
738 | # CONFIG_FDDI is not set | 709 | # CONFIG_FDDI is not set |
739 | # CONFIG_HIPPI is not set | 710 | # CONFIG_HIPPI is not set |
@@ -744,10 +715,6 @@ CONFIG_R8169=y | |||
744 | # CONFIG_NETCONSOLE is not set | 715 | # CONFIG_NETCONSOLE is not set |
745 | # CONFIG_NETPOLL is not set | 716 | # CONFIG_NETPOLL is not set |
746 | # CONFIG_NET_POLL_CONTROLLER is not set | 717 | # CONFIG_NET_POLL_CONTROLLER is not set |
747 | |||
748 | # | ||
749 | # ISDN subsystem | ||
750 | # | ||
751 | # CONFIG_ISDN is not set | 718 | # CONFIG_ISDN is not set |
752 | 719 | ||
753 | # | 720 | # |
@@ -755,6 +722,7 @@ CONFIG_R8169=y | |||
755 | # | 722 | # |
756 | CONFIG_INPUT=y | 723 | CONFIG_INPUT=y |
757 | # CONFIG_INPUT_FF_MEMLESS is not set | 724 | # CONFIG_INPUT_FF_MEMLESS is not set |
725 | # CONFIG_INPUT_POLLDEV is not set | ||
758 | 726 | ||
759 | # | 727 | # |
760 | # Userland interfaces | 728 | # Userland interfaces |
@@ -774,6 +742,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | |||
774 | # CONFIG_INPUT_KEYBOARD is not set | 742 | # CONFIG_INPUT_KEYBOARD is not set |
775 | # CONFIG_INPUT_MOUSE is not set | 743 | # CONFIG_INPUT_MOUSE is not set |
776 | # CONFIG_INPUT_JOYSTICK is not set | 744 | # CONFIG_INPUT_JOYSTICK is not set |
745 | # CONFIG_INPUT_TABLET is not set | ||
777 | # CONFIG_INPUT_TOUCHSCREEN is not set | 746 | # CONFIG_INPUT_TOUCHSCREEN is not set |
778 | # CONFIG_INPUT_MISC is not set | 747 | # CONFIG_INPUT_MISC is not set |
779 | 748 | ||
@@ -811,33 +780,18 @@ CONFIG_SERIAL_CORE_CONSOLE=y | |||
811 | CONFIG_UNIX98_PTYS=y | 780 | CONFIG_UNIX98_PTYS=y |
812 | CONFIG_LEGACY_PTYS=y | 781 | CONFIG_LEGACY_PTYS=y |
813 | CONFIG_LEGACY_PTY_COUNT=256 | 782 | CONFIG_LEGACY_PTY_COUNT=256 |
814 | |||
815 | # | ||
816 | # IPMI | ||
817 | # | ||
818 | # CONFIG_IPMI_HANDLER is not set | 783 | # CONFIG_IPMI_HANDLER is not set |
819 | |||
820 | # | ||
821 | # Watchdog Cards | ||
822 | # | ||
823 | # CONFIG_WATCHDOG is not set | 784 | # CONFIG_WATCHDOG is not set |
824 | CONFIG_HW_RANDOM=y | 785 | CONFIG_HW_RANDOM=y |
825 | # CONFIG_NVRAM is not set | 786 | # CONFIG_NVRAM is not set |
826 | # CONFIG_DTLK is not set | ||
827 | # CONFIG_R3964 is not set | 787 | # CONFIG_R3964 is not set |
828 | # CONFIG_APPLICOM is not set | 788 | # CONFIG_APPLICOM is not set |
829 | # CONFIG_DRM is not set | 789 | # CONFIG_DRM is not set |
830 | # CONFIG_RAW_DRIVER is not set | 790 | # CONFIG_RAW_DRIVER is not set |
831 | |||
832 | # | ||
833 | # TPM devices | ||
834 | # | ||
835 | # CONFIG_TCG_TPM is not set | 791 | # CONFIG_TCG_TPM is not set |
836 | 792 | CONFIG_DEVPORT=y | |
837 | # | ||
838 | # I2C support | ||
839 | # | ||
840 | CONFIG_I2C=y | 793 | CONFIG_I2C=y |
794 | CONFIG_I2C_BOARDINFO=y | ||
841 | CONFIG_I2C_CHARDEV=y | 795 | CONFIG_I2C_CHARDEV=y |
842 | 796 | ||
843 | # | 797 | # |
@@ -864,25 +818,29 @@ CONFIG_I2C_IOP3XX=y | |||
864 | # CONFIG_I2C_PARPORT_LIGHT is not set | 818 | # CONFIG_I2C_PARPORT_LIGHT is not set |
865 | # CONFIG_I2C_PROSAVAGE is not set | 819 | # CONFIG_I2C_PROSAVAGE is not set |
866 | # CONFIG_I2C_SAVAGE4 is not set | 820 | # CONFIG_I2C_SAVAGE4 is not set |
821 | # CONFIG_I2C_SIMTEC is not set | ||
867 | # CONFIG_I2C_SIS5595 is not set | 822 | # CONFIG_I2C_SIS5595 is not set |
868 | # CONFIG_I2C_SIS630 is not set | 823 | # CONFIG_I2C_SIS630 is not set |
869 | # CONFIG_I2C_SIS96X is not set | 824 | # CONFIG_I2C_SIS96X is not set |
825 | # CONFIG_I2C_TAOS_EVM is not set | ||
870 | # CONFIG_I2C_STUB is not set | 826 | # CONFIG_I2C_STUB is not set |
827 | # CONFIG_I2C_TINY_USB is not set | ||
871 | # CONFIG_I2C_VIA is not set | 828 | # CONFIG_I2C_VIA is not set |
872 | # CONFIG_I2C_VIAPRO is not set | 829 | # CONFIG_I2C_VIAPRO is not set |
873 | # CONFIG_I2C_VOODOO3 is not set | 830 | # CONFIG_I2C_VOODOO3 is not set |
874 | # CONFIG_I2C_PCA_ISA is not set | ||
875 | 831 | ||
876 | # | 832 | # |
877 | # Miscellaneous I2C Chip support | 833 | # Miscellaneous I2C Chip support |
878 | # | 834 | # |
879 | # CONFIG_SENSORS_DS1337 is not set | 835 | # CONFIG_SENSORS_DS1337 is not set |
880 | # CONFIG_SENSORS_DS1374 is not set | 836 | # CONFIG_SENSORS_DS1374 is not set |
837 | # CONFIG_DS1682 is not set | ||
881 | # CONFIG_SENSORS_EEPROM is not set | 838 | # CONFIG_SENSORS_EEPROM is not set |
882 | # CONFIG_SENSORS_PCF8574 is not set | 839 | # CONFIG_SENSORS_PCF8574 is not set |
883 | # CONFIG_SENSORS_PCA9539 is not set | 840 | # CONFIG_SENSORS_PCA9539 is not set |
884 | # CONFIG_SENSORS_PCF8591 is not set | 841 | # CONFIG_SENSORS_PCF8591 is not set |
885 | # CONFIG_SENSORS_MAX6875 is not set | 842 | # CONFIG_SENSORS_MAX6875 is not set |
843 | # CONFIG_SENSORS_TSL2550 is not set | ||
886 | # CONFIG_I2C_DEBUG_CORE is not set | 844 | # CONFIG_I2C_DEBUG_CORE is not set |
887 | # CONFIG_I2C_DEBUG_ALGO is not set | 845 | # CONFIG_I2C_DEBUG_ALGO is not set |
888 | # CONFIG_I2C_DEBUG_BUS is not set | 846 | # CONFIG_I2C_DEBUG_BUS is not set |
@@ -893,21 +851,15 @@ CONFIG_I2C_IOP3XX=y | |||
893 | # | 851 | # |
894 | # CONFIG_SPI is not set | 852 | # CONFIG_SPI is not set |
895 | # CONFIG_SPI_MASTER is not set | 853 | # CONFIG_SPI_MASTER is not set |
896 | |||
897 | # | ||
898 | # Dallas's 1-wire bus | ||
899 | # | ||
900 | # CONFIG_W1 is not set | 854 | # CONFIG_W1 is not set |
901 | |||
902 | # | ||
903 | # Hardware Monitoring support | ||
904 | # | ||
905 | CONFIG_HWMON=y | 855 | CONFIG_HWMON=y |
906 | # CONFIG_HWMON_VID is not set | 856 | # CONFIG_HWMON_VID is not set |
907 | # CONFIG_SENSORS_ABITUGURU is not set | 857 | # CONFIG_SENSORS_ABITUGURU is not set |
858 | # CONFIG_SENSORS_AD7418 is not set | ||
908 | # CONFIG_SENSORS_ADM1021 is not set | 859 | # CONFIG_SENSORS_ADM1021 is not set |
909 | # CONFIG_SENSORS_ADM1025 is not set | 860 | # CONFIG_SENSORS_ADM1025 is not set |
910 | # CONFIG_SENSORS_ADM1026 is not set | 861 | # CONFIG_SENSORS_ADM1026 is not set |
862 | # CONFIG_SENSORS_ADM1029 is not set | ||
911 | # CONFIG_SENSORS_ADM1031 is not set | 863 | # CONFIG_SENSORS_ADM1031 is not set |
912 | # CONFIG_SENSORS_ADM9240 is not set | 864 | # CONFIG_SENSORS_ADM9240 is not set |
913 | # CONFIG_SENSORS_ASB100 is not set | 865 | # CONFIG_SENSORS_ASB100 is not set |
@@ -930,6 +882,7 @@ CONFIG_HWMON=y | |||
930 | # CONFIG_SENSORS_LM90 is not set | 882 | # CONFIG_SENSORS_LM90 is not set |
931 | # CONFIG_SENSORS_LM92 is not set | 883 | # CONFIG_SENSORS_LM92 is not set |
932 | # CONFIG_SENSORS_MAX1619 is not set | 884 | # CONFIG_SENSORS_MAX1619 is not set |
885 | # CONFIG_SENSORS_MAX6650 is not set | ||
933 | # CONFIG_SENSORS_PC87360 is not set | 886 | # CONFIG_SENSORS_PC87360 is not set |
934 | # CONFIG_SENSORS_PC87427 is not set | 887 | # CONFIG_SENSORS_PC87427 is not set |
935 | # CONFIG_SENSORS_SIS5595 is not set | 888 | # CONFIG_SENSORS_SIS5595 is not set |
@@ -947,12 +900,16 @@ CONFIG_HWMON=y | |||
947 | # CONFIG_SENSORS_W83627HF is not set | 900 | # CONFIG_SENSORS_W83627HF is not set |
948 | # CONFIG_SENSORS_W83627EHF is not set | 901 | # CONFIG_SENSORS_W83627EHF is not set |
949 | # CONFIG_HWMON_DEBUG_CHIP is not set | 902 | # CONFIG_HWMON_DEBUG_CHIP is not set |
903 | CONFIG_MISC_DEVICES=y | ||
904 | # CONFIG_PHANTOM is not set | ||
905 | # CONFIG_EEPROM_93CX6 is not set | ||
906 | # CONFIG_SGI_IOC4 is not set | ||
907 | # CONFIG_TIFM_CORE is not set | ||
950 | 908 | ||
951 | # | 909 | # |
952 | # Misc devices | 910 | # Multifunction device drivers |
953 | # | 911 | # |
954 | # CONFIG_SGI_IOC4 is not set | 912 | # CONFIG_MFD_SM501 is not set |
955 | # CONFIG_TIFM_CORE is not set | ||
956 | 913 | ||
957 | # | 914 | # |
958 | # LED devices | 915 | # LED devices |
@@ -971,17 +928,20 @@ CONFIG_HWMON=y | |||
971 | # Multimedia devices | 928 | # Multimedia devices |
972 | # | 929 | # |
973 | # CONFIG_VIDEO_DEV is not set | 930 | # CONFIG_VIDEO_DEV is not set |
931 | # CONFIG_DVB_CORE is not set | ||
932 | CONFIG_DAB=y | ||
933 | # CONFIG_USB_DABUSB is not set | ||
974 | 934 | ||
975 | # | 935 | # |
976 | # Digital Video Broadcasting Devices | 936 | # Graphics support |
977 | # | 937 | # |
978 | # CONFIG_DVB is not set | 938 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set |
979 | # CONFIG_USB_DABUSB is not set | ||
980 | 939 | ||
981 | # | 940 | # |
982 | # Graphics support | 941 | # Display device support |
983 | # | 942 | # |
984 | CONFIG_FIRMWARE_EDID=y | 943 | # CONFIG_DISPLAY_SUPPORT is not set |
944 | # CONFIG_VGASTATE is not set | ||
985 | # CONFIG_FB is not set | 945 | # CONFIG_FB is not set |
986 | 946 | ||
987 | # | 947 | # |
@@ -989,21 +949,26 @@ CONFIG_FIRMWARE_EDID=y | |||
989 | # | 949 | # |
990 | # CONFIG_VGA_CONSOLE is not set | 950 | # CONFIG_VGA_CONSOLE is not set |
991 | CONFIG_DUMMY_CONSOLE=y | 951 | CONFIG_DUMMY_CONSOLE=y |
992 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
993 | 952 | ||
994 | # | 953 | # |
995 | # Sound | 954 | # Sound |
996 | # | 955 | # |
997 | # CONFIG_SOUND is not set | 956 | # CONFIG_SOUND is not set |
957 | CONFIG_HID_SUPPORT=y | ||
958 | CONFIG_HID=y | ||
959 | # CONFIG_HID_DEBUG is not set | ||
998 | 960 | ||
999 | # | 961 | # |
1000 | # HID Devices | 962 | # USB Input Devices |
1001 | # | 963 | # |
1002 | CONFIG_HID=y | 964 | # CONFIG_USB_HID is not set |
1003 | 965 | ||
1004 | # | 966 | # |
1005 | # USB support | 967 | # USB HID Boot Protocol drivers |
1006 | # | 968 | # |
969 | # CONFIG_USB_KBD is not set | ||
970 | # CONFIG_USB_MOUSE is not set | ||
971 | CONFIG_USB_SUPPORT=y | ||
1007 | CONFIG_USB_ARCH_HAS_HCD=y | 972 | CONFIG_USB_ARCH_HAS_HCD=y |
1008 | CONFIG_USB_ARCH_HAS_OHCI=y | 973 | CONFIG_USB_ARCH_HAS_OHCI=y |
1009 | CONFIG_USB_ARCH_HAS_EHCI=y | 974 | CONFIG_USB_ARCH_HAS_EHCI=y |
@@ -1014,9 +979,8 @@ CONFIG_USB=y | |||
1014 | # Miscellaneous USB options | 979 | # Miscellaneous USB options |
1015 | # | 980 | # |
1016 | # CONFIG_USB_DEVICEFS is not set | 981 | # CONFIG_USB_DEVICEFS is not set |
1017 | # CONFIG_USB_BANDWIDTH is not set | 982 | CONFIG_USB_DEVICE_CLASS=y |
1018 | # CONFIG_USB_DYNAMIC_MINORS is not set | 983 | # CONFIG_USB_DYNAMIC_MINORS is not set |
1019 | # CONFIG_USB_MULTITHREAD_PROBE is not set | ||
1020 | # CONFIG_USB_OTG is not set | 984 | # CONFIG_USB_OTG is not set |
1021 | 985 | ||
1022 | # | 986 | # |
@@ -1030,6 +994,7 @@ CONFIG_USB_EHCI_TT_NEWSCHED=y | |||
1030 | # CONFIG_USB_OHCI_HCD is not set | 994 | # CONFIG_USB_OHCI_HCD is not set |
1031 | CONFIG_USB_UHCI_HCD=y | 995 | CONFIG_USB_UHCI_HCD=y |
1032 | # CONFIG_USB_SL811_HCD is not set | 996 | # CONFIG_USB_SL811_HCD is not set |
997 | # CONFIG_USB_R8A66597_HCD is not set | ||
1033 | 998 | ||
1034 | # | 999 | # |
1035 | # USB Device Class drivers | 1000 | # USB Device Class drivers |
@@ -1058,43 +1023,10 @@ CONFIG_USB_STORAGE=y | |||
1058 | # CONFIG_USB_LIBUSUAL is not set | 1023 | # CONFIG_USB_LIBUSUAL is not set |
1059 | 1024 | ||
1060 | # | 1025 | # |
1061 | # USB Input Devices | ||
1062 | # | ||
1063 | # CONFIG_USB_HID is not set | ||
1064 | |||
1065 | # | ||
1066 | # USB HID Boot Protocol drivers | ||
1067 | # | ||
1068 | # CONFIG_USB_KBD is not set | ||
1069 | # CONFIG_USB_MOUSE is not set | ||
1070 | # CONFIG_USB_AIPTEK is not set | ||
1071 | # CONFIG_USB_WACOM is not set | ||
1072 | # CONFIG_USB_ACECAD is not set | ||
1073 | # CONFIG_USB_KBTAB is not set | ||
1074 | # CONFIG_USB_POWERMATE is not set | ||
1075 | # CONFIG_USB_TOUCHSCREEN is not set | ||
1076 | # CONFIG_USB_YEALINK is not set | ||
1077 | # CONFIG_USB_XPAD is not set | ||
1078 | # CONFIG_USB_ATI_REMOTE is not set | ||
1079 | # CONFIG_USB_ATI_REMOTE2 is not set | ||
1080 | # CONFIG_USB_KEYSPAN_REMOTE is not set | ||
1081 | # CONFIG_USB_APPLETOUCH is not set | ||
1082 | |||
1083 | # | ||
1084 | # USB Imaging devices | 1026 | # USB Imaging devices |
1085 | # | 1027 | # |
1086 | # CONFIG_USB_MDC800 is not set | 1028 | # CONFIG_USB_MDC800 is not set |
1087 | # CONFIG_USB_MICROTEK is not set | 1029 | # CONFIG_USB_MICROTEK is not set |
1088 | |||
1089 | # | ||
1090 | # USB Network Adapters | ||
1091 | # | ||
1092 | # CONFIG_USB_CATC is not set | ||
1093 | # CONFIG_USB_KAWETH is not set | ||
1094 | # CONFIG_USB_PEGASUS is not set | ||
1095 | # CONFIG_USB_RTL8150 is not set | ||
1096 | # CONFIG_USB_USBNET_MII is not set | ||
1097 | # CONFIG_USB_USBNET is not set | ||
1098 | CONFIG_USB_MON=y | 1030 | CONFIG_USB_MON=y |
1099 | 1031 | ||
1100 | # | 1032 | # |
@@ -1116,6 +1048,7 @@ CONFIG_USB_MON=y | |||
1116 | # CONFIG_USB_RIO500 is not set | 1048 | # CONFIG_USB_RIO500 is not set |
1117 | # CONFIG_USB_LEGOTOWER is not set | 1049 | # CONFIG_USB_LEGOTOWER is not set |
1118 | # CONFIG_USB_LCD is not set | 1050 | # CONFIG_USB_LCD is not set |
1051 | # CONFIG_USB_BERRY_CHARGE is not set | ||
1119 | # CONFIG_USB_LED is not set | 1052 | # CONFIG_USB_LED is not set |
1120 | # CONFIG_USB_CYPRESS_CY7C63 is not set | 1053 | # CONFIG_USB_CYPRESS_CY7C63 is not set |
1121 | # CONFIG_USB_CYTHERM is not set | 1054 | # CONFIG_USB_CYTHERM is not set |
@@ -1126,6 +1059,7 @@ CONFIG_USB_MON=y | |||
1126 | # CONFIG_USB_SISUSBVGA is not set | 1059 | # CONFIG_USB_SISUSBVGA is not set |
1127 | # CONFIG_USB_LD is not set | 1060 | # CONFIG_USB_LD is not set |
1128 | # CONFIG_USB_TRANCEVIBRATOR is not set | 1061 | # CONFIG_USB_TRANCEVIBRATOR is not set |
1062 | # CONFIG_USB_IOWARRIOR is not set | ||
1129 | 1063 | ||
1130 | # | 1064 | # |
1131 | # USB DSL modem support | 1065 | # USB DSL modem support |
@@ -1135,10 +1069,6 @@ CONFIG_USB_MON=y | |||
1135 | # USB Gadget Support | 1069 | # USB Gadget Support |
1136 | # | 1070 | # |
1137 | # CONFIG_USB_GADGET is not set | 1071 | # CONFIG_USB_GADGET is not set |
1138 | |||
1139 | # | ||
1140 | # MMC/SD Card support | ||
1141 | # | ||
1142 | # CONFIG_MMC is not set | 1072 | # CONFIG_MMC is not set |
1143 | 1073 | ||
1144 | # | 1074 | # |
@@ -1148,6 +1078,22 @@ CONFIG_RTC_LIB=y | |||
1148 | # CONFIG_RTC_CLASS is not set | 1078 | # CONFIG_RTC_CLASS is not set |
1149 | 1079 | ||
1150 | # | 1080 | # |
1081 | # DMA Engine support | ||
1082 | # | ||
1083 | CONFIG_DMA_ENGINE=y | ||
1084 | |||
1085 | # | ||
1086 | # DMA Clients | ||
1087 | # | ||
1088 | CONFIG_NET_DMA=y | ||
1089 | |||
1090 | # | ||
1091 | # DMA Devices | ||
1092 | # | ||
1093 | # CONFIG_INTEL_IOATDMA is not set | ||
1094 | CONFIG_INTEL_IOP_ADMA=y | ||
1095 | |||
1096 | # | ||
1151 | # File systems | 1097 | # File systems |
1152 | # | 1098 | # |
1153 | CONFIG_EXT2_FS=y | 1099 | CONFIG_EXT2_FS=y |
@@ -1164,11 +1110,7 @@ CONFIG_FS_MBCACHE=y | |||
1164 | # CONFIG_REISERFS_FS is not set | 1110 | # CONFIG_REISERFS_FS is not set |
1165 | # CONFIG_JFS_FS is not set | 1111 | # CONFIG_JFS_FS is not set |
1166 | # CONFIG_FS_POSIX_ACL is not set | 1112 | # CONFIG_FS_POSIX_ACL is not set |
1167 | CONFIG_XFS_FS=y | 1113 | # CONFIG_XFS_FS is not set |
1168 | # CONFIG_XFS_QUOTA is not set | ||
1169 | CONFIG_XFS_SECURITY=y | ||
1170 | CONFIG_XFS_POSIX_ACL=y | ||
1171 | # CONFIG_XFS_RT is not set | ||
1172 | # CONFIG_GFS2_FS is not set | 1114 | # CONFIG_GFS2_FS is not set |
1173 | # CONFIG_OCFS2_FS is not set | 1115 | # CONFIG_OCFS2_FS is not set |
1174 | # CONFIG_MINIX_FS is not set | 1116 | # CONFIG_MINIX_FS is not set |
@@ -1217,7 +1159,6 @@ CONFIG_ECRYPT_FS=y | |||
1217 | # CONFIG_BEFS_FS is not set | 1159 | # CONFIG_BEFS_FS is not set |
1218 | # CONFIG_BFS_FS is not set | 1160 | # CONFIG_BFS_FS is not set |
1219 | # CONFIG_EFS_FS is not set | 1161 | # CONFIG_EFS_FS is not set |
1220 | # CONFIG_JFFS_FS is not set | ||
1221 | CONFIG_JFFS2_FS=y | 1162 | CONFIG_JFFS2_FS=y |
1222 | CONFIG_JFFS2_FS_DEBUG=0 | 1163 | CONFIG_JFFS2_FS_DEBUG=0 |
1223 | CONFIG_JFFS2_FS_WRITEBUFFER=y | 1164 | CONFIG_JFFS2_FS_WRITEBUFFER=y |
@@ -1227,7 +1168,7 @@ CONFIG_JFFS2_FS_WRITEBUFFER=y | |||
1227 | CONFIG_JFFS2_ZLIB=y | 1168 | CONFIG_JFFS2_ZLIB=y |
1228 | CONFIG_JFFS2_RTIME=y | 1169 | CONFIG_JFFS2_RTIME=y |
1229 | # CONFIG_JFFS2_RUBIN is not set | 1170 | # CONFIG_JFFS2_RUBIN is not set |
1230 | # CONFIG_CRAMFS is not set | 1171 | CONFIG_CRAMFS=y |
1231 | # CONFIG_VXFS_FS is not set | 1172 | # CONFIG_VXFS_FS is not set |
1232 | # CONFIG_HPFS_FS is not set | 1173 | # CONFIG_HPFS_FS is not set |
1233 | # CONFIG_QNX4FS_FS is not set | 1174 | # CONFIG_QNX4FS_FS is not set |
@@ -1253,6 +1194,7 @@ CONFIG_LOCKD_V4=y | |||
1253 | CONFIG_EXPORTFS=y | 1194 | CONFIG_EXPORTFS=y |
1254 | CONFIG_NFS_COMMON=y | 1195 | CONFIG_NFS_COMMON=y |
1255 | CONFIG_SUNRPC=y | 1196 | CONFIG_SUNRPC=y |
1197 | # CONFIG_SUNRPC_BIND34 is not set | ||
1256 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 1198 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
1257 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1199 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
1258 | # CONFIG_SMB_FS is not set | 1200 | # CONFIG_SMB_FS is not set |
@@ -1260,7 +1202,6 @@ CONFIG_SUNRPC=y | |||
1260 | # CONFIG_NCP_FS is not set | 1202 | # CONFIG_NCP_FS is not set |
1261 | # CONFIG_CODA_FS is not set | 1203 | # CONFIG_CODA_FS is not set |
1262 | # CONFIG_AFS_FS is not set | 1204 | # CONFIG_AFS_FS is not set |
1263 | # CONFIG_9P_FS is not set | ||
1264 | 1205 | ||
1265 | # | 1206 | # |
1266 | # Partition Types | 1207 | # Partition Types |
@@ -1282,6 +1223,7 @@ CONFIG_MSDOS_PARTITION=y | |||
1282 | # CONFIG_SUN_PARTITION is not set | 1223 | # CONFIG_SUN_PARTITION is not set |
1283 | # CONFIG_KARMA_PARTITION is not set | 1224 | # CONFIG_KARMA_PARTITION is not set |
1284 | # CONFIG_EFI_PARTITION is not set | 1225 | # CONFIG_EFI_PARTITION is not set |
1226 | # CONFIG_SYSV68_PARTITION is not set | ||
1285 | 1227 | ||
1286 | # | 1228 | # |
1287 | # Native Language Support | 1229 | # Native Language Support |
@@ -1308,15 +1250,19 @@ CONFIG_MAGIC_SYSRQ=y | |||
1308 | # CONFIG_DEBUG_FS is not set | 1250 | # CONFIG_DEBUG_FS is not set |
1309 | # CONFIG_HEADERS_CHECK is not set | 1251 | # CONFIG_HEADERS_CHECK is not set |
1310 | CONFIG_DEBUG_KERNEL=y | 1252 | CONFIG_DEBUG_KERNEL=y |
1311 | CONFIG_LOG_BUF_SHIFT=14 | 1253 | # CONFIG_DEBUG_SHIRQ is not set |
1312 | CONFIG_DETECT_SOFTLOCKUP=y | 1254 | CONFIG_DETECT_SOFTLOCKUP=y |
1255 | CONFIG_SCHED_DEBUG=y | ||
1313 | # CONFIG_SCHEDSTATS is not set | 1256 | # CONFIG_SCHEDSTATS is not set |
1257 | # CONFIG_TIMER_STATS is not set | ||
1314 | # CONFIG_DEBUG_SLAB is not set | 1258 | # CONFIG_DEBUG_SLAB is not set |
1315 | # CONFIG_DEBUG_RT_MUTEXES is not set | 1259 | # CONFIG_DEBUG_RT_MUTEXES is not set |
1316 | # CONFIG_RT_MUTEX_TESTER is not set | 1260 | # CONFIG_RT_MUTEX_TESTER is not set |
1317 | # CONFIG_DEBUG_SPINLOCK is not set | 1261 | # CONFIG_DEBUG_SPINLOCK is not set |
1318 | # CONFIG_DEBUG_MUTEXES is not set | 1262 | # CONFIG_DEBUG_MUTEXES is not set |
1319 | # CONFIG_DEBUG_RWSEMS is not set | 1263 | # CONFIG_DEBUG_LOCK_ALLOC is not set |
1264 | # CONFIG_PROVE_LOCKING is not set | ||
1265 | # CONFIG_LOCK_STAT is not set | ||
1320 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | 1266 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set |
1321 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | 1267 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set |
1322 | # CONFIG_DEBUG_KOBJECT is not set | 1268 | # CONFIG_DEBUG_KOBJECT is not set |
@@ -1327,6 +1273,7 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
1327 | CONFIG_FRAME_POINTER=y | 1273 | CONFIG_FRAME_POINTER=y |
1328 | # CONFIG_FORCED_INLINING is not set | 1274 | # CONFIG_FORCED_INLINING is not set |
1329 | # CONFIG_RCU_TORTURE_TEST is not set | 1275 | # CONFIG_RCU_TORTURE_TEST is not set |
1276 | # CONFIG_FAULT_INJECTION is not set | ||
1330 | CONFIG_DEBUG_USER=y | 1277 | CONFIG_DEBUG_USER=y |
1331 | # CONFIG_DEBUG_ERRORS is not set | 1278 | # CONFIG_DEBUG_ERRORS is not set |
1332 | CONFIG_DEBUG_LL=y | 1279 | CONFIG_DEBUG_LL=y |
@@ -1338,10 +1285,10 @@ CONFIG_DEBUG_LL=y | |||
1338 | CONFIG_KEYS=y | 1285 | CONFIG_KEYS=y |
1339 | CONFIG_KEYS_DEBUG_PROC_KEYS=y | 1286 | CONFIG_KEYS_DEBUG_PROC_KEYS=y |
1340 | # CONFIG_SECURITY is not set | 1287 | # CONFIG_SECURITY is not set |
1341 | 1288 | CONFIG_XOR_BLOCKS=y | |
1342 | # | 1289 | CONFIG_ASYNC_CORE=y |
1343 | # Cryptographic options | 1290 | CONFIG_ASYNC_MEMCPY=y |
1344 | # | 1291 | CONFIG_ASYNC_XOR=y |
1345 | CONFIG_CRYPTO=y | 1292 | CONFIG_CRYPTO=y |
1346 | CONFIG_CRYPTO_ALGAPI=y | 1293 | CONFIG_CRYPTO_ALGAPI=y |
1347 | CONFIG_CRYPTO_BLKCIPHER=y | 1294 | CONFIG_CRYPTO_BLKCIPHER=y |
@@ -1360,8 +1307,11 @@ CONFIG_CRYPTO_TGR192=y | |||
1360 | CONFIG_CRYPTO_GF128MUL=y | 1307 | CONFIG_CRYPTO_GF128MUL=y |
1361 | CONFIG_CRYPTO_ECB=y | 1308 | CONFIG_CRYPTO_ECB=y |
1362 | CONFIG_CRYPTO_CBC=y | 1309 | CONFIG_CRYPTO_CBC=y |
1310 | CONFIG_CRYPTO_PCBC=m | ||
1363 | CONFIG_CRYPTO_LRW=y | 1311 | CONFIG_CRYPTO_LRW=y |
1312 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1364 | CONFIG_CRYPTO_DES=y | 1313 | CONFIG_CRYPTO_DES=y |
1314 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1365 | CONFIG_CRYPTO_BLOWFISH=y | 1315 | CONFIG_CRYPTO_BLOWFISH=y |
1366 | CONFIG_CRYPTO_TWOFISH=y | 1316 | CONFIG_CRYPTO_TWOFISH=y |
1367 | CONFIG_CRYPTO_TWOFISH_COMMON=y | 1317 | CONFIG_CRYPTO_TWOFISH_COMMON=y |
@@ -1376,11 +1326,9 @@ CONFIG_CRYPTO_ANUBIS=y | |||
1376 | CONFIG_CRYPTO_DEFLATE=y | 1326 | CONFIG_CRYPTO_DEFLATE=y |
1377 | CONFIG_CRYPTO_MICHAEL_MIC=y | 1327 | CONFIG_CRYPTO_MICHAEL_MIC=y |
1378 | CONFIG_CRYPTO_CRC32C=y | 1328 | CONFIG_CRYPTO_CRC32C=y |
1329 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1379 | # CONFIG_CRYPTO_TEST is not set | 1330 | # CONFIG_CRYPTO_TEST is not set |
1380 | 1331 | CONFIG_CRYPTO_HW=y | |
1381 | # | ||
1382 | # Hardware crypto devices | ||
1383 | # | ||
1384 | 1332 | ||
1385 | # | 1333 | # |
1386 | # Library routines | 1334 | # Library routines |
@@ -1388,9 +1336,13 @@ CONFIG_CRYPTO_CRC32C=y | |||
1388 | CONFIG_BITREVERSE=y | 1336 | CONFIG_BITREVERSE=y |
1389 | # CONFIG_CRC_CCITT is not set | 1337 | # CONFIG_CRC_CCITT is not set |
1390 | # CONFIG_CRC16 is not set | 1338 | # CONFIG_CRC16 is not set |
1339 | # CONFIG_CRC_ITU_T is not set | ||
1391 | CONFIG_CRC32=y | 1340 | CONFIG_CRC32=y |
1341 | # CONFIG_CRC7 is not set | ||
1392 | CONFIG_LIBCRC32C=y | 1342 | CONFIG_LIBCRC32C=y |
1393 | CONFIG_ZLIB_INFLATE=y | 1343 | CONFIG_ZLIB_INFLATE=y |
1394 | CONFIG_ZLIB_DEFLATE=y | 1344 | CONFIG_ZLIB_DEFLATE=y |
1395 | CONFIG_PLIST=y | 1345 | CONFIG_PLIST=y |
1396 | CONFIG_IOMAP_COPY=y | 1346 | CONFIG_HAS_IOMEM=y |
1347 | CONFIG_HAS_IOPORT=y | ||
1348 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/arm/configs/iop33x_defconfig b/arch/arm/configs/iop33x_defconfig index fa271bce8ff7..721ee64a13f7 100644 --- a/arch/arm/configs/iop33x_defconfig +++ b/arch/arm/configs/iop33x_defconfig | |||
@@ -1,12 +1,18 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.20-rc1 | 3 | # Linux kernel version: 2.6.22 |
4 | # Sat Dec 16 06:05:34 2006 | 4 | # Thu Jul 19 16:05:59 2007 |
5 | # | 5 | # |
6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | ||
8 | # CONFIG_GENERIC_GPIO is not set | ||
7 | # CONFIG_GENERIC_TIME is not set | 9 | # CONFIG_GENERIC_TIME is not set |
10 | # CONFIG_GENERIC_CLOCKEVENTS is not set | ||
8 | CONFIG_MMU=y | 11 | CONFIG_MMU=y |
12 | # CONFIG_NO_IOPORT is not set | ||
9 | CONFIG_GENERIC_HARDIRQS=y | 13 | CONFIG_GENERIC_HARDIRQS=y |
14 | CONFIG_STACKTRACE_SUPPORT=y | ||
15 | CONFIG_LOCKDEP_SUPPORT=y | ||
10 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | 16 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y |
11 | CONFIG_HARDIRQS_SW_RESEND=y | 17 | CONFIG_HARDIRQS_SW_RESEND=y |
12 | CONFIG_GENERIC_IRQ_PROBE=y | 18 | CONFIG_GENERIC_IRQ_PROBE=y |
@@ -15,6 +21,7 @@ CONFIG_RWSEM_GENERIC_SPINLOCK=y | |||
15 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | 21 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set |
16 | CONFIG_GENERIC_HWEIGHT=y | 22 | CONFIG_GENERIC_HWEIGHT=y |
17 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 23 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
24 | CONFIG_ZONE_DMA=y | ||
18 | CONFIG_VECTORS_BASE=0xffff0000 | 25 | CONFIG_VECTORS_BASE=0xffff0000 |
19 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 26 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
20 | 27 | ||
@@ -32,16 +39,18 @@ CONFIG_LOCALVERSION="" | |||
32 | CONFIG_LOCALVERSION_AUTO=y | 39 | CONFIG_LOCALVERSION_AUTO=y |
33 | CONFIG_SWAP=y | 40 | CONFIG_SWAP=y |
34 | CONFIG_SYSVIPC=y | 41 | CONFIG_SYSVIPC=y |
35 | # CONFIG_IPC_NS is not set | 42 | CONFIG_SYSVIPC_SYSCTL=y |
36 | # CONFIG_POSIX_MQUEUE is not set | 43 | # CONFIG_POSIX_MQUEUE is not set |
37 | CONFIG_BSD_PROCESS_ACCT=y | 44 | CONFIG_BSD_PROCESS_ACCT=y |
38 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | 45 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set |
39 | # CONFIG_TASKSTATS is not set | 46 | # CONFIG_TASKSTATS is not set |
40 | # CONFIG_UTS_NS is not set | 47 | # CONFIG_USER_NS is not set |
41 | # CONFIG_AUDIT is not set | 48 | # CONFIG_AUDIT is not set |
42 | # CONFIG_IKCONFIG is not set | 49 | # CONFIG_IKCONFIG is not set |
50 | CONFIG_LOG_BUF_SHIFT=14 | ||
43 | CONFIG_SYSFS_DEPRECATED=y | 51 | CONFIG_SYSFS_DEPRECATED=y |
44 | # CONFIG_RELAY is not set | 52 | # CONFIG_RELAY is not set |
53 | CONFIG_BLK_DEV_INITRD=y | ||
45 | CONFIG_INITRAMFS_SOURCE="" | 54 | CONFIG_INITRAMFS_SOURCE="" |
46 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 55 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
47 | CONFIG_SYSCTL=y | 56 | CONFIG_SYSCTL=y |
@@ -57,32 +66,30 @@ CONFIG_BUG=y | |||
57 | CONFIG_ELF_CORE=y | 66 | CONFIG_ELF_CORE=y |
58 | CONFIG_BASE_FULL=y | 67 | CONFIG_BASE_FULL=y |
59 | CONFIG_FUTEX=y | 68 | CONFIG_FUTEX=y |
69 | CONFIG_ANON_INODES=y | ||
60 | CONFIG_EPOLL=y | 70 | CONFIG_EPOLL=y |
71 | CONFIG_SIGNALFD=y | ||
72 | CONFIG_TIMERFD=y | ||
73 | CONFIG_EVENTFD=y | ||
61 | CONFIG_SHMEM=y | 74 | CONFIG_SHMEM=y |
62 | CONFIG_SLAB=y | ||
63 | CONFIG_VM_EVENT_COUNTERS=y | 75 | CONFIG_VM_EVENT_COUNTERS=y |
76 | CONFIG_SLAB=y | ||
77 | # CONFIG_SLUB is not set | ||
78 | # CONFIG_SLOB is not set | ||
64 | CONFIG_RT_MUTEXES=y | 79 | CONFIG_RT_MUTEXES=y |
65 | # CONFIG_TINY_SHMEM is not set | 80 | # CONFIG_TINY_SHMEM is not set |
66 | CONFIG_BASE_SMALL=0 | 81 | CONFIG_BASE_SMALL=0 |
67 | # CONFIG_SLOB is not set | ||
68 | |||
69 | # | ||
70 | # Loadable module support | ||
71 | # | ||
72 | CONFIG_MODULES=y | 82 | CONFIG_MODULES=y |
73 | CONFIG_MODULE_UNLOAD=y | 83 | CONFIG_MODULE_UNLOAD=y |
74 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 84 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
75 | # CONFIG_MODVERSIONS is not set | 85 | # CONFIG_MODVERSIONS is not set |
76 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 86 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
77 | CONFIG_KMOD=y | 87 | CONFIG_KMOD=y |
78 | |||
79 | # | ||
80 | # Block layer | ||
81 | # | ||
82 | CONFIG_BLOCK=y | 88 | CONFIG_BLOCK=y |
83 | # CONFIG_LBD is not set | 89 | # CONFIG_LBD is not set |
84 | # CONFIG_BLK_DEV_IO_TRACE is not set | 90 | # CONFIG_BLK_DEV_IO_TRACE is not set |
85 | # CONFIG_LSF is not set | 91 | # CONFIG_LSF is not set |
92 | # CONFIG_BLK_DEV_BSG is not set | ||
86 | 93 | ||
87 | # | 94 | # |
88 | # IO Schedulers | 95 | # IO Schedulers |
@@ -114,13 +121,15 @@ CONFIG_DEFAULT_IOSCHED="cfq" | |||
114 | # CONFIG_ARCH_NETX is not set | 121 | # CONFIG_ARCH_NETX is not set |
115 | # CONFIG_ARCH_H720X is not set | 122 | # CONFIG_ARCH_H720X is not set |
116 | # CONFIG_ARCH_IMX is not set | 123 | # CONFIG_ARCH_IMX is not set |
124 | # CONFIG_ARCH_IOP13XX is not set | ||
117 | # CONFIG_ARCH_IOP32X is not set | 125 | # CONFIG_ARCH_IOP32X is not set |
118 | CONFIG_ARCH_IOP33X=y | 126 | CONFIG_ARCH_IOP33X=y |
119 | # CONFIG_ARCH_IOP13XX is not set | ||
120 | # CONFIG_ARCH_IXP4XX is not set | ||
121 | # CONFIG_ARCH_IXP2000 is not set | ||
122 | # CONFIG_ARCH_IXP23XX is not set | 127 | # CONFIG_ARCH_IXP23XX is not set |
128 | # CONFIG_ARCH_IXP2000 is not set | ||
129 | # CONFIG_ARCH_IXP4XX is not set | ||
123 | # CONFIG_ARCH_L7200 is not set | 130 | # CONFIG_ARCH_L7200 is not set |
131 | # CONFIG_ARCH_KS8695 is not set | ||
132 | # CONFIG_ARCH_NS9XXX is not set | ||
124 | # CONFIG_ARCH_PNX4008 is not set | 133 | # CONFIG_ARCH_PNX4008 is not set |
125 | # CONFIG_ARCH_PXA is not set | 134 | # CONFIG_ARCH_PXA is not set |
126 | # CONFIG_ARCH_RPC is not set | 135 | # CONFIG_ARCH_RPC is not set |
@@ -128,7 +137,9 @@ CONFIG_ARCH_IOP33X=y | |||
128 | # CONFIG_ARCH_S3C2410 is not set | 137 | # CONFIG_ARCH_S3C2410 is not set |
129 | # CONFIG_ARCH_SHARK is not set | 138 | # CONFIG_ARCH_SHARK is not set |
130 | # CONFIG_ARCH_LH7A40X is not set | 139 | # CONFIG_ARCH_LH7A40X is not set |
140 | # CONFIG_ARCH_DAVINCI is not set | ||
131 | # CONFIG_ARCH_OMAP is not set | 141 | # CONFIG_ARCH_OMAP is not set |
142 | CONFIG_IOP3XX_ATU=y | ||
132 | 143 | ||
133 | # | 144 | # |
134 | # IOP33x Implementation Options | 145 | # IOP33x Implementation Options |
@@ -158,6 +169,7 @@ CONFIG_CPU_CP15_MMU=y | |||
158 | # | 169 | # |
159 | # CONFIG_ARM_THUMB is not set | 170 | # CONFIG_ARM_THUMB is not set |
160 | # CONFIG_CPU_DCACHE_DISABLE is not set | 171 | # CONFIG_CPU_DCACHE_DISABLE is not set |
172 | # CONFIG_OUTER_CACHE is not set | ||
161 | # CONFIG_IWMMXT is not set | 173 | # CONFIG_IWMMXT is not set |
162 | CONFIG_XSCALE_PMU=y | 174 | CONFIG_XSCALE_PMU=y |
163 | 175 | ||
@@ -165,7 +177,8 @@ CONFIG_XSCALE_PMU=y | |||
165 | # Bus support | 177 | # Bus support |
166 | # | 178 | # |
167 | CONFIG_PCI=y | 179 | CONFIG_PCI=y |
168 | # CONFIG_PCI_MULTITHREAD_PROBE is not set | 180 | CONFIG_PCI_SYSCALL=y |
181 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
169 | # CONFIG_PCI_DEBUG is not set | 182 | # CONFIG_PCI_DEBUG is not set |
170 | 183 | ||
171 | # | 184 | # |
@@ -176,6 +189,7 @@ CONFIG_PCI=y | |||
176 | # | 189 | # |
177 | # Kernel Features | 190 | # Kernel Features |
178 | # | 191 | # |
192 | # CONFIG_TICK_ONESHOT is not set | ||
179 | # CONFIG_PREEMPT is not set | 193 | # CONFIG_PREEMPT is not set |
180 | # CONFIG_NO_IDLE_HZ is not set | 194 | # CONFIG_NO_IDLE_HZ is not set |
181 | CONFIG_HZ=100 | 195 | CONFIG_HZ=100 |
@@ -190,6 +204,9 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
190 | # CONFIG_SPARSEMEM_STATIC is not set | 204 | # CONFIG_SPARSEMEM_STATIC is not set |
191 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | 205 | CONFIG_SPLIT_PTLOCK_CPUS=4096 |
192 | # CONFIG_RESOURCES_64BIT is not set | 206 | # CONFIG_RESOURCES_64BIT is not set |
207 | CONFIG_ZONE_DMA_FLAG=1 | ||
208 | CONFIG_BOUNCE=y | ||
209 | CONFIG_VIRT_TO_BUS=y | ||
193 | CONFIG_ALIGNMENT_TRAP=y | 210 | CONFIG_ALIGNMENT_TRAP=y |
194 | 211 | ||
195 | # | 212 | # |
@@ -197,8 +214,9 @@ CONFIG_ALIGNMENT_TRAP=y | |||
197 | # | 214 | # |
198 | CONFIG_ZBOOT_ROM_TEXT=0x0 | 215 | CONFIG_ZBOOT_ROM_TEXT=0x0 |
199 | CONFIG_ZBOOT_ROM_BSS=0x0 | 216 | CONFIG_ZBOOT_ROM_BSS=0x0 |
200 | CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/nfs ip=bootp" | 217 | CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/nfs ip=bootp cachepolicy=writealloc" |
201 | # CONFIG_XIP_KERNEL is not set | 218 | # CONFIG_XIP_KERNEL is not set |
219 | # CONFIG_KEXEC is not set | ||
202 | 220 | ||
203 | # | 221 | # |
204 | # Floating point emulation | 222 | # Floating point emulation |
@@ -223,7 +241,6 @@ CONFIG_BINFMT_AOUT=y | |||
223 | # Power management options | 241 | # Power management options |
224 | # | 242 | # |
225 | # CONFIG_PM is not set | 243 | # CONFIG_PM is not set |
226 | # CONFIG_APM is not set | ||
227 | 244 | ||
228 | # | 245 | # |
229 | # Networking | 246 | # Networking |
@@ -233,13 +250,13 @@ CONFIG_NET=y | |||
233 | # | 250 | # |
234 | # Networking options | 251 | # Networking options |
235 | # | 252 | # |
236 | # CONFIG_NETDEBUG is not set | ||
237 | CONFIG_PACKET=y | 253 | CONFIG_PACKET=y |
238 | CONFIG_PACKET_MMAP=y | 254 | CONFIG_PACKET_MMAP=y |
239 | CONFIG_UNIX=y | 255 | CONFIG_UNIX=y |
240 | CONFIG_XFRM=y | 256 | CONFIG_XFRM=y |
241 | # CONFIG_XFRM_USER is not set | 257 | # CONFIG_XFRM_USER is not set |
242 | # CONFIG_XFRM_SUB_POLICY is not set | 258 | # CONFIG_XFRM_SUB_POLICY is not set |
259 | # CONFIG_XFRM_MIGRATE is not set | ||
243 | # CONFIG_NET_KEY is not set | 260 | # CONFIG_NET_KEY is not set |
244 | CONFIG_INET=y | 261 | CONFIG_INET=y |
245 | CONFIG_IP_MULTICAST=y | 262 | CONFIG_IP_MULTICAST=y |
@@ -271,6 +288,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
271 | CONFIG_IPV6=y | 288 | CONFIG_IPV6=y |
272 | # CONFIG_IPV6_PRIVACY is not set | 289 | # CONFIG_IPV6_PRIVACY is not set |
273 | # CONFIG_IPV6_ROUTER_PREF is not set | 290 | # CONFIG_IPV6_ROUTER_PREF is not set |
291 | # CONFIG_IPV6_OPTIMISTIC_DAD is not set | ||
274 | # CONFIG_INET6_AH is not set | 292 | # CONFIG_INET6_AH is not set |
275 | # CONFIG_INET6_ESP is not set | 293 | # CONFIG_INET6_ESP is not set |
276 | # CONFIG_INET6_IPCOMP is not set | 294 | # CONFIG_INET6_IPCOMP is not set |
@@ -286,20 +304,8 @@ CONFIG_IPV6=y | |||
286 | # CONFIG_IPV6_MULTIPLE_TABLES is not set | 304 | # CONFIG_IPV6_MULTIPLE_TABLES is not set |
287 | # CONFIG_NETWORK_SECMARK is not set | 305 | # CONFIG_NETWORK_SECMARK is not set |
288 | # CONFIG_NETFILTER is not set | 306 | # CONFIG_NETFILTER is not set |
289 | |||
290 | # | ||
291 | # DCCP Configuration (EXPERIMENTAL) | ||
292 | # | ||
293 | # CONFIG_IP_DCCP is not set | 307 | # CONFIG_IP_DCCP is not set |
294 | |||
295 | # | ||
296 | # SCTP Configuration (EXPERIMENTAL) | ||
297 | # | ||
298 | # CONFIG_IP_SCTP is not set | 308 | # CONFIG_IP_SCTP is not set |
299 | |||
300 | # | ||
301 | # TIPC Configuration (EXPERIMENTAL) | ||
302 | # | ||
303 | # CONFIG_TIPC is not set | 309 | # CONFIG_TIPC is not set |
304 | # CONFIG_ATM is not set | 310 | # CONFIG_ATM is not set |
305 | # CONFIG_BRIDGE is not set | 311 | # CONFIG_BRIDGE is not set |
@@ -325,7 +331,17 @@ CONFIG_IPV6=y | |||
325 | # CONFIG_HAMRADIO is not set | 331 | # CONFIG_HAMRADIO is not set |
326 | # CONFIG_IRDA is not set | 332 | # CONFIG_IRDA is not set |
327 | # CONFIG_BT is not set | 333 | # CONFIG_BT is not set |
334 | # CONFIG_AF_RXRPC is not set | ||
335 | |||
336 | # | ||
337 | # Wireless | ||
338 | # | ||
339 | # CONFIG_CFG80211 is not set | ||
340 | # CONFIG_WIRELESS_EXT is not set | ||
341 | # CONFIG_MAC80211 is not set | ||
328 | # CONFIG_IEEE80211 is not set | 342 | # CONFIG_IEEE80211 is not set |
343 | # CONFIG_RFKILL is not set | ||
344 | # CONFIG_NET_9P is not set | ||
329 | 345 | ||
330 | # | 346 | # |
331 | # Device Drivers | 347 | # Device Drivers |
@@ -338,16 +354,9 @@ CONFIG_STANDALONE=y | |||
338 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 354 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
339 | # CONFIG_FW_LOADER is not set | 355 | # CONFIG_FW_LOADER is not set |
340 | # CONFIG_DEBUG_DRIVER is not set | 356 | # CONFIG_DEBUG_DRIVER is not set |
357 | # CONFIG_DEBUG_DEVRES is not set | ||
341 | # CONFIG_SYS_HYPERVISOR is not set | 358 | # CONFIG_SYS_HYPERVISOR is not set |
342 | |||
343 | # | ||
344 | # Connector - unified userspace <-> kernelspace linker | ||
345 | # | ||
346 | # CONFIG_CONNECTOR is not set | 359 | # CONFIG_CONNECTOR is not set |
347 | |||
348 | # | ||
349 | # Memory Technology Devices (MTD) | ||
350 | # | ||
351 | CONFIG_MTD=y | 360 | CONFIG_MTD=y |
352 | # CONFIG_MTD_DEBUG is not set | 361 | # CONFIG_MTD_DEBUG is not set |
353 | # CONFIG_MTD_CONCAT is not set | 362 | # CONFIG_MTD_CONCAT is not set |
@@ -363,6 +372,7 @@ CONFIG_MTD_REDBOOT_PARTS_READONLY=y | |||
363 | # User Modules And Translation Layers | 372 | # User Modules And Translation Layers |
364 | # | 373 | # |
365 | CONFIG_MTD_CHAR=y | 374 | CONFIG_MTD_CHAR=y |
375 | CONFIG_MTD_BLKDEVS=y | ||
366 | CONFIG_MTD_BLOCK=y | 376 | CONFIG_MTD_BLOCK=y |
367 | # CONFIG_FTL is not set | 377 | # CONFIG_FTL is not set |
368 | # CONFIG_NFTL is not set | 378 | # CONFIG_NFTL is not set |
@@ -399,7 +409,6 @@ CONFIG_MTD_CFI_UTIL=y | |||
399 | # CONFIG_MTD_RAM is not set | 409 | # CONFIG_MTD_RAM is not set |
400 | # CONFIG_MTD_ROM is not set | 410 | # CONFIG_MTD_ROM is not set |
401 | # CONFIG_MTD_ABSENT is not set | 411 | # CONFIG_MTD_ABSENT is not set |
402 | # CONFIG_MTD_OBSOLETE_CHIPS is not set | ||
403 | 412 | ||
404 | # | 413 | # |
405 | # Mapping drivers for chip access | 414 | # Mapping drivers for chip access |
@@ -427,29 +436,15 @@ CONFIG_MTD_PHYSMAP_BANKWIDTH=1 | |||
427 | # CONFIG_MTD_DOC2000 is not set | 436 | # CONFIG_MTD_DOC2000 is not set |
428 | # CONFIG_MTD_DOC2001 is not set | 437 | # CONFIG_MTD_DOC2001 is not set |
429 | # CONFIG_MTD_DOC2001PLUS is not set | 438 | # CONFIG_MTD_DOC2001PLUS is not set |
430 | |||
431 | # | ||
432 | # NAND Flash Device Drivers | ||
433 | # | ||
434 | # CONFIG_MTD_NAND is not set | 439 | # CONFIG_MTD_NAND is not set |
435 | |||
436 | # | ||
437 | # OneNAND Flash Device Drivers | ||
438 | # | ||
439 | # CONFIG_MTD_ONENAND is not set | 440 | # CONFIG_MTD_ONENAND is not set |
440 | 441 | ||
441 | # | 442 | # |
442 | # Parallel port support | 443 | # UBI - Unsorted block images |
443 | # | 444 | # |
445 | # CONFIG_MTD_UBI is not set | ||
444 | # CONFIG_PARPORT is not set | 446 | # CONFIG_PARPORT is not set |
445 | 447 | CONFIG_BLK_DEV=y | |
446 | # | ||
447 | # Plug and Play support | ||
448 | # | ||
449 | |||
450 | # | ||
451 | # Block devices | ||
452 | # | ||
453 | # CONFIG_BLK_CPQ_DA is not set | 448 | # CONFIG_BLK_CPQ_DA is not set |
454 | # CONFIG_BLK_CPQ_CISS_DA is not set | 449 | # CONFIG_BLK_CPQ_CISS_DA is not set |
455 | # CONFIG_BLK_DEV_DAC960 is not set | 450 | # CONFIG_BLK_DEV_DAC960 is not set |
@@ -462,13 +457,8 @@ CONFIG_BLK_DEV_RAM=y | |||
462 | CONFIG_BLK_DEV_RAM_COUNT=16 | 457 | CONFIG_BLK_DEV_RAM_COUNT=16 |
463 | CONFIG_BLK_DEV_RAM_SIZE=8192 | 458 | CONFIG_BLK_DEV_RAM_SIZE=8192 |
464 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | 459 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 |
465 | CONFIG_BLK_DEV_INITRD=y | ||
466 | # CONFIG_CDROM_PKTCDVD is not set | 460 | # CONFIG_CDROM_PKTCDVD is not set |
467 | # CONFIG_ATA_OVER_ETH is not set | 461 | # CONFIG_ATA_OVER_ETH is not set |
468 | |||
469 | # | ||
470 | # ATA/ATAPI/MFM/RLL support | ||
471 | # | ||
472 | # CONFIG_IDE is not set | 462 | # CONFIG_IDE is not set |
473 | 463 | ||
474 | # | 464 | # |
@@ -476,6 +466,7 @@ CONFIG_BLK_DEV_INITRD=y | |||
476 | # | 466 | # |
477 | # CONFIG_RAID_ATTRS is not set | 467 | # CONFIG_RAID_ATTRS is not set |
478 | CONFIG_SCSI=y | 468 | CONFIG_SCSI=y |
469 | CONFIG_SCSI_DMA=y | ||
479 | # CONFIG_SCSI_TGT is not set | 470 | # CONFIG_SCSI_TGT is not set |
480 | # CONFIG_SCSI_NETLINK is not set | 471 | # CONFIG_SCSI_NETLINK is not set |
481 | CONFIG_SCSI_PROC_FS=y | 472 | CONFIG_SCSI_PROC_FS=y |
@@ -497,6 +488,7 @@ CONFIG_CHR_DEV_SG=y | |||
497 | # CONFIG_SCSI_CONSTANTS is not set | 488 | # CONFIG_SCSI_CONSTANTS is not set |
498 | # CONFIG_SCSI_LOGGING is not set | 489 | # CONFIG_SCSI_LOGGING is not set |
499 | # CONFIG_SCSI_SCAN_ASYNC is not set | 490 | # CONFIG_SCSI_SCAN_ASYNC is not set |
491 | CONFIG_SCSI_WAIT_SCAN=m | ||
500 | 492 | ||
501 | # | 493 | # |
502 | # SCSI Transports | 494 | # SCSI Transports |
@@ -541,22 +533,15 @@ CONFIG_CHR_DEV_SG=y | |||
541 | # CONFIG_SCSI_NSP32 is not set | 533 | # CONFIG_SCSI_NSP32 is not set |
542 | # CONFIG_SCSI_DEBUG is not set | 534 | # CONFIG_SCSI_DEBUG is not set |
543 | # CONFIG_SCSI_SRP is not set | 535 | # CONFIG_SCSI_SRP is not set |
544 | |||
545 | # | ||
546 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
547 | # | ||
548 | # CONFIG_ATA is not set | 536 | # CONFIG_ATA is not set |
549 | |||
550 | # | ||
551 | # Multi-device support (RAID and LVM) | ||
552 | # | ||
553 | CONFIG_MD=y | 537 | CONFIG_MD=y |
554 | CONFIG_BLK_DEV_MD=y | 538 | CONFIG_BLK_DEV_MD=y |
555 | CONFIG_MD_LINEAR=y | 539 | CONFIG_MD_LINEAR=y |
556 | CONFIG_MD_RAID0=y | 540 | CONFIG_MD_RAID0=y |
557 | CONFIG_MD_RAID1=y | 541 | CONFIG_MD_RAID1=y |
558 | # CONFIG_MD_RAID10 is not set | 542 | # CONFIG_MD_RAID10 is not set |
559 | # CONFIG_MD_RAID456 is not set | 543 | CONFIG_MD_RAID456=y |
544 | # CONFIG_MD_RAID5_RESHAPE is not set | ||
560 | # CONFIG_MD_MULTIPATH is not set | 545 | # CONFIG_MD_MULTIPATH is not set |
561 | # CONFIG_MD_FAULTY is not set | 546 | # CONFIG_MD_FAULTY is not set |
562 | CONFIG_BLK_DEV_DM=y | 547 | CONFIG_BLK_DEV_DM=y |
@@ -566,6 +551,7 @@ CONFIG_BLK_DEV_DM=y | |||
566 | # CONFIG_DM_MIRROR is not set | 551 | # CONFIG_DM_MIRROR is not set |
567 | # CONFIG_DM_ZERO is not set | 552 | # CONFIG_DM_ZERO is not set |
568 | # CONFIG_DM_MULTIPATH is not set | 553 | # CONFIG_DM_MULTIPATH is not set |
554 | # CONFIG_DM_DELAY is not set | ||
569 | 555 | ||
570 | # | 556 | # |
571 | # Fusion MPT device support | 557 | # Fusion MPT device support |
@@ -578,39 +564,19 @@ CONFIG_BLK_DEV_DM=y | |||
578 | # | 564 | # |
579 | # IEEE 1394 (FireWire) support | 565 | # IEEE 1394 (FireWire) support |
580 | # | 566 | # |
567 | # CONFIG_FIREWIRE is not set | ||
581 | # CONFIG_IEEE1394 is not set | 568 | # CONFIG_IEEE1394 is not set |
582 | |||
583 | # | ||
584 | # I2O device support | ||
585 | # | ||
586 | # CONFIG_I2O is not set | 569 | # CONFIG_I2O is not set |
587 | |||
588 | # | ||
589 | # Network device support | ||
590 | # | ||
591 | CONFIG_NETDEVICES=y | 570 | CONFIG_NETDEVICES=y |
571 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
592 | # CONFIG_DUMMY is not set | 572 | # CONFIG_DUMMY is not set |
593 | # CONFIG_BONDING is not set | 573 | # CONFIG_BONDING is not set |
574 | # CONFIG_MACVLAN is not set | ||
594 | # CONFIG_EQUALIZER is not set | 575 | # CONFIG_EQUALIZER is not set |
595 | # CONFIG_TUN is not set | 576 | # CONFIG_TUN is not set |
596 | |||
597 | # | ||
598 | # ARCnet devices | ||
599 | # | ||
600 | # CONFIG_ARCNET is not set | 577 | # CONFIG_ARCNET is not set |
601 | |||
602 | # | ||
603 | # PHY device support | ||
604 | # | ||
605 | |||
606 | # | ||
607 | # Ethernet (10 or 100Mbit) | ||
608 | # | ||
609 | # CONFIG_NET_ETHERNET is not set | 578 | # CONFIG_NET_ETHERNET is not set |
610 | 579 | CONFIG_NETDEV_1000=y | |
611 | # | ||
612 | # Ethernet (1000 Mbit) | ||
613 | # | ||
614 | # CONFIG_ACENIC is not set | 580 | # CONFIG_ACENIC is not set |
615 | # CONFIG_DL2K is not set | 581 | # CONFIG_DL2K is not set |
616 | CONFIG_E1000=y | 582 | CONFIG_E1000=y |
@@ -623,33 +589,26 @@ CONFIG_E1000_NAPI=y | |||
623 | # CONFIG_SIS190 is not set | 589 | # CONFIG_SIS190 is not set |
624 | # CONFIG_SKGE is not set | 590 | # CONFIG_SKGE is not set |
625 | # CONFIG_SKY2 is not set | 591 | # CONFIG_SKY2 is not set |
626 | # CONFIG_SK98LIN is not set | 592 | # CONFIG_VIA_VELOCITY is not set |
627 | # CONFIG_TIGON3 is not set | 593 | # CONFIG_TIGON3 is not set |
628 | # CONFIG_BNX2 is not set | 594 | # CONFIG_BNX2 is not set |
629 | # CONFIG_QLA3XXX is not set | 595 | # CONFIG_QLA3XXX is not set |
630 | 596 | # CONFIG_ATL1 is not set | |
631 | # | 597 | CONFIG_NETDEV_10000=y |
632 | # Ethernet (10000 Mbit) | ||
633 | # | ||
634 | # CONFIG_CHELSIO_T1 is not set | 598 | # CONFIG_CHELSIO_T1 is not set |
599 | # CONFIG_CHELSIO_T3 is not set | ||
635 | # CONFIG_IXGB is not set | 600 | # CONFIG_IXGB is not set |
636 | # CONFIG_S2IO is not set | 601 | # CONFIG_S2IO is not set |
637 | # CONFIG_MYRI10GE is not set | 602 | # CONFIG_MYRI10GE is not set |
638 | # CONFIG_NETXEN_NIC is not set | 603 | # CONFIG_NETXEN_NIC is not set |
639 | 604 | # CONFIG_MLX4_CORE is not set | |
640 | # | ||
641 | # Token Ring devices | ||
642 | # | ||
643 | # CONFIG_TR is not set | 605 | # CONFIG_TR is not set |
644 | 606 | ||
645 | # | 607 | # |
646 | # Wireless LAN (non-hamradio) | 608 | # Wireless LAN |
647 | # | ||
648 | # CONFIG_NET_RADIO is not set | ||
649 | |||
650 | # | ||
651 | # Wan interfaces | ||
652 | # | 609 | # |
610 | # CONFIG_WLAN_PRE80211 is not set | ||
611 | # CONFIG_WLAN_80211 is not set | ||
653 | # CONFIG_WAN is not set | 612 | # CONFIG_WAN is not set |
654 | # CONFIG_FDDI is not set | 613 | # CONFIG_FDDI is not set |
655 | # CONFIG_HIPPI is not set | 614 | # CONFIG_HIPPI is not set |
@@ -660,10 +619,6 @@ CONFIG_E1000_NAPI=y | |||
660 | # CONFIG_NETCONSOLE is not set | 619 | # CONFIG_NETCONSOLE is not set |
661 | # CONFIG_NETPOLL is not set | 620 | # CONFIG_NETPOLL is not set |
662 | # CONFIG_NET_POLL_CONTROLLER is not set | 621 | # CONFIG_NET_POLL_CONTROLLER is not set |
663 | |||
664 | # | ||
665 | # ISDN subsystem | ||
666 | # | ||
667 | # CONFIG_ISDN is not set | 622 | # CONFIG_ISDN is not set |
668 | 623 | ||
669 | # | 624 | # |
@@ -671,6 +626,7 @@ CONFIG_E1000_NAPI=y | |||
671 | # | 626 | # |
672 | CONFIG_INPUT=y | 627 | CONFIG_INPUT=y |
673 | # CONFIG_INPUT_FF_MEMLESS is not set | 628 | # CONFIG_INPUT_FF_MEMLESS is not set |
629 | # CONFIG_INPUT_POLLDEV is not set | ||
674 | 630 | ||
675 | # | 631 | # |
676 | # Userland interfaces | 632 | # Userland interfaces |
@@ -690,6 +646,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | |||
690 | # CONFIG_INPUT_KEYBOARD is not set | 646 | # CONFIG_INPUT_KEYBOARD is not set |
691 | # CONFIG_INPUT_MOUSE is not set | 647 | # CONFIG_INPUT_MOUSE is not set |
692 | # CONFIG_INPUT_JOYSTICK is not set | 648 | # CONFIG_INPUT_JOYSTICK is not set |
649 | # CONFIG_INPUT_TABLET is not set | ||
693 | # CONFIG_INPUT_TOUCHSCREEN is not set | 650 | # CONFIG_INPUT_TOUCHSCREEN is not set |
694 | # CONFIG_INPUT_MISC is not set | 651 | # CONFIG_INPUT_MISC is not set |
695 | 652 | ||
@@ -727,33 +684,18 @@ CONFIG_SERIAL_CORE_CONSOLE=y | |||
727 | CONFIG_UNIX98_PTYS=y | 684 | CONFIG_UNIX98_PTYS=y |
728 | CONFIG_LEGACY_PTYS=y | 685 | CONFIG_LEGACY_PTYS=y |
729 | CONFIG_LEGACY_PTY_COUNT=256 | 686 | CONFIG_LEGACY_PTY_COUNT=256 |
730 | |||
731 | # | ||
732 | # IPMI | ||
733 | # | ||
734 | # CONFIG_IPMI_HANDLER is not set | 687 | # CONFIG_IPMI_HANDLER is not set |
735 | |||
736 | # | ||
737 | # Watchdog Cards | ||
738 | # | ||
739 | # CONFIG_WATCHDOG is not set | 688 | # CONFIG_WATCHDOG is not set |
740 | CONFIG_HW_RANDOM=y | 689 | CONFIG_HW_RANDOM=y |
741 | # CONFIG_NVRAM is not set | 690 | # CONFIG_NVRAM is not set |
742 | # CONFIG_DTLK is not set | ||
743 | # CONFIG_R3964 is not set | 691 | # CONFIG_R3964 is not set |
744 | # CONFIG_APPLICOM is not set | 692 | # CONFIG_APPLICOM is not set |
745 | # CONFIG_DRM is not set | 693 | # CONFIG_DRM is not set |
746 | # CONFIG_RAW_DRIVER is not set | 694 | # CONFIG_RAW_DRIVER is not set |
747 | |||
748 | # | ||
749 | # TPM devices | ||
750 | # | ||
751 | # CONFIG_TCG_TPM is not set | 695 | # CONFIG_TCG_TPM is not set |
752 | 696 | CONFIG_DEVPORT=y | |
753 | # | ||
754 | # I2C support | ||
755 | # | ||
756 | CONFIG_I2C=y | 697 | CONFIG_I2C=y |
698 | CONFIG_I2C_BOARDINFO=y | ||
757 | CONFIG_I2C_CHARDEV=y | 699 | CONFIG_I2C_CHARDEV=y |
758 | 700 | ||
759 | # | 701 | # |
@@ -780,25 +722,28 @@ CONFIG_I2C_IOP3XX=y | |||
780 | # CONFIG_I2C_PARPORT_LIGHT is not set | 722 | # CONFIG_I2C_PARPORT_LIGHT is not set |
781 | # CONFIG_I2C_PROSAVAGE is not set | 723 | # CONFIG_I2C_PROSAVAGE is not set |
782 | # CONFIG_I2C_SAVAGE4 is not set | 724 | # CONFIG_I2C_SAVAGE4 is not set |
725 | # CONFIG_I2C_SIMTEC is not set | ||
783 | # CONFIG_I2C_SIS5595 is not set | 726 | # CONFIG_I2C_SIS5595 is not set |
784 | # CONFIG_I2C_SIS630 is not set | 727 | # CONFIG_I2C_SIS630 is not set |
785 | # CONFIG_I2C_SIS96X is not set | 728 | # CONFIG_I2C_SIS96X is not set |
729 | # CONFIG_I2C_TAOS_EVM is not set | ||
786 | # CONFIG_I2C_STUB is not set | 730 | # CONFIG_I2C_STUB is not set |
787 | # CONFIG_I2C_VIA is not set | 731 | # CONFIG_I2C_VIA is not set |
788 | # CONFIG_I2C_VIAPRO is not set | 732 | # CONFIG_I2C_VIAPRO is not set |
789 | # CONFIG_I2C_VOODOO3 is not set | 733 | # CONFIG_I2C_VOODOO3 is not set |
790 | # CONFIG_I2C_PCA_ISA is not set | ||
791 | 734 | ||
792 | # | 735 | # |
793 | # Miscellaneous I2C Chip support | 736 | # Miscellaneous I2C Chip support |
794 | # | 737 | # |
795 | # CONFIG_SENSORS_DS1337 is not set | 738 | # CONFIG_SENSORS_DS1337 is not set |
796 | # CONFIG_SENSORS_DS1374 is not set | 739 | # CONFIG_SENSORS_DS1374 is not set |
740 | # CONFIG_DS1682 is not set | ||
797 | # CONFIG_SENSORS_EEPROM is not set | 741 | # CONFIG_SENSORS_EEPROM is not set |
798 | # CONFIG_SENSORS_PCF8574 is not set | 742 | # CONFIG_SENSORS_PCF8574 is not set |
799 | # CONFIG_SENSORS_PCA9539 is not set | 743 | # CONFIG_SENSORS_PCA9539 is not set |
800 | # CONFIG_SENSORS_PCF8591 is not set | 744 | # CONFIG_SENSORS_PCF8591 is not set |
801 | # CONFIG_SENSORS_MAX6875 is not set | 745 | # CONFIG_SENSORS_MAX6875 is not set |
746 | # CONFIG_SENSORS_TSL2550 is not set | ||
802 | # CONFIG_I2C_DEBUG_CORE is not set | 747 | # CONFIG_I2C_DEBUG_CORE is not set |
803 | # CONFIG_I2C_DEBUG_ALGO is not set | 748 | # CONFIG_I2C_DEBUG_ALGO is not set |
804 | # CONFIG_I2C_DEBUG_BUS is not set | 749 | # CONFIG_I2C_DEBUG_BUS is not set |
@@ -809,21 +754,15 @@ CONFIG_I2C_IOP3XX=y | |||
809 | # | 754 | # |
810 | # CONFIG_SPI is not set | 755 | # CONFIG_SPI is not set |
811 | # CONFIG_SPI_MASTER is not set | 756 | # CONFIG_SPI_MASTER is not set |
812 | |||
813 | # | ||
814 | # Dallas's 1-wire bus | ||
815 | # | ||
816 | # CONFIG_W1 is not set | 757 | # CONFIG_W1 is not set |
817 | |||
818 | # | ||
819 | # Hardware Monitoring support | ||
820 | # | ||
821 | CONFIG_HWMON=y | 758 | CONFIG_HWMON=y |
822 | # CONFIG_HWMON_VID is not set | 759 | # CONFIG_HWMON_VID is not set |
823 | # CONFIG_SENSORS_ABITUGURU is not set | 760 | # CONFIG_SENSORS_ABITUGURU is not set |
761 | # CONFIG_SENSORS_AD7418 is not set | ||
824 | # CONFIG_SENSORS_ADM1021 is not set | 762 | # CONFIG_SENSORS_ADM1021 is not set |
825 | # CONFIG_SENSORS_ADM1025 is not set | 763 | # CONFIG_SENSORS_ADM1025 is not set |
826 | # CONFIG_SENSORS_ADM1026 is not set | 764 | # CONFIG_SENSORS_ADM1026 is not set |
765 | # CONFIG_SENSORS_ADM1029 is not set | ||
827 | # CONFIG_SENSORS_ADM1031 is not set | 766 | # CONFIG_SENSORS_ADM1031 is not set |
828 | # CONFIG_SENSORS_ADM9240 is not set | 767 | # CONFIG_SENSORS_ADM9240 is not set |
829 | # CONFIG_SENSORS_ASB100 is not set | 768 | # CONFIG_SENSORS_ASB100 is not set |
@@ -846,6 +785,7 @@ CONFIG_HWMON=y | |||
846 | # CONFIG_SENSORS_LM90 is not set | 785 | # CONFIG_SENSORS_LM90 is not set |
847 | # CONFIG_SENSORS_LM92 is not set | 786 | # CONFIG_SENSORS_LM92 is not set |
848 | # CONFIG_SENSORS_MAX1619 is not set | 787 | # CONFIG_SENSORS_MAX1619 is not set |
788 | # CONFIG_SENSORS_MAX6650 is not set | ||
849 | # CONFIG_SENSORS_PC87360 is not set | 789 | # CONFIG_SENSORS_PC87360 is not set |
850 | # CONFIG_SENSORS_PC87427 is not set | 790 | # CONFIG_SENSORS_PC87427 is not set |
851 | # CONFIG_SENSORS_SIS5595 is not set | 791 | # CONFIG_SENSORS_SIS5595 is not set |
@@ -863,12 +803,16 @@ CONFIG_HWMON=y | |||
863 | # CONFIG_SENSORS_W83627HF is not set | 803 | # CONFIG_SENSORS_W83627HF is not set |
864 | # CONFIG_SENSORS_W83627EHF is not set | 804 | # CONFIG_SENSORS_W83627EHF is not set |
865 | # CONFIG_HWMON_DEBUG_CHIP is not set | 805 | # CONFIG_HWMON_DEBUG_CHIP is not set |
806 | CONFIG_MISC_DEVICES=y | ||
807 | # CONFIG_PHANTOM is not set | ||
808 | # CONFIG_EEPROM_93CX6 is not set | ||
809 | # CONFIG_SGI_IOC4 is not set | ||
810 | # CONFIG_TIFM_CORE is not set | ||
866 | 811 | ||
867 | # | 812 | # |
868 | # Misc devices | 813 | # Multifunction device drivers |
869 | # | 814 | # |
870 | # CONFIG_SGI_IOC4 is not set | 815 | # CONFIG_MFD_SM501 is not set |
871 | # CONFIG_TIFM_CORE is not set | ||
872 | 816 | ||
873 | # | 817 | # |
874 | # LED devices | 818 | # LED devices |
@@ -887,16 +831,19 @@ CONFIG_HWMON=y | |||
887 | # Multimedia devices | 831 | # Multimedia devices |
888 | # | 832 | # |
889 | # CONFIG_VIDEO_DEV is not set | 833 | # CONFIG_VIDEO_DEV is not set |
834 | # CONFIG_DVB_CORE is not set | ||
835 | CONFIG_DAB=y | ||
890 | 836 | ||
891 | # | 837 | # |
892 | # Digital Video Broadcasting Devices | 838 | # Graphics support |
893 | # | 839 | # |
894 | # CONFIG_DVB is not set | 840 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set |
895 | 841 | ||
896 | # | 842 | # |
897 | # Graphics support | 843 | # Display device support |
898 | # | 844 | # |
899 | CONFIG_FIRMWARE_EDID=y | 845 | # CONFIG_DISPLAY_SUPPORT is not set |
846 | # CONFIG_VGASTATE is not set | ||
900 | # CONFIG_FB is not set | 847 | # CONFIG_FB is not set |
901 | 848 | ||
902 | # | 849 | # |
@@ -904,21 +851,15 @@ CONFIG_FIRMWARE_EDID=y | |||
904 | # | 851 | # |
905 | # CONFIG_VGA_CONSOLE is not set | 852 | # CONFIG_VGA_CONSOLE is not set |
906 | CONFIG_DUMMY_CONSOLE=y | 853 | CONFIG_DUMMY_CONSOLE=y |
907 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
908 | 854 | ||
909 | # | 855 | # |
910 | # Sound | 856 | # Sound |
911 | # | 857 | # |
912 | # CONFIG_SOUND is not set | 858 | # CONFIG_SOUND is not set |
913 | 859 | CONFIG_HID_SUPPORT=y | |
914 | # | ||
915 | # HID Devices | ||
916 | # | ||
917 | CONFIG_HID=y | 860 | CONFIG_HID=y |
918 | 861 | # CONFIG_HID_DEBUG is not set | |
919 | # | 862 | CONFIG_USB_SUPPORT=y |
920 | # USB support | ||
921 | # | ||
922 | CONFIG_USB_ARCH_HAS_HCD=y | 863 | CONFIG_USB_ARCH_HAS_HCD=y |
923 | CONFIG_USB_ARCH_HAS_OHCI=y | 864 | CONFIG_USB_ARCH_HAS_OHCI=y |
924 | CONFIG_USB_ARCH_HAS_EHCI=y | 865 | CONFIG_USB_ARCH_HAS_EHCI=y |
@@ -932,10 +873,6 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
932 | # USB Gadget Support | 873 | # USB Gadget Support |
933 | # | 874 | # |
934 | # CONFIG_USB_GADGET is not set | 875 | # CONFIG_USB_GADGET is not set |
935 | |||
936 | # | ||
937 | # MMC/SD Card support | ||
938 | # | ||
939 | # CONFIG_MMC is not set | 876 | # CONFIG_MMC is not set |
940 | 877 | ||
941 | # | 878 | # |
@@ -945,6 +882,22 @@ CONFIG_RTC_LIB=y | |||
945 | # CONFIG_RTC_CLASS is not set | 882 | # CONFIG_RTC_CLASS is not set |
946 | 883 | ||
947 | # | 884 | # |
885 | # DMA Engine support | ||
886 | # | ||
887 | CONFIG_DMA_ENGINE=y | ||
888 | |||
889 | # | ||
890 | # DMA Clients | ||
891 | # | ||
892 | CONFIG_NET_DMA=y | ||
893 | |||
894 | # | ||
895 | # DMA Devices | ||
896 | # | ||
897 | # CONFIG_INTEL_IOATDMA is not set | ||
898 | CONFIG_INTEL_IOP_ADMA=y | ||
899 | |||
900 | # | ||
948 | # File systems | 901 | # File systems |
949 | # | 902 | # |
950 | CONFIG_EXT2_FS=y | 903 | CONFIG_EXT2_FS=y |
@@ -961,11 +914,7 @@ CONFIG_FS_MBCACHE=y | |||
961 | # CONFIG_REISERFS_FS is not set | 914 | # CONFIG_REISERFS_FS is not set |
962 | # CONFIG_JFS_FS is not set | 915 | # CONFIG_JFS_FS is not set |
963 | # CONFIG_FS_POSIX_ACL is not set | 916 | # CONFIG_FS_POSIX_ACL is not set |
964 | CONFIG_XFS_FS=y | 917 | # CONFIG_XFS_FS is not set |
965 | # CONFIG_XFS_QUOTA is not set | ||
966 | CONFIG_XFS_SECURITY=y | ||
967 | CONFIG_XFS_POSIX_ACL=y | ||
968 | # CONFIG_XFS_RT is not set | ||
969 | # CONFIG_GFS2_FS is not set | 918 | # CONFIG_GFS2_FS is not set |
970 | # CONFIG_OCFS2_FS is not set | 919 | # CONFIG_OCFS2_FS is not set |
971 | # CONFIG_MINIX_FS is not set | 920 | # CONFIG_MINIX_FS is not set |
@@ -1013,9 +962,8 @@ CONFIG_RAMFS=y | |||
1013 | # CONFIG_BEFS_FS is not set | 962 | # CONFIG_BEFS_FS is not set |
1014 | # CONFIG_BFS_FS is not set | 963 | # CONFIG_BFS_FS is not set |
1015 | # CONFIG_EFS_FS is not set | 964 | # CONFIG_EFS_FS is not set |
1016 | # CONFIG_JFFS_FS is not set | ||
1017 | # CONFIG_JFFS2_FS is not set | 965 | # CONFIG_JFFS2_FS is not set |
1018 | # CONFIG_CRAMFS is not set | 966 | CONFIG_CRAMFS=y |
1019 | # CONFIG_VXFS_FS is not set | 967 | # CONFIG_VXFS_FS is not set |
1020 | # CONFIG_HPFS_FS is not set | 968 | # CONFIG_HPFS_FS is not set |
1021 | # CONFIG_QNX4FS_FS is not set | 969 | # CONFIG_QNX4FS_FS is not set |
@@ -1041,6 +989,7 @@ CONFIG_LOCKD_V4=y | |||
1041 | CONFIG_EXPORTFS=y | 989 | CONFIG_EXPORTFS=y |
1042 | CONFIG_NFS_COMMON=y | 990 | CONFIG_NFS_COMMON=y |
1043 | CONFIG_SUNRPC=y | 991 | CONFIG_SUNRPC=y |
992 | # CONFIG_SUNRPC_BIND34 is not set | ||
1044 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 993 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
1045 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 994 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
1046 | # CONFIG_SMB_FS is not set | 995 | # CONFIG_SMB_FS is not set |
@@ -1048,7 +997,6 @@ CONFIG_SUNRPC=y | |||
1048 | # CONFIG_NCP_FS is not set | 997 | # CONFIG_NCP_FS is not set |
1049 | # CONFIG_CODA_FS is not set | 998 | # CONFIG_CODA_FS is not set |
1050 | # CONFIG_AFS_FS is not set | 999 | # CONFIG_AFS_FS is not set |
1051 | # CONFIG_9P_FS is not set | ||
1052 | 1000 | ||
1053 | # | 1001 | # |
1054 | # Partition Types | 1002 | # Partition Types |
@@ -1070,6 +1018,7 @@ CONFIG_MSDOS_PARTITION=y | |||
1070 | # CONFIG_SUN_PARTITION is not set | 1018 | # CONFIG_SUN_PARTITION is not set |
1071 | # CONFIG_KARMA_PARTITION is not set | 1019 | # CONFIG_KARMA_PARTITION is not set |
1072 | # CONFIG_EFI_PARTITION is not set | 1020 | # CONFIG_EFI_PARTITION is not set |
1021 | # CONFIG_SYSV68_PARTITION is not set | ||
1073 | 1022 | ||
1074 | # | 1023 | # |
1075 | # Native Language Support | 1024 | # Native Language Support |
@@ -1096,15 +1045,19 @@ CONFIG_MAGIC_SYSRQ=y | |||
1096 | # CONFIG_DEBUG_FS is not set | 1045 | # CONFIG_DEBUG_FS is not set |
1097 | # CONFIG_HEADERS_CHECK is not set | 1046 | # CONFIG_HEADERS_CHECK is not set |
1098 | CONFIG_DEBUG_KERNEL=y | 1047 | CONFIG_DEBUG_KERNEL=y |
1099 | CONFIG_LOG_BUF_SHIFT=14 | 1048 | # CONFIG_DEBUG_SHIRQ is not set |
1100 | CONFIG_DETECT_SOFTLOCKUP=y | 1049 | CONFIG_DETECT_SOFTLOCKUP=y |
1050 | CONFIG_SCHED_DEBUG=y | ||
1101 | # CONFIG_SCHEDSTATS is not set | 1051 | # CONFIG_SCHEDSTATS is not set |
1052 | # CONFIG_TIMER_STATS is not set | ||
1102 | # CONFIG_DEBUG_SLAB is not set | 1053 | # CONFIG_DEBUG_SLAB is not set |
1103 | # CONFIG_DEBUG_RT_MUTEXES is not set | 1054 | # CONFIG_DEBUG_RT_MUTEXES is not set |
1104 | # CONFIG_RT_MUTEX_TESTER is not set | 1055 | # CONFIG_RT_MUTEX_TESTER is not set |
1105 | # CONFIG_DEBUG_SPINLOCK is not set | 1056 | # CONFIG_DEBUG_SPINLOCK is not set |
1106 | # CONFIG_DEBUG_MUTEXES is not set | 1057 | # CONFIG_DEBUG_MUTEXES is not set |
1107 | # CONFIG_DEBUG_RWSEMS is not set | 1058 | # CONFIG_DEBUG_LOCK_ALLOC is not set |
1059 | # CONFIG_PROVE_LOCKING is not set | ||
1060 | # CONFIG_LOCK_STAT is not set | ||
1108 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | 1061 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set |
1109 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | 1062 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set |
1110 | # CONFIG_DEBUG_KOBJECT is not set | 1063 | # CONFIG_DEBUG_KOBJECT is not set |
@@ -1115,6 +1068,7 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
1115 | CONFIG_FRAME_POINTER=y | 1068 | CONFIG_FRAME_POINTER=y |
1116 | # CONFIG_FORCED_INLINING is not set | 1069 | # CONFIG_FORCED_INLINING is not set |
1117 | # CONFIG_RCU_TORTURE_TEST is not set | 1070 | # CONFIG_RCU_TORTURE_TEST is not set |
1071 | # CONFIG_FAULT_INJECTION is not set | ||
1118 | CONFIG_DEBUG_USER=y | 1072 | CONFIG_DEBUG_USER=y |
1119 | # CONFIG_DEBUG_ERRORS is not set | 1073 | # CONFIG_DEBUG_ERRORS is not set |
1120 | CONFIG_DEBUG_LL=y | 1074 | CONFIG_DEBUG_LL=y |
@@ -1125,10 +1079,10 @@ CONFIG_DEBUG_LL=y | |||
1125 | # | 1079 | # |
1126 | # CONFIG_KEYS is not set | 1080 | # CONFIG_KEYS is not set |
1127 | # CONFIG_SECURITY is not set | 1081 | # CONFIG_SECURITY is not set |
1128 | 1082 | CONFIG_XOR_BLOCKS=y | |
1129 | # | 1083 | CONFIG_ASYNC_CORE=y |
1130 | # Cryptographic options | 1084 | CONFIG_ASYNC_MEMCPY=y |
1131 | # | 1085 | CONFIG_ASYNC_XOR=y |
1132 | # CONFIG_CRYPTO is not set | 1086 | # CONFIG_CRYPTO is not set |
1133 | 1087 | ||
1134 | # | 1088 | # |
@@ -1136,7 +1090,12 @@ CONFIG_DEBUG_LL=y | |||
1136 | # | 1090 | # |
1137 | # CONFIG_CRC_CCITT is not set | 1091 | # CONFIG_CRC_CCITT is not set |
1138 | # CONFIG_CRC16 is not set | 1092 | # CONFIG_CRC16 is not set |
1093 | # CONFIG_CRC_ITU_T is not set | ||
1139 | # CONFIG_CRC32 is not set | 1094 | # CONFIG_CRC32 is not set |
1095 | # CONFIG_CRC7 is not set | ||
1140 | # CONFIG_LIBCRC32C is not set | 1096 | # CONFIG_LIBCRC32C is not set |
1097 | CONFIG_ZLIB_INFLATE=y | ||
1141 | CONFIG_PLIST=y | 1098 | CONFIG_PLIST=y |
1142 | CONFIG_IOMAP_COPY=y | 1099 | CONFIG_HAS_IOMEM=y |
1100 | CONFIG_HAS_IOPORT=y | ||
1101 | CONFIG_HAS_DMA=y | ||