diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-28 17:40:39 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-28 17:40:39 -0400 |
commit | ebdea46fecae40c4d7effcd33f40918a37a1df4b (patch) | |
tree | e4312bf7f1f3d184738963a0ec300aa9fdfd55c1 /arch/arm/configs | |
parent | fecf3404f4aba6d0edeba31eeb018cbb6326dff2 (diff) | |
parent | 250d375d1da45a5e08ab8baf5eaa7eb258afd82b (diff) |
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
* 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm: (130 commits)
[ARM] 3856/1: Add clocksource for Intel IXP4xx platforms
[ARM] 3855/1: Add generic time support
[ARM] 3873/1: S3C24XX: Add irq_chip names
[ARM] 3872/1: S3C24XX: Apply consistant tabbing to irq_chips
[ARM] 3871/1: S3C24XX: Fix ordering of EINT4..23
[ARM] nommu: confirms the CR_V bit in nommu mode
[ARM] nommu: abort handler fixup for !CPU_CP15_MMU cores.
[ARM] 3870/1: AT91: Start removing static memory mappings
[ARM] 3869/1: AT91: NAND support for DK and KB9202 boards
[ARM] 3868/1: AT91 hardware header update
[ARM] 3867/1: AT91 GPIO update
[ARM] 3866/1: AT91 clock update
[ARM] 3865/1: AT91RM9200 header updates
[ARM] 3862/2: S3C2410 - add basic power management support for AML M5900 series
[ARM] kthread: switch arch/arm/kernel/apm.c
[ARM] Off-by-one in arch/arm/common/icst*
[ARM] 3864/1: Refactore sharpsl_pm
[ARM] 3863/1: Add Locomo SPI Device
[ARM] 3847/2: Convert LOMOMO to use struct device for GPIOs
[ARM] Use CPU_CACHE_* where possible in asm/cacheflush.h
...
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/ep93xx_defconfig | 1 | ||||
-rw-r--r-- | arch/arm/configs/iop32x_defconfig (renamed from arch/arm/configs/ep80219_defconfig) | 602 | ||||
-rw-r--r-- | arch/arm/configs/iop33x_defconfig (renamed from arch/arm/configs/iq80332_defconfig) | 473 | ||||
-rw-r--r-- | arch/arm/configs/iq31244_defconfig | 922 | ||||
-rw-r--r-- | arch/arm/configs/iq80321_defconfig | 843 | ||||
-rw-r--r-- | arch/arm/configs/iq80331_defconfig | 916 | ||||
-rw-r--r-- | arch/arm/configs/s3c2410_defconfig | 46 |
7 files changed, 798 insertions, 3005 deletions
diff --git a/arch/arm/configs/ep93xx_defconfig b/arch/arm/configs/ep93xx_defconfig index 2948b4589a8b..3b4802a849e4 100644 --- a/arch/arm/configs/ep93xx_defconfig +++ b/arch/arm/configs/ep93xx_defconfig | |||
@@ -126,6 +126,7 @@ CONFIG_CRUNCH=y | |||
126 | # EP93xx Platforms | 126 | # EP93xx Platforms |
127 | # | 127 | # |
128 | CONFIG_MACH_EDB9302=y | 128 | CONFIG_MACH_EDB9302=y |
129 | CONFIG_MACH_EDB9312=y | ||
129 | CONFIG_MACH_EDB9315=y | 130 | CONFIG_MACH_EDB9315=y |
130 | CONFIG_MACH_EDB9315A=y | 131 | CONFIG_MACH_EDB9315A=y |
131 | CONFIG_MACH_GESBC9312=y | 132 | CONFIG_MACH_GESBC9312=y |
diff --git a/arch/arm/configs/ep80219_defconfig b/arch/arm/configs/iop32x_defconfig index 3c73b707c2f3..0d67f66e78c2 100644 --- a/arch/arm/configs/ep80219_defconfig +++ b/arch/arm/configs/iop32x_defconfig | |||
@@ -1,50 +1,63 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.12-rc1-bk2 | 3 | # Linux kernel version: 2.6.18-rc7 |
4 | # Sun Mar 27 22:34:12 2005 | 4 | # Tue Sep 19 00:30:18 2006 |
5 | # | 5 | # |
6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
7 | CONFIG_MMU=y | 7 | CONFIG_MMU=y |
8 | CONFIG_UID16=y | 8 | CONFIG_GENERIC_HARDIRQS=y |
9 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
10 | CONFIG_HARDIRQS_SW_RESEND=y | ||
11 | CONFIG_GENERIC_IRQ_PROBE=y | ||
9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 12 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
13 | CONFIG_GENERIC_HWEIGHT=y | ||
10 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 14 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
11 | CONFIG_GENERIC_IOMAP=y | 15 | CONFIG_VECTORS_BASE=0xffff0000 |
16 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
12 | 17 | ||
13 | # | 18 | # |
14 | # Code maturity level options | 19 | # Code maturity level options |
15 | # | 20 | # |
16 | CONFIG_EXPERIMENTAL=y | 21 | CONFIG_EXPERIMENTAL=y |
17 | CONFIG_CLEAN_COMPILE=y | ||
18 | CONFIG_BROKEN_ON_SMP=y | 22 | CONFIG_BROKEN_ON_SMP=y |
23 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
19 | 24 | ||
20 | # | 25 | # |
21 | # General setup | 26 | # General setup |
22 | # | 27 | # |
23 | CONFIG_LOCALVERSION="" | 28 | CONFIG_LOCALVERSION="" |
29 | CONFIG_LOCALVERSION_AUTO=y | ||
24 | CONFIG_SWAP=y | 30 | CONFIG_SWAP=y |
25 | CONFIG_SYSVIPC=y | 31 | CONFIG_SYSVIPC=y |
26 | # CONFIG_POSIX_MQUEUE is not set | 32 | # CONFIG_POSIX_MQUEUE is not set |
27 | CONFIG_BSD_PROCESS_ACCT=y | 33 | CONFIG_BSD_PROCESS_ACCT=y |
28 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | 34 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set |
35 | # CONFIG_TASKSTATS is not set | ||
29 | CONFIG_SYSCTL=y | 36 | CONFIG_SYSCTL=y |
30 | # CONFIG_AUDIT is not set | 37 | # CONFIG_AUDIT is not set |
31 | # CONFIG_HOTPLUG is not set | ||
32 | CONFIG_KOBJECT_UEVENT=y | ||
33 | # CONFIG_IKCONFIG is not set | 38 | # CONFIG_IKCONFIG is not set |
39 | # CONFIG_RELAY is not set | ||
40 | CONFIG_INITRAMFS_SOURCE="" | ||
41 | CONFIG_UID16=y | ||
42 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
34 | # CONFIG_EMBEDDED is not set | 43 | # CONFIG_EMBEDDED is not set |
35 | CONFIG_KALLSYMS=y | 44 | CONFIG_KALLSYMS=y |
45 | CONFIG_KALLSYMS_ALL=y | ||
36 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 46 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
47 | CONFIG_HOTPLUG=y | ||
48 | CONFIG_PRINTK=y | ||
49 | CONFIG_BUG=y | ||
50 | CONFIG_ELF_CORE=y | ||
37 | CONFIG_BASE_FULL=y | 51 | CONFIG_BASE_FULL=y |
52 | CONFIG_RT_MUTEXES=y | ||
38 | CONFIG_FUTEX=y | 53 | CONFIG_FUTEX=y |
39 | CONFIG_EPOLL=y | 54 | CONFIG_EPOLL=y |
40 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
41 | CONFIG_SHMEM=y | 55 | CONFIG_SHMEM=y |
42 | CONFIG_CC_ALIGN_FUNCTIONS=0 | 56 | CONFIG_SLAB=y |
43 | CONFIG_CC_ALIGN_LABELS=0 | 57 | CONFIG_VM_EVENT_COUNTERS=y |
44 | CONFIG_CC_ALIGN_LOOPS=0 | ||
45 | CONFIG_CC_ALIGN_JUMPS=0 | ||
46 | # CONFIG_TINY_SHMEM is not set | 58 | # CONFIG_TINY_SHMEM is not set |
47 | CONFIG_BASE_SMALL=0 | 59 | CONFIG_BASE_SMALL=0 |
60 | # CONFIG_SLOB is not set | ||
48 | 61 | ||
49 | # | 62 | # |
50 | # Loadable module support | 63 | # Loadable module support |
@@ -52,24 +65,52 @@ CONFIG_BASE_SMALL=0 | |||
52 | CONFIG_MODULES=y | 65 | CONFIG_MODULES=y |
53 | CONFIG_MODULE_UNLOAD=y | 66 | CONFIG_MODULE_UNLOAD=y |
54 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 67 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
55 | CONFIG_OBSOLETE_MODPARM=y | ||
56 | # CONFIG_MODVERSIONS is not set | 68 | # CONFIG_MODVERSIONS is not set |
57 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 69 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
58 | CONFIG_KMOD=y | 70 | CONFIG_KMOD=y |
59 | 71 | ||
60 | # | 72 | # |
73 | # Block layer | ||
74 | # | ||
75 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
76 | |||
77 | # | ||
78 | # IO Schedulers | ||
79 | # | ||
80 | CONFIG_IOSCHED_NOOP=y | ||
81 | CONFIG_IOSCHED_AS=y | ||
82 | CONFIG_IOSCHED_DEADLINE=y | ||
83 | CONFIG_IOSCHED_CFQ=y | ||
84 | # CONFIG_DEFAULT_AS is not set | ||
85 | # CONFIG_DEFAULT_DEADLINE is not set | ||
86 | CONFIG_DEFAULT_CFQ=y | ||
87 | # CONFIG_DEFAULT_NOOP is not set | ||
88 | CONFIG_DEFAULT_IOSCHED="cfq" | ||
89 | |||
90 | # | ||
61 | # System Type | 91 | # System Type |
62 | # | 92 | # |
93 | # CONFIG_ARCH_AAEC2000 is not set | ||
94 | # CONFIG_ARCH_INTEGRATOR is not set | ||
95 | # CONFIG_ARCH_REALVIEW is not set | ||
96 | # CONFIG_ARCH_VERSATILE is not set | ||
97 | # CONFIG_ARCH_AT91 is not set | ||
63 | # CONFIG_ARCH_CLPS7500 is not set | 98 | # CONFIG_ARCH_CLPS7500 is not set |
64 | # CONFIG_ARCH_CLPS711X is not set | 99 | # CONFIG_ARCH_CLPS711X is not set |
65 | # CONFIG_ARCH_CO285 is not set | 100 | # CONFIG_ARCH_CO285 is not set |
66 | # CONFIG_ARCH_EBSA110 is not set | 101 | # CONFIG_ARCH_EBSA110 is not set |
102 | # CONFIG_ARCH_EP93XX is not set | ||
67 | # CONFIG_ARCH_FOOTBRIDGE is not set | 103 | # CONFIG_ARCH_FOOTBRIDGE is not set |
68 | # CONFIG_ARCH_INTEGRATOR is not set | 104 | # CONFIG_ARCH_NETX is not set |
69 | CONFIG_ARCH_IOP3XX=y | 105 | # CONFIG_ARCH_H720X is not set |
106 | # CONFIG_ARCH_IMX is not set | ||
107 | CONFIG_ARCH_IOP32X=y | ||
108 | # CONFIG_ARCH_IOP33X is not set | ||
70 | # CONFIG_ARCH_IXP4XX is not set | 109 | # CONFIG_ARCH_IXP4XX is not set |
71 | # CONFIG_ARCH_IXP2000 is not set | 110 | # CONFIG_ARCH_IXP2000 is not set |
111 | # CONFIG_ARCH_IXP23XX is not set | ||
72 | # CONFIG_ARCH_L7200 is not set | 112 | # CONFIG_ARCH_L7200 is not set |
113 | # CONFIG_ARCH_PNX4008 is not set | ||
73 | # CONFIG_ARCH_PXA is not set | 114 | # CONFIG_ARCH_PXA is not set |
74 | # CONFIG_ARCH_RPC is not set | 115 | # CONFIG_ARCH_RPC is not set |
75 | # CONFIG_ARCH_SA1100 is not set | 116 | # CONFIG_ARCH_SA1100 is not set |
@@ -77,28 +118,19 @@ CONFIG_ARCH_IOP3XX=y | |||
77 | # CONFIG_ARCH_SHARK is not set | 118 | # CONFIG_ARCH_SHARK is not set |
78 | # CONFIG_ARCH_LH7A40X is not set | 119 | # CONFIG_ARCH_LH7A40X is not set |
79 | # CONFIG_ARCH_OMAP is not set | 120 | # CONFIG_ARCH_OMAP is not set |
80 | # CONFIG_ARCH_VERSATILE is not set | ||
81 | # CONFIG_ARCH_IMX is not set | ||
82 | # CONFIG_ARCH_H720X is not set | ||
83 | 121 | ||
84 | # | 122 | # |
85 | # IOP3xx Implementation Options | 123 | # IOP32x Implementation Options |
86 | # | 124 | # |
87 | 125 | ||
88 | # | 126 | # |
89 | # IOP3xx Platform Types | 127 | # IOP32x Platform Types |
90 | # | 128 | # |
91 | # CONFIG_ARCH_IQ80321 is not set | 129 | CONFIG_MACH_GLANTANK=y |
130 | CONFIG_ARCH_IQ80321=y | ||
92 | CONFIG_ARCH_IQ31244=y | 131 | CONFIG_ARCH_IQ31244=y |
93 | # CONFIG_ARCH_IQ80331 is not set | 132 | CONFIG_MACH_N2100=y |
94 | # CONFIG_MACH_IQ80332 is not set | 133 | CONFIG_PLAT_IOP=y |
95 | CONFIG_ARCH_EP80219=y | ||
96 | CONFIG_ARCH_IOP321=y | ||
97 | # CONFIG_ARCH_IOP331 is not set | ||
98 | |||
99 | # | ||
100 | # IOP3xx Chipset Features | ||
101 | # | ||
102 | 134 | ||
103 | # | 135 | # |
104 | # Processor Type | 136 | # Processor Type |
@@ -109,7 +141,6 @@ CONFIG_CPU_32v5=y | |||
109 | CONFIG_CPU_ABRT_EV5T=y | 141 | CONFIG_CPU_ABRT_EV5T=y |
110 | CONFIG_CPU_CACHE_VIVT=y | 142 | CONFIG_CPU_CACHE_VIVT=y |
111 | CONFIG_CPU_TLB_V4WBI=y | 143 | CONFIG_CPU_TLB_V4WBI=y |
112 | CONFIG_CPU_MINICACHE=y | ||
113 | 144 | ||
114 | # | 145 | # |
115 | # Processor Features | 146 | # Processor Features |
@@ -121,8 +152,7 @@ CONFIG_XSCALE_PMU=y | |||
121 | # Bus support | 152 | # Bus support |
122 | # | 153 | # |
123 | CONFIG_PCI=y | 154 | CONFIG_PCI=y |
124 | # CONFIG_PCI_LEGACY_PROC is not set | 155 | # CONFIG_PCI_DEBUG is not set |
125 | CONFIG_PCI_NAMES=y | ||
126 | 156 | ||
127 | # | 157 | # |
128 | # PCCARD (PCMCIA/CardBus) support | 158 | # PCCARD (PCMCIA/CardBus) support |
@@ -133,6 +163,19 @@ CONFIG_PCI_NAMES=y | |||
133 | # Kernel Features | 163 | # Kernel Features |
134 | # | 164 | # |
135 | # CONFIG_PREEMPT is not set | 165 | # CONFIG_PREEMPT is not set |
166 | # CONFIG_NO_IDLE_HZ is not set | ||
167 | CONFIG_HZ=100 | ||
168 | # CONFIG_AEABI is not set | ||
169 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
170 | CONFIG_SELECT_MEMORY_MODEL=y | ||
171 | CONFIG_FLATMEM_MANUAL=y | ||
172 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
173 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
174 | CONFIG_FLATMEM=y | ||
175 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
176 | # CONFIG_SPARSEMEM_STATIC is not set | ||
177 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
178 | # CONFIG_RESOURCES_64BIT is not set | ||
136 | CONFIG_ALIGNMENT_TRAP=y | 179 | CONFIG_ALIGNMENT_TRAP=y |
137 | 180 | ||
138 | # | 181 | # |
@@ -140,7 +183,7 @@ CONFIG_ALIGNMENT_TRAP=y | |||
140 | # | 183 | # |
141 | CONFIG_ZBOOT_ROM_TEXT=0x0 | 184 | CONFIG_ZBOOT_ROM_TEXT=0x0 |
142 | CONFIG_ZBOOT_ROM_BSS=0x0 | 185 | CONFIG_ZBOOT_ROM_BSS=0x0 |
143 | CONFIG_CMDLINE="ip=boot root=nfs console=ttyS0,115200" | 186 | CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/nfs ip=bootp" |
144 | # CONFIG_XIP_KERNEL is not set | 187 | # CONFIG_XIP_KERNEL is not set |
145 | 188 | ||
146 | # | 189 | # |
@@ -166,6 +209,93 @@ CONFIG_BINFMT_AOUT=y | |||
166 | # Power management options | 209 | # Power management options |
167 | # | 210 | # |
168 | # CONFIG_PM is not set | 211 | # CONFIG_PM is not set |
212 | # CONFIG_APM is not set | ||
213 | |||
214 | # | ||
215 | # Networking | ||
216 | # | ||
217 | CONFIG_NET=y | ||
218 | |||
219 | # | ||
220 | # Networking options | ||
221 | # | ||
222 | # CONFIG_NETDEBUG is not set | ||
223 | CONFIG_PACKET=y | ||
224 | CONFIG_PACKET_MMAP=y | ||
225 | CONFIG_UNIX=y | ||
226 | CONFIG_XFRM=y | ||
227 | # CONFIG_XFRM_USER is not set | ||
228 | # CONFIG_NET_KEY is not set | ||
229 | CONFIG_INET=y | ||
230 | CONFIG_IP_MULTICAST=y | ||
231 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
232 | CONFIG_IP_FIB_HASH=y | ||
233 | CONFIG_IP_PNP=y | ||
234 | # CONFIG_IP_PNP_DHCP is not set | ||
235 | CONFIG_IP_PNP_BOOTP=y | ||
236 | # CONFIG_IP_PNP_RARP is not set | ||
237 | # CONFIG_NET_IPIP is not set | ||
238 | # CONFIG_NET_IPGRE is not set | ||
239 | # CONFIG_IP_MROUTE is not set | ||
240 | # CONFIG_ARPD is not set | ||
241 | # CONFIG_SYN_COOKIES is not set | ||
242 | # CONFIG_INET_AH is not set | ||
243 | # CONFIG_INET_ESP is not set | ||
244 | # CONFIG_INET_IPCOMP is not set | ||
245 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
246 | # CONFIG_INET_TUNNEL is not set | ||
247 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
248 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
249 | CONFIG_INET_DIAG=y | ||
250 | CONFIG_INET_TCP_DIAG=y | ||
251 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
252 | CONFIG_TCP_CONG_BIC=y | ||
253 | # CONFIG_IPV6 is not set | ||
254 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
255 | # CONFIG_INET6_TUNNEL is not set | ||
256 | # CONFIG_NETWORK_SECMARK is not set | ||
257 | # CONFIG_NETFILTER is not set | ||
258 | |||
259 | # | ||
260 | # DCCP Configuration (EXPERIMENTAL) | ||
261 | # | ||
262 | # CONFIG_IP_DCCP is not set | ||
263 | |||
264 | # | ||
265 | # SCTP Configuration (EXPERIMENTAL) | ||
266 | # | ||
267 | # CONFIG_IP_SCTP is not set | ||
268 | |||
269 | # | ||
270 | # TIPC Configuration (EXPERIMENTAL) | ||
271 | # | ||
272 | # CONFIG_TIPC is not set | ||
273 | # CONFIG_ATM is not set | ||
274 | # CONFIG_BRIDGE is not set | ||
275 | # CONFIG_VLAN_8021Q is not set | ||
276 | # CONFIG_DECNET is not set | ||
277 | # CONFIG_LLC2 is not set | ||
278 | # CONFIG_IPX is not set | ||
279 | # CONFIG_ATALK is not set | ||
280 | # CONFIG_X25 is not set | ||
281 | # CONFIG_LAPB is not set | ||
282 | # CONFIG_NET_DIVERT is not set | ||
283 | # CONFIG_ECONET is not set | ||
284 | # CONFIG_WAN_ROUTER is not set | ||
285 | |||
286 | # | ||
287 | # QoS and/or fair queueing | ||
288 | # | ||
289 | # CONFIG_NET_SCHED is not set | ||
290 | |||
291 | # | ||
292 | # Network testing | ||
293 | # | ||
294 | # CONFIG_NET_PKTGEN is not set | ||
295 | # CONFIG_HAMRADIO is not set | ||
296 | # CONFIG_IRDA is not set | ||
297 | # CONFIG_BT is not set | ||
298 | # CONFIG_IEEE80211 is not set | ||
169 | 299 | ||
170 | # | 300 | # |
171 | # Device Drivers | 301 | # Device Drivers |
@@ -177,6 +307,13 @@ CONFIG_BINFMT_AOUT=y | |||
177 | CONFIG_STANDALONE=y | 307 | CONFIG_STANDALONE=y |
178 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 308 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
179 | # CONFIG_FW_LOADER is not set | 309 | # CONFIG_FW_LOADER is not set |
310 | # CONFIG_DEBUG_DRIVER is not set | ||
311 | # CONFIG_SYS_HYPERVISOR is not set | ||
312 | |||
313 | # | ||
314 | # Connector - unified userspace <-> kernelspace linker | ||
315 | # | ||
316 | # CONFIG_CONNECTOR is not set | ||
180 | 317 | ||
181 | # | 318 | # |
182 | # Memory Technology Devices (MTD) | 319 | # Memory Technology Devices (MTD) |
@@ -200,6 +337,7 @@ CONFIG_MTD_BLOCK=y | |||
200 | # CONFIG_FTL is not set | 337 | # CONFIG_FTL is not set |
201 | # CONFIG_NFTL is not set | 338 | # CONFIG_NFTL is not set |
202 | # CONFIG_INFTL is not set | 339 | # CONFIG_INFTL is not set |
340 | # CONFIG_RFD_FTL is not set | ||
203 | 341 | ||
204 | # | 342 | # |
205 | # RAM/ROM/Flash chip drivers | 343 | # RAM/ROM/Flash chip drivers |
@@ -225,18 +363,18 @@ CONFIG_MTD_CFI_UTIL=y | |||
225 | # CONFIG_MTD_RAM is not set | 363 | # CONFIG_MTD_RAM is not set |
226 | # CONFIG_MTD_ROM is not set | 364 | # CONFIG_MTD_ROM is not set |
227 | # CONFIG_MTD_ABSENT is not set | 365 | # CONFIG_MTD_ABSENT is not set |
228 | # CONFIG_MTD_XIP is not set | 366 | # CONFIG_MTD_OBSOLETE_CHIPS is not set |
229 | 367 | ||
230 | # | 368 | # |
231 | # Mapping drivers for chip access | 369 | # Mapping drivers for chip access |
232 | # | 370 | # |
233 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | 371 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set |
234 | CONFIG_MTD_PHYSMAP=y | 372 | CONFIG_MTD_PHYSMAP=y |
235 | CONFIG_MTD_PHYSMAP_START=0xf0000000 | 373 | CONFIG_MTD_PHYSMAP_START=0x0 |
236 | CONFIG_MTD_PHYSMAP_LEN=0x00800000 | 374 | CONFIG_MTD_PHYSMAP_LEN=0x0 |
237 | CONFIG_MTD_PHYSMAP_BANKWIDTH=2 | 375 | CONFIG_MTD_PHYSMAP_BANKWIDTH=1 |
238 | # CONFIG_MTD_ARM_INTEGRATOR is not set | 376 | # CONFIG_MTD_ARM_INTEGRATOR is not set |
239 | # CONFIG_MTD_EDB7312 is not set | 377 | # CONFIG_MTD_PLATRAM is not set |
240 | 378 | ||
241 | # | 379 | # |
242 | # Self-contained MTD device drivers | 380 | # Self-contained MTD device drivers |
@@ -245,7 +383,6 @@ CONFIG_MTD_PHYSMAP_BANKWIDTH=2 | |||
245 | # CONFIG_MTD_SLRAM is not set | 383 | # CONFIG_MTD_SLRAM is not set |
246 | # CONFIG_MTD_PHRAM is not set | 384 | # CONFIG_MTD_PHRAM is not set |
247 | # CONFIG_MTD_MTDRAM is not set | 385 | # CONFIG_MTD_MTDRAM is not set |
248 | # CONFIG_MTD_BLKMTD is not set | ||
249 | # CONFIG_MTD_BLOCK2MTD is not set | 386 | # CONFIG_MTD_BLOCK2MTD is not set |
250 | 387 | ||
251 | # | 388 | # |
@@ -261,6 +398,11 @@ CONFIG_MTD_PHYSMAP_BANKWIDTH=2 | |||
261 | # CONFIG_MTD_NAND is not set | 398 | # CONFIG_MTD_NAND is not set |
262 | 399 | ||
263 | # | 400 | # |
401 | # OneNAND Flash Device Drivers | ||
402 | # | ||
403 | # CONFIG_MTD_ONENAND is not set | ||
404 | |||
405 | # | ||
264 | # Parallel port support | 406 | # Parallel port support |
265 | # | 407 | # |
266 | # CONFIG_PARPORT is not set | 408 | # CONFIG_PARPORT is not set |
@@ -272,7 +414,6 @@ CONFIG_MTD_PHYSMAP_BANKWIDTH=2 | |||
272 | # | 414 | # |
273 | # Block devices | 415 | # Block devices |
274 | # | 416 | # |
275 | # CONFIG_BLK_DEV_FD is not set | ||
276 | # CONFIG_BLK_CPQ_DA is not set | 417 | # CONFIG_BLK_CPQ_DA is not set |
277 | # CONFIG_BLK_CPQ_CISS_DA is not set | 418 | # CONFIG_BLK_CPQ_CISS_DA is not set |
278 | # CONFIG_BLK_DEV_DAC960 is not set | 419 | # CONFIG_BLK_DEV_DAC960 is not set |
@@ -284,17 +425,9 @@ CONFIG_MTD_PHYSMAP_BANKWIDTH=2 | |||
284 | CONFIG_BLK_DEV_RAM=y | 425 | CONFIG_BLK_DEV_RAM=y |
285 | CONFIG_BLK_DEV_RAM_COUNT=16 | 426 | CONFIG_BLK_DEV_RAM_COUNT=16 |
286 | CONFIG_BLK_DEV_RAM_SIZE=8192 | 427 | CONFIG_BLK_DEV_RAM_SIZE=8192 |
287 | # CONFIG_BLK_DEV_INITRD is not set | 428 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 |
288 | CONFIG_INITRAMFS_SOURCE="" | 429 | CONFIG_BLK_DEV_INITRD=y |
289 | # CONFIG_CDROM_PKTCDVD is not set | 430 | # CONFIG_CDROM_PKTCDVD is not set |
290 | |||
291 | # | ||
292 | # IO Schedulers | ||
293 | # | ||
294 | CONFIG_IOSCHED_NOOP=y | ||
295 | CONFIG_IOSCHED_AS=y | ||
296 | CONFIG_IOSCHED_DEADLINE=y | ||
297 | CONFIG_IOSCHED_CFQ=y | ||
298 | # CONFIG_ATA_OVER_ETH is not set | 431 | # CONFIG_ATA_OVER_ETH is not set |
299 | 432 | ||
300 | # | 433 | # |
@@ -305,6 +438,7 @@ CONFIG_IOSCHED_CFQ=y | |||
305 | # | 438 | # |
306 | # SCSI device support | 439 | # SCSI device support |
307 | # | 440 | # |
441 | # CONFIG_RAID_ATTRS is not set | ||
308 | CONFIG_SCSI=y | 442 | CONFIG_SCSI=y |
309 | CONFIG_SCSI_PROC_FS=y | 443 | CONFIG_SCSI_PROC_FS=y |
310 | 444 | ||
@@ -316,6 +450,7 @@ CONFIG_BLK_DEV_SD=y | |||
316 | # CONFIG_CHR_DEV_OSST is not set | 450 | # CONFIG_CHR_DEV_OSST is not set |
317 | # CONFIG_BLK_DEV_SR is not set | 451 | # CONFIG_BLK_DEV_SR is not set |
318 | CONFIG_CHR_DEV_SG=y | 452 | CONFIG_CHR_DEV_SG=y |
453 | # CONFIG_CHR_DEV_SCH is not set | ||
319 | 454 | ||
320 | # | 455 | # |
321 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | 456 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs |
@@ -330,10 +465,12 @@ CONFIG_CHR_DEV_SG=y | |||
330 | # CONFIG_SCSI_SPI_ATTRS is not set | 465 | # CONFIG_SCSI_SPI_ATTRS is not set |
331 | # CONFIG_SCSI_FC_ATTRS is not set | 466 | # CONFIG_SCSI_FC_ATTRS is not set |
332 | # CONFIG_SCSI_ISCSI_ATTRS is not set | 467 | # CONFIG_SCSI_ISCSI_ATTRS is not set |
468 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
333 | 469 | ||
334 | # | 470 | # |
335 | # SCSI low-level drivers | 471 | # SCSI low-level drivers |
336 | # | 472 | # |
473 | # CONFIG_ISCSI_TCP is not set | ||
337 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | 474 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set |
338 | # CONFIG_SCSI_3W_9XXX is not set | 475 | # CONFIG_SCSI_3W_9XXX is not set |
339 | # CONFIG_SCSI_ACARD is not set | 476 | # CONFIG_SCSI_ACARD is not set |
@@ -344,25 +481,19 @@ CONFIG_CHR_DEV_SG=y | |||
344 | # CONFIG_SCSI_DPT_I2O is not set | 481 | # CONFIG_SCSI_DPT_I2O is not set |
345 | # CONFIG_MEGARAID_NEWGEN is not set | 482 | # CONFIG_MEGARAID_NEWGEN is not set |
346 | # CONFIG_MEGARAID_LEGACY is not set | 483 | # CONFIG_MEGARAID_LEGACY is not set |
484 | # CONFIG_MEGARAID_SAS is not set | ||
347 | # CONFIG_SCSI_SATA is not set | 485 | # CONFIG_SCSI_SATA is not set |
348 | # CONFIG_SCSI_BUSLOGIC is not set | 486 | # CONFIG_SCSI_HPTIOP is not set |
349 | # CONFIG_SCSI_DMX3191D is not set | 487 | # CONFIG_SCSI_DMX3191D is not set |
350 | # CONFIG_SCSI_EATA is not set | ||
351 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | 488 | # CONFIG_SCSI_FUTURE_DOMAIN is not set |
352 | # CONFIG_SCSI_GDTH is not set | ||
353 | # CONFIG_SCSI_IPS is not set | 489 | # CONFIG_SCSI_IPS is not set |
354 | # CONFIG_SCSI_INITIO is not set | 490 | # CONFIG_SCSI_INITIO is not set |
355 | # CONFIG_SCSI_INIA100 is not set | 491 | # CONFIG_SCSI_INIA100 is not set |
356 | # CONFIG_SCSI_SYM53C8XX_2 is not set | 492 | # CONFIG_SCSI_SYM53C8XX_2 is not set |
357 | # CONFIG_SCSI_IPR is not set | 493 | # CONFIG_SCSI_IPR is not set |
358 | # CONFIG_SCSI_QLOGIC_FC is not set | ||
359 | # CONFIG_SCSI_QLOGIC_1280 is not set | 494 | # CONFIG_SCSI_QLOGIC_1280 is not set |
360 | CONFIG_SCSI_QLA2XXX=y | 495 | # CONFIG_SCSI_QLA_FC is not set |
361 | # CONFIG_SCSI_QLA21XX is not set | 496 | # CONFIG_SCSI_LPFC is not set |
362 | # CONFIG_SCSI_QLA22XX is not set | ||
363 | # CONFIG_SCSI_QLA2300 is not set | ||
364 | # CONFIG_SCSI_QLA2322 is not set | ||
365 | # CONFIG_SCSI_QLA6312 is not set | ||
366 | # CONFIG_SCSI_DC395x is not set | 497 | # CONFIG_SCSI_DC395x is not set |
367 | # CONFIG_SCSI_DC390T is not set | 498 | # CONFIG_SCSI_DC390T is not set |
368 | # CONFIG_SCSI_NSP32 is not set | 499 | # CONFIG_SCSI_NSP32 is not set |
@@ -377,8 +508,7 @@ CONFIG_BLK_DEV_MD=y | |||
377 | CONFIG_MD_RAID0=y | 508 | CONFIG_MD_RAID0=y |
378 | CONFIG_MD_RAID1=y | 509 | CONFIG_MD_RAID1=y |
379 | # CONFIG_MD_RAID10 is not set | 510 | # CONFIG_MD_RAID10 is not set |
380 | CONFIG_MD_RAID5=y | 511 | # CONFIG_MD_RAID456 is not set |
381 | # CONFIG_MD_RAID6 is not set | ||
382 | # CONFIG_MD_MULTIPATH is not set | 512 | # CONFIG_MD_MULTIPATH is not set |
383 | # CONFIG_MD_FAULTY is not set | 513 | # CONFIG_MD_FAULTY is not set |
384 | CONFIG_BLK_DEV_DM=y | 514 | CONFIG_BLK_DEV_DM=y |
@@ -392,6 +522,9 @@ CONFIG_BLK_DEV_DM=y | |||
392 | # Fusion MPT device support | 522 | # Fusion MPT device support |
393 | # | 523 | # |
394 | # CONFIG_FUSION is not set | 524 | # CONFIG_FUSION is not set |
525 | # CONFIG_FUSION_SPI is not set | ||
526 | # CONFIG_FUSION_FC is not set | ||
527 | # CONFIG_FUSION_SAS is not set | ||
395 | 528 | ||
396 | # | 529 | # |
397 | # IEEE 1394 (FireWire) support | 530 | # IEEE 1394 (FireWire) support |
@@ -404,71 +537,8 @@ CONFIG_BLK_DEV_DM=y | |||
404 | # CONFIG_I2O is not set | 537 | # CONFIG_I2O is not set |
405 | 538 | ||
406 | # | 539 | # |
407 | # Networking support | 540 | # Network device support |
408 | # | ||
409 | CONFIG_NET=y | ||
410 | |||
411 | # | ||
412 | # Networking options | ||
413 | # | ||
414 | CONFIG_PACKET=y | ||
415 | CONFIG_PACKET_MMAP=y | ||
416 | # CONFIG_NETLINK_DEV is not set | ||
417 | CONFIG_UNIX=y | ||
418 | # CONFIG_NET_KEY is not set | ||
419 | CONFIG_INET=y | ||
420 | CONFIG_IP_MULTICAST=y | ||
421 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
422 | CONFIG_IP_PNP=y | ||
423 | # CONFIG_IP_PNP_DHCP is not set | ||
424 | CONFIG_IP_PNP_BOOTP=y | ||
425 | # CONFIG_IP_PNP_RARP is not set | ||
426 | # CONFIG_NET_IPIP is not set | ||
427 | # CONFIG_NET_IPGRE is not set | ||
428 | # CONFIG_IP_MROUTE is not set | ||
429 | # CONFIG_ARPD is not set | ||
430 | # CONFIG_SYN_COOKIES is not set | ||
431 | # CONFIG_INET_AH is not set | ||
432 | # CONFIG_INET_ESP is not set | ||
433 | # CONFIG_INET_IPCOMP is not set | ||
434 | # CONFIG_INET_TUNNEL is not set | ||
435 | CONFIG_IP_TCPDIAG=y | ||
436 | # CONFIG_IP_TCPDIAG_IPV6 is not set | ||
437 | # CONFIG_IPV6 is not set | ||
438 | # CONFIG_NETFILTER is not set | ||
439 | |||
440 | # | ||
441 | # SCTP Configuration (EXPERIMENTAL) | ||
442 | # | ||
443 | # CONFIG_IP_SCTP is not set | ||
444 | # CONFIG_ATM is not set | ||
445 | # CONFIG_BRIDGE is not set | ||
446 | # CONFIG_VLAN_8021Q is not set | ||
447 | # CONFIG_DECNET is not set | ||
448 | # CONFIG_LLC2 is not set | ||
449 | # CONFIG_IPX is not set | ||
450 | # CONFIG_ATALK is not set | ||
451 | # CONFIG_X25 is not set | ||
452 | # CONFIG_LAPB is not set | ||
453 | # CONFIG_NET_DIVERT is not set | ||
454 | # CONFIG_ECONET is not set | ||
455 | # CONFIG_WAN_ROUTER is not set | ||
456 | |||
457 | # | ||
458 | # QoS and/or fair queueing | ||
459 | # | ||
460 | # CONFIG_NET_SCHED is not set | ||
461 | # CONFIG_NET_CLS_ROUTE is not set | ||
462 | |||
463 | # | ||
464 | # Network testing | ||
465 | # | 541 | # |
466 | # CONFIG_NET_PKTGEN is not set | ||
467 | # CONFIG_NETPOLL is not set | ||
468 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
469 | # CONFIG_HAMRADIO is not set | ||
470 | # CONFIG_IRDA is not set | ||
471 | # CONFIG_BT is not set | ||
472 | CONFIG_NETDEVICES=y | 542 | CONFIG_NETDEVICES=y |
473 | # CONFIG_DUMMY is not set | 543 | # CONFIG_DUMMY is not set |
474 | # CONFIG_BONDING is not set | 544 | # CONFIG_BONDING is not set |
@@ -481,14 +551,21 @@ CONFIG_NETDEVICES=y | |||
481 | # CONFIG_ARCNET is not set | 551 | # CONFIG_ARCNET is not set |
482 | 552 | ||
483 | # | 553 | # |
554 | # PHY device support | ||
555 | # | ||
556 | # CONFIG_PHYLIB is not set | ||
557 | |||
558 | # | ||
484 | # Ethernet (10 or 100Mbit) | 559 | # Ethernet (10 or 100Mbit) |
485 | # | 560 | # |
486 | CONFIG_NET_ETHERNET=y | 561 | CONFIG_NET_ETHERNET=y |
487 | CONFIG_MII=y | 562 | CONFIG_MII=y |
488 | # CONFIG_HAPPYMEAL is not set | 563 | # CONFIG_HAPPYMEAL is not set |
489 | # CONFIG_SUNGEM is not set | 564 | # CONFIG_SUNGEM is not set |
565 | # CONFIG_CASSINI is not set | ||
490 | # CONFIG_NET_VENDOR_3COM is not set | 566 | # CONFIG_NET_VENDOR_3COM is not set |
491 | # CONFIG_SMC91X is not set | 567 | # CONFIG_SMC91X is not set |
568 | # CONFIG_DM9000 is not set | ||
492 | 569 | ||
493 | # | 570 | # |
494 | # Tulip family network device support | 571 | # Tulip family network device support |
@@ -526,16 +603,23 @@ CONFIG_E1000_NAPI=y | |||
526 | # CONFIG_NS83820 is not set | 603 | # CONFIG_NS83820 is not set |
527 | # CONFIG_HAMACHI is not set | 604 | # CONFIG_HAMACHI is not set |
528 | # CONFIG_YELLOWFIN is not set | 605 | # CONFIG_YELLOWFIN is not set |
529 | # CONFIG_R8169 is not set | 606 | CONFIG_R8169=y |
607 | # CONFIG_R8169_NAPI is not set | ||
608 | # CONFIG_SIS190 is not set | ||
609 | # CONFIG_SKGE is not set | ||
610 | # CONFIG_SKY2 is not set | ||
530 | # CONFIG_SK98LIN is not set | 611 | # CONFIG_SK98LIN is not set |
531 | # CONFIG_VIA_VELOCITY is not set | 612 | # CONFIG_VIA_VELOCITY is not set |
532 | # CONFIG_TIGON3 is not set | 613 | # CONFIG_TIGON3 is not set |
614 | # CONFIG_BNX2 is not set | ||
533 | 615 | ||
534 | # | 616 | # |
535 | # Ethernet (10000 Mbit) | 617 | # Ethernet (10000 Mbit) |
536 | # | 618 | # |
619 | # CONFIG_CHELSIO_T1 is not set | ||
537 | # CONFIG_IXGB is not set | 620 | # CONFIG_IXGB is not set |
538 | # CONFIG_S2IO is not set | 621 | # CONFIG_S2IO is not set |
622 | # CONFIG_MYRI10GE is not set | ||
539 | 623 | ||
540 | # | 624 | # |
541 | # Token Ring devices | 625 | # Token Ring devices |
@@ -558,6 +642,8 @@ CONFIG_E1000_NAPI=y | |||
558 | # CONFIG_NET_FC is not set | 642 | # CONFIG_NET_FC is not set |
559 | # CONFIG_SHAPER is not set | 643 | # CONFIG_SHAPER is not set |
560 | # CONFIG_NETCONSOLE is not set | 644 | # CONFIG_NETCONSOLE is not set |
645 | # CONFIG_NETPOLL is not set | ||
646 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
561 | 647 | ||
562 | # | 648 | # |
563 | # ISDN subsystem | 649 | # ISDN subsystem |
@@ -595,7 +681,6 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | |||
595 | # | 681 | # |
596 | # CONFIG_SERIO is not set | 682 | # CONFIG_SERIO is not set |
597 | # CONFIG_GAMEPORT is not set | 683 | # CONFIG_GAMEPORT is not set |
598 | CONFIG_SOUND_GAMEPORT=y | ||
599 | 684 | ||
600 | # | 685 | # |
601 | # Character devices | 686 | # Character devices |
@@ -603,6 +688,7 @@ CONFIG_SOUND_GAMEPORT=y | |||
603 | CONFIG_VT=y | 688 | CONFIG_VT=y |
604 | CONFIG_VT_CONSOLE=y | 689 | CONFIG_VT_CONSOLE=y |
605 | CONFIG_HW_CONSOLE=y | 690 | CONFIG_HW_CONSOLE=y |
691 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
606 | # CONFIG_SERIAL_NONSTANDARD is not set | 692 | # CONFIG_SERIAL_NONSTANDARD is not set |
607 | 693 | ||
608 | # | 694 | # |
@@ -610,7 +696,9 @@ CONFIG_HW_CONSOLE=y | |||
610 | # | 696 | # |
611 | CONFIG_SERIAL_8250=y | 697 | CONFIG_SERIAL_8250=y |
612 | CONFIG_SERIAL_8250_CONSOLE=y | 698 | CONFIG_SERIAL_8250_CONSOLE=y |
699 | CONFIG_SERIAL_8250_PCI=y | ||
613 | CONFIG_SERIAL_8250_NR_UARTS=4 | 700 | CONFIG_SERIAL_8250_NR_UARTS=4 |
701 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
614 | # CONFIG_SERIAL_8250_EXTENDED is not set | 702 | # CONFIG_SERIAL_8250_EXTENDED is not set |
615 | 703 | ||
616 | # | 704 | # |
@@ -618,6 +706,7 @@ CONFIG_SERIAL_8250_NR_UARTS=4 | |||
618 | # | 706 | # |
619 | CONFIG_SERIAL_CORE=y | 707 | CONFIG_SERIAL_CORE=y |
620 | CONFIG_SERIAL_CORE_CONSOLE=y | 708 | CONFIG_SERIAL_CORE_CONSOLE=y |
709 | # CONFIG_SERIAL_JSM is not set | ||
621 | CONFIG_UNIX98_PTYS=y | 710 | CONFIG_UNIX98_PTYS=y |
622 | CONFIG_LEGACY_PTYS=y | 711 | CONFIG_LEGACY_PTYS=y |
623 | CONFIG_LEGACY_PTY_COUNT=256 | 712 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -631,8 +720,8 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
631 | # Watchdog Cards | 720 | # Watchdog Cards |
632 | # | 721 | # |
633 | # CONFIG_WATCHDOG is not set | 722 | # CONFIG_WATCHDOG is not set |
723 | CONFIG_HW_RANDOM=y | ||
634 | # CONFIG_NVRAM is not set | 724 | # CONFIG_NVRAM is not set |
635 | # CONFIG_RTC is not set | ||
636 | # CONFIG_DTLK is not set | 725 | # CONFIG_DTLK is not set |
637 | # CONFIG_R3964 is not set | 726 | # CONFIG_R3964 is not set |
638 | # CONFIG_APPLICOM is not set | 727 | # CONFIG_APPLICOM is not set |
@@ -647,6 +736,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
647 | # TPM devices | 736 | # TPM devices |
648 | # | 737 | # |
649 | # CONFIG_TCG_TPM is not set | 738 | # CONFIG_TCG_TPM is not set |
739 | # CONFIG_TELCLOCK is not set | ||
650 | 740 | ||
651 | # | 741 | # |
652 | # I2C support | 742 | # I2C support |
@@ -671,14 +761,13 @@ CONFIG_I2C_CHARDEV=y | |||
671 | # CONFIG_I2C_AMD8111 is not set | 761 | # CONFIG_I2C_AMD8111 is not set |
672 | # CONFIG_I2C_I801 is not set | 762 | # CONFIG_I2C_I801 is not set |
673 | # CONFIG_I2C_I810 is not set | 763 | # CONFIG_I2C_I810 is not set |
764 | # CONFIG_I2C_PIIX4 is not set | ||
674 | CONFIG_I2C_IOP3XX=y | 765 | CONFIG_I2C_IOP3XX=y |
675 | # CONFIG_I2C_ISA is not set | ||
676 | # CONFIG_I2C_NFORCE2 is not set | 766 | # CONFIG_I2C_NFORCE2 is not set |
767 | # CONFIG_I2C_OCORES is not set | ||
677 | # CONFIG_I2C_PARPORT_LIGHT is not set | 768 | # CONFIG_I2C_PARPORT_LIGHT is not set |
678 | # CONFIG_I2C_PIIX4 is not set | ||
679 | # CONFIG_I2C_PROSAVAGE is not set | 769 | # CONFIG_I2C_PROSAVAGE is not set |
680 | # CONFIG_I2C_SAVAGE4 is not set | 770 | # CONFIG_I2C_SAVAGE4 is not set |
681 | # CONFIG_SCx200_ACB is not set | ||
682 | # CONFIG_I2C_SIS5595 is not set | 771 | # CONFIG_I2C_SIS5595 is not set |
683 | # CONFIG_I2C_SIS630 is not set | 772 | # CONFIG_I2C_SIS630 is not set |
684 | # CONFIG_I2C_SIS96X is not set | 773 | # CONFIG_I2C_SIS96X is not set |
@@ -689,15 +778,45 @@ CONFIG_I2C_IOP3XX=y | |||
689 | # CONFIG_I2C_PCA_ISA is not set | 778 | # CONFIG_I2C_PCA_ISA is not set |
690 | 779 | ||
691 | # | 780 | # |
692 | # Hardware Sensors Chip support | 781 | # Miscellaneous I2C Chip support |
782 | # | ||
783 | # CONFIG_SENSORS_DS1337 is not set | ||
784 | # CONFIG_SENSORS_DS1374 is not set | ||
785 | # CONFIG_SENSORS_EEPROM is not set | ||
786 | # CONFIG_SENSORS_PCF8574 is not set | ||
787 | # CONFIG_SENSORS_PCA9539 is not set | ||
788 | # CONFIG_SENSORS_PCF8591 is not set | ||
789 | # CONFIG_SENSORS_MAX6875 is not set | ||
790 | # CONFIG_I2C_DEBUG_CORE is not set | ||
791 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
792 | # CONFIG_I2C_DEBUG_BUS is not set | ||
793 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
794 | |||
795 | # | ||
796 | # SPI support | ||
797 | # | ||
798 | # CONFIG_SPI is not set | ||
799 | # CONFIG_SPI_MASTER is not set | ||
800 | |||
801 | # | ||
802 | # Dallas's 1-wire bus | ||
693 | # | 803 | # |
694 | # CONFIG_I2C_SENSOR is not set | 804 | |
805 | # | ||
806 | # Hardware Monitoring support | ||
807 | # | ||
808 | CONFIG_HWMON=y | ||
809 | # CONFIG_HWMON_VID is not set | ||
810 | # CONFIG_SENSORS_ABITUGURU is not set | ||
695 | # CONFIG_SENSORS_ADM1021 is not set | 811 | # CONFIG_SENSORS_ADM1021 is not set |
696 | # CONFIG_SENSORS_ADM1025 is not set | 812 | # CONFIG_SENSORS_ADM1025 is not set |
697 | # CONFIG_SENSORS_ADM1026 is not set | 813 | # CONFIG_SENSORS_ADM1026 is not set |
698 | # CONFIG_SENSORS_ADM1031 is not set | 814 | # CONFIG_SENSORS_ADM1031 is not set |
815 | # CONFIG_SENSORS_ADM9240 is not set | ||
699 | # CONFIG_SENSORS_ASB100 is not set | 816 | # CONFIG_SENSORS_ASB100 is not set |
817 | # CONFIG_SENSORS_ATXP1 is not set | ||
700 | # CONFIG_SENSORS_DS1621 is not set | 818 | # CONFIG_SENSORS_DS1621 is not set |
819 | # CONFIG_SENSORS_F71805F is not set | ||
701 | # CONFIG_SENSORS_FSCHER is not set | 820 | # CONFIG_SENSORS_FSCHER is not set |
702 | # CONFIG_SENSORS_FSCPOS is not set | 821 | # CONFIG_SENSORS_FSCPOS is not set |
703 | # CONFIG_SENSORS_GL518SM is not set | 822 | # CONFIG_SENSORS_GL518SM is not set |
@@ -712,36 +831,45 @@ CONFIG_I2C_IOP3XX=y | |||
712 | # CONFIG_SENSORS_LM85 is not set | 831 | # CONFIG_SENSORS_LM85 is not set |
713 | # CONFIG_SENSORS_LM87 is not set | 832 | # CONFIG_SENSORS_LM87 is not set |
714 | # CONFIG_SENSORS_LM90 is not set | 833 | # CONFIG_SENSORS_LM90 is not set |
834 | # CONFIG_SENSORS_LM92 is not set | ||
715 | # CONFIG_SENSORS_MAX1619 is not set | 835 | # CONFIG_SENSORS_MAX1619 is not set |
716 | # CONFIG_SENSORS_PC87360 is not set | 836 | # CONFIG_SENSORS_PC87360 is not set |
717 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
718 | # CONFIG_SENSORS_SIS5595 is not set | 837 | # CONFIG_SENSORS_SIS5595 is not set |
719 | # CONFIG_SENSORS_SMSC47M1 is not set | 838 | # CONFIG_SENSORS_SMSC47M1 is not set |
839 | # CONFIG_SENSORS_SMSC47M192 is not set | ||
840 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
720 | # CONFIG_SENSORS_VIA686A is not set | 841 | # CONFIG_SENSORS_VIA686A is not set |
842 | # CONFIG_SENSORS_VT8231 is not set | ||
721 | # CONFIG_SENSORS_W83781D is not set | 843 | # CONFIG_SENSORS_W83781D is not set |
844 | # CONFIG_SENSORS_W83791D is not set | ||
845 | # CONFIG_SENSORS_W83792D is not set | ||
722 | # CONFIG_SENSORS_W83L785TS is not set | 846 | # CONFIG_SENSORS_W83L785TS is not set |
723 | # CONFIG_SENSORS_W83627HF is not set | 847 | # CONFIG_SENSORS_W83627HF is not set |
848 | # CONFIG_SENSORS_W83627EHF is not set | ||
849 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
724 | 850 | ||
725 | # | 851 | # |
726 | # Other I2C Chip support | 852 | # Misc devices |
727 | # | 853 | # |
728 | # CONFIG_SENSORS_EEPROM is not set | ||
729 | # CONFIG_SENSORS_PCF8574 is not set | ||
730 | # CONFIG_SENSORS_PCF8591 is not set | ||
731 | # CONFIG_SENSORS_RTC8564 is not set | ||
732 | # CONFIG_I2C_DEBUG_CORE is not set | ||
733 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
734 | # CONFIG_I2C_DEBUG_BUS is not set | ||
735 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
736 | 854 | ||
737 | # | 855 | # |
738 | # Misc devices | 856 | # LED devices |
857 | # | ||
858 | # CONFIG_NEW_LEDS is not set | ||
859 | |||
860 | # | ||
861 | # LED drivers | ||
862 | # | ||
863 | |||
864 | # | ||
865 | # LED Triggers | ||
739 | # | 866 | # |
740 | 867 | ||
741 | # | 868 | # |
742 | # Multimedia devices | 869 | # Multimedia devices |
743 | # | 870 | # |
744 | # CONFIG_VIDEO_DEV is not set | 871 | # CONFIG_VIDEO_DEV is not set |
872 | CONFIG_VIDEO_V4L2=y | ||
745 | 873 | ||
746 | # | 874 | # |
747 | # Digital Video Broadcasting Devices | 875 | # Digital Video Broadcasting Devices |
@@ -751,6 +879,7 @@ CONFIG_I2C_IOP3XX=y | |||
751 | # | 879 | # |
752 | # Graphics support | 880 | # Graphics support |
753 | # | 881 | # |
882 | CONFIG_FIRMWARE_EDID=y | ||
754 | # CONFIG_FB is not set | 883 | # CONFIG_FB is not set |
755 | 884 | ||
756 | # | 885 | # |
@@ -758,6 +887,7 @@ CONFIG_I2C_IOP3XX=y | |||
758 | # | 887 | # |
759 | # CONFIG_VGA_CONSOLE is not set | 888 | # CONFIG_VGA_CONSOLE is not set |
760 | CONFIG_DUMMY_CONSOLE=y | 889 | CONFIG_DUMMY_CONSOLE=y |
890 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
761 | 891 | ||
762 | # | 892 | # |
763 | # Sound | 893 | # Sound |
@@ -769,7 +899,125 @@ CONFIG_DUMMY_CONSOLE=y | |||
769 | # | 899 | # |
770 | CONFIG_USB_ARCH_HAS_HCD=y | 900 | CONFIG_USB_ARCH_HAS_HCD=y |
771 | CONFIG_USB_ARCH_HAS_OHCI=y | 901 | CONFIG_USB_ARCH_HAS_OHCI=y |
772 | # CONFIG_USB is not set | 902 | CONFIG_USB_ARCH_HAS_EHCI=y |
903 | CONFIG_USB=y | ||
904 | # CONFIG_USB_DEBUG is not set | ||
905 | |||
906 | # | ||
907 | # Miscellaneous USB options | ||
908 | # | ||
909 | # CONFIG_USB_DEVICEFS is not set | ||
910 | # CONFIG_USB_BANDWIDTH is not set | ||
911 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
912 | # CONFIG_USB_OTG is not set | ||
913 | |||
914 | # | ||
915 | # USB Host Controller Drivers | ||
916 | # | ||
917 | CONFIG_USB_EHCI_HCD=y | ||
918 | CONFIG_USB_EHCI_SPLIT_ISO=y | ||
919 | CONFIG_USB_EHCI_ROOT_HUB_TT=y | ||
920 | CONFIG_USB_EHCI_TT_NEWSCHED=y | ||
921 | # CONFIG_USB_ISP116X_HCD is not set | ||
922 | # CONFIG_USB_OHCI_HCD is not set | ||
923 | CONFIG_USB_UHCI_HCD=y | ||
924 | # CONFIG_USB_SL811_HCD is not set | ||
925 | |||
926 | # | ||
927 | # USB Device Class drivers | ||
928 | # | ||
929 | # CONFIG_USB_ACM is not set | ||
930 | # CONFIG_USB_PRINTER is not set | ||
931 | |||
932 | # | ||
933 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
934 | # | ||
935 | |||
936 | # | ||
937 | # may also be needed; see USB_STORAGE Help for more information | ||
938 | # | ||
939 | CONFIG_USB_STORAGE=y | ||
940 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
941 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
942 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
943 | # CONFIG_USB_STORAGE_DPCM is not set | ||
944 | # CONFIG_USB_STORAGE_USBAT is not set | ||
945 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
946 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
947 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
948 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
949 | # CONFIG_USB_LIBUSUAL is not set | ||
950 | |||
951 | # | ||
952 | # USB Input Devices | ||
953 | # | ||
954 | # CONFIG_USB_HID is not set | ||
955 | |||
956 | # | ||
957 | # USB HID Boot Protocol drivers | ||
958 | # | ||
959 | # CONFIG_USB_KBD is not set | ||
960 | # CONFIG_USB_MOUSE is not set | ||
961 | # CONFIG_USB_AIPTEK is not set | ||
962 | # CONFIG_USB_WACOM is not set | ||
963 | # CONFIG_USB_ACECAD is not set | ||
964 | # CONFIG_USB_KBTAB is not set | ||
965 | # CONFIG_USB_POWERMATE is not set | ||
966 | # CONFIG_USB_TOUCHSCREEN is not set | ||
967 | # CONFIG_USB_YEALINK is not set | ||
968 | # CONFIG_USB_XPAD is not set | ||
969 | # CONFIG_USB_ATI_REMOTE is not set | ||
970 | # CONFIG_USB_ATI_REMOTE2 is not set | ||
971 | # CONFIG_USB_KEYSPAN_REMOTE is not set | ||
972 | # CONFIG_USB_APPLETOUCH is not set | ||
973 | |||
974 | # | ||
975 | # USB Imaging devices | ||
976 | # | ||
977 | # CONFIG_USB_MDC800 is not set | ||
978 | # CONFIG_USB_MICROTEK is not set | ||
979 | |||
980 | # | ||
981 | # USB Network Adapters | ||
982 | # | ||
983 | # CONFIG_USB_CATC is not set | ||
984 | # CONFIG_USB_KAWETH is not set | ||
985 | # CONFIG_USB_PEGASUS is not set | ||
986 | # CONFIG_USB_RTL8150 is not set | ||
987 | # CONFIG_USB_USBNET is not set | ||
988 | CONFIG_USB_MON=y | ||
989 | |||
990 | # | ||
991 | # USB port drivers | ||
992 | # | ||
993 | |||
994 | # | ||
995 | # USB Serial Converter support | ||
996 | # | ||
997 | # CONFIG_USB_SERIAL is not set | ||
998 | |||
999 | # | ||
1000 | # USB Miscellaneous drivers | ||
1001 | # | ||
1002 | # CONFIG_USB_EMI62 is not set | ||
1003 | # CONFIG_USB_EMI26 is not set | ||
1004 | # CONFIG_USB_AUERSWALD is not set | ||
1005 | # CONFIG_USB_RIO500 is not set | ||
1006 | # CONFIG_USB_LEGOTOWER is not set | ||
1007 | # CONFIG_USB_LCD is not set | ||
1008 | # CONFIG_USB_LED is not set | ||
1009 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
1010 | # CONFIG_USB_CYTHERM is not set | ||
1011 | # CONFIG_USB_PHIDGETKIT is not set | ||
1012 | # CONFIG_USB_PHIDGETSERVO is not set | ||
1013 | # CONFIG_USB_IDMOUSE is not set | ||
1014 | # CONFIG_USB_APPLEDISPLAY is not set | ||
1015 | # CONFIG_USB_SISUSBVGA is not set | ||
1016 | # CONFIG_USB_LD is not set | ||
1017 | |||
1018 | # | ||
1019 | # USB DSL modem support | ||
1020 | # | ||
773 | 1021 | ||
774 | # | 1022 | # |
775 | # USB Gadget Support | 1023 | # USB Gadget Support |
@@ -782,10 +1030,17 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
782 | # CONFIG_MMC is not set | 1030 | # CONFIG_MMC is not set |
783 | 1031 | ||
784 | # | 1032 | # |
1033 | # Real Time Clock | ||
1034 | # | ||
1035 | CONFIG_RTC_LIB=y | ||
1036 | # CONFIG_RTC_CLASS is not set | ||
1037 | |||
1038 | # | ||
785 | # File systems | 1039 | # File systems |
786 | # | 1040 | # |
787 | CONFIG_EXT2_FS=y | 1041 | CONFIG_EXT2_FS=y |
788 | # CONFIG_EXT2_FS_XATTR is not set | 1042 | # CONFIG_EXT2_FS_XATTR is not set |
1043 | # CONFIG_EXT2_FS_XIP is not set | ||
789 | CONFIG_EXT3_FS=y | 1044 | CONFIG_EXT3_FS=y |
790 | CONFIG_EXT3_FS_XATTR=y | 1045 | CONFIG_EXT3_FS_XATTR=y |
791 | # CONFIG_EXT3_FS_POSIX_ACL is not set | 1046 | # CONFIG_EXT3_FS_POSIX_ACL is not set |
@@ -795,22 +1050,22 @@ CONFIG_JBD=y | |||
795 | CONFIG_FS_MBCACHE=y | 1050 | CONFIG_FS_MBCACHE=y |
796 | # CONFIG_REISERFS_FS is not set | 1051 | # CONFIG_REISERFS_FS is not set |
797 | # CONFIG_JFS_FS is not set | 1052 | # CONFIG_JFS_FS is not set |
798 | 1053 | # CONFIG_FS_POSIX_ACL is not set | |
799 | # | ||
800 | # XFS support | ||
801 | # | ||
802 | CONFIG_XFS_FS=y | 1054 | CONFIG_XFS_FS=y |
803 | CONFIG_XFS_EXPORT=y | ||
804 | # CONFIG_XFS_RT is not set | ||
805 | # CONFIG_XFS_QUOTA is not set | 1055 | # CONFIG_XFS_QUOTA is not set |
806 | CONFIG_XFS_SECURITY=y | 1056 | CONFIG_XFS_SECURITY=y |
807 | CONFIG_XFS_POSIX_ACL=y | 1057 | CONFIG_XFS_POSIX_ACL=y |
1058 | # CONFIG_XFS_RT is not set | ||
1059 | # CONFIG_OCFS2_FS is not set | ||
808 | # CONFIG_MINIX_FS is not set | 1060 | # CONFIG_MINIX_FS is not set |
809 | # CONFIG_ROMFS_FS is not set | 1061 | # CONFIG_ROMFS_FS is not set |
1062 | CONFIG_INOTIFY=y | ||
1063 | CONFIG_INOTIFY_USER=y | ||
810 | # CONFIG_QUOTA is not set | 1064 | # CONFIG_QUOTA is not set |
811 | CONFIG_DNOTIFY=y | 1065 | CONFIG_DNOTIFY=y |
812 | # CONFIG_AUTOFS_FS is not set | 1066 | # CONFIG_AUTOFS_FS is not set |
813 | # CONFIG_AUTOFS4_FS is not set | 1067 | # CONFIG_AUTOFS4_FS is not set |
1068 | # CONFIG_FUSE_FS is not set | ||
814 | 1069 | ||
815 | # | 1070 | # |
816 | # CD-ROM/DVD Filesystems | 1071 | # CD-ROM/DVD Filesystems |
@@ -830,12 +1085,10 @@ CONFIG_DNOTIFY=y | |||
830 | # | 1085 | # |
831 | CONFIG_PROC_FS=y | 1086 | CONFIG_PROC_FS=y |
832 | CONFIG_SYSFS=y | 1087 | CONFIG_SYSFS=y |
833 | # CONFIG_DEVFS_FS is not set | ||
834 | # CONFIG_DEVPTS_FS_XATTR is not set | ||
835 | CONFIG_TMPFS=y | 1088 | CONFIG_TMPFS=y |
836 | # CONFIG_TMPFS_XATTR is not set | ||
837 | # CONFIG_HUGETLB_PAGE is not set | 1089 | # CONFIG_HUGETLB_PAGE is not set |
838 | CONFIG_RAMFS=y | 1090 | CONFIG_RAMFS=y |
1091 | # CONFIG_CONFIGFS_FS is not set | ||
839 | 1092 | ||
840 | # | 1093 | # |
841 | # Miscellaneous filesystems | 1094 | # Miscellaneous filesystems |
@@ -850,8 +1103,9 @@ CONFIG_RAMFS=y | |||
850 | # CONFIG_JFFS_FS is not set | 1103 | # CONFIG_JFFS_FS is not set |
851 | CONFIG_JFFS2_FS=y | 1104 | CONFIG_JFFS2_FS=y |
852 | CONFIG_JFFS2_FS_DEBUG=0 | 1105 | CONFIG_JFFS2_FS_DEBUG=0 |
853 | # CONFIG_JFFS2_FS_NAND is not set | 1106 | CONFIG_JFFS2_FS_WRITEBUFFER=y |
854 | # CONFIG_JFFS2_FS_NOR_ECC is not set | 1107 | # CONFIG_JFFS2_SUMMARY is not set |
1108 | # CONFIG_JFFS2_FS_XATTR is not set | ||
855 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | 1109 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set |
856 | CONFIG_JFFS2_ZLIB=y | 1110 | CONFIG_JFFS2_ZLIB=y |
857 | CONFIG_JFFS2_RTIME=y | 1111 | CONFIG_JFFS2_RTIME=y |
@@ -868,16 +1122,19 @@ CONFIG_JFFS2_RTIME=y | |||
868 | # | 1122 | # |
869 | CONFIG_NFS_FS=y | 1123 | CONFIG_NFS_FS=y |
870 | CONFIG_NFS_V3=y | 1124 | CONFIG_NFS_V3=y |
1125 | # CONFIG_NFS_V3_ACL is not set | ||
871 | # CONFIG_NFS_V4 is not set | 1126 | # CONFIG_NFS_V4 is not set |
872 | # CONFIG_NFS_DIRECTIO is not set | 1127 | # CONFIG_NFS_DIRECTIO is not set |
873 | CONFIG_NFSD=y | 1128 | CONFIG_NFSD=y |
874 | CONFIG_NFSD_V3=y | 1129 | CONFIG_NFSD_V3=y |
1130 | # CONFIG_NFSD_V3_ACL is not set | ||
875 | # CONFIG_NFSD_V4 is not set | 1131 | # CONFIG_NFSD_V4 is not set |
876 | # CONFIG_NFSD_TCP is not set | 1132 | # CONFIG_NFSD_TCP is not set |
877 | CONFIG_ROOT_NFS=y | 1133 | CONFIG_ROOT_NFS=y |
878 | CONFIG_LOCKD=y | 1134 | CONFIG_LOCKD=y |
879 | CONFIG_LOCKD_V4=y | 1135 | CONFIG_LOCKD_V4=y |
880 | CONFIG_EXPORTFS=y | 1136 | CONFIG_EXPORTFS=y |
1137 | CONFIG_NFS_COMMON=y | ||
881 | CONFIG_SUNRPC=y | 1138 | CONFIG_SUNRPC=y |
882 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 1139 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
883 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1140 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
@@ -886,6 +1143,7 @@ CONFIG_SUNRPC=y | |||
886 | # CONFIG_NCP_FS is not set | 1143 | # CONFIG_NCP_FS is not set |
887 | # CONFIG_CODA_FS is not set | 1144 | # CONFIG_CODA_FS is not set |
888 | # CONFIG_AFS_FS is not set | 1145 | # CONFIG_AFS_FS is not set |
1146 | # CONFIG_9P_FS is not set | ||
889 | 1147 | ||
890 | # | 1148 | # |
891 | # Partition Types | 1149 | # Partition Types |
@@ -905,6 +1163,7 @@ CONFIG_MSDOS_PARTITION=y | |||
905 | # CONFIG_SGI_PARTITION is not set | 1163 | # CONFIG_SGI_PARTITION is not set |
906 | # CONFIG_ULTRIX_PARTITION is not set | 1164 | # CONFIG_ULTRIX_PARTITION is not set |
907 | # CONFIG_SUN_PARTITION is not set | 1165 | # CONFIG_SUN_PARTITION is not set |
1166 | # CONFIG_KARMA_PARTITION is not set | ||
908 | # CONFIG_EFI_PARTITION is not set | 1167 | # CONFIG_EFI_PARTITION is not set |
909 | 1168 | ||
910 | # | 1169 | # |
@@ -921,11 +1180,34 @@ CONFIG_MSDOS_PARTITION=y | |||
921 | # Kernel hacking | 1180 | # Kernel hacking |
922 | # | 1181 | # |
923 | # CONFIG_PRINTK_TIME is not set | 1182 | # CONFIG_PRINTK_TIME is not set |
924 | # CONFIG_DEBUG_KERNEL is not set | 1183 | CONFIG_MAGIC_SYSRQ=y |
1184 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1185 | CONFIG_DEBUG_KERNEL=y | ||
925 | CONFIG_LOG_BUF_SHIFT=14 | 1186 | CONFIG_LOG_BUF_SHIFT=14 |
1187 | CONFIG_DETECT_SOFTLOCKUP=y | ||
1188 | # CONFIG_SCHEDSTATS is not set | ||
1189 | # CONFIG_DEBUG_SLAB is not set | ||
1190 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1191 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1192 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1193 | # CONFIG_DEBUG_MUTEXES is not set | ||
1194 | # CONFIG_DEBUG_RWSEMS is not set | ||
1195 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1196 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
1197 | # CONFIG_DEBUG_KOBJECT is not set | ||
926 | CONFIG_DEBUG_BUGVERBOSE=y | 1198 | CONFIG_DEBUG_BUGVERBOSE=y |
1199 | # CONFIG_DEBUG_INFO is not set | ||
1200 | # CONFIG_DEBUG_FS is not set | ||
1201 | # CONFIG_DEBUG_VM is not set | ||
927 | CONFIG_FRAME_POINTER=y | 1202 | CONFIG_FRAME_POINTER=y |
1203 | # CONFIG_UNWIND_INFO is not set | ||
1204 | # CONFIG_FORCED_INLINING is not set | ||
1205 | # CONFIG_RCU_TORTURE_TEST is not set | ||
928 | CONFIG_DEBUG_USER=y | 1206 | CONFIG_DEBUG_USER=y |
1207 | # CONFIG_DEBUG_WAITQ is not set | ||
1208 | # CONFIG_DEBUG_ERRORS is not set | ||
1209 | CONFIG_DEBUG_LL=y | ||
1210 | # CONFIG_DEBUG_ICEDCC is not set | ||
929 | 1211 | ||
930 | # | 1212 | # |
931 | # Security options | 1213 | # Security options |
@@ -946,7 +1228,9 @@ CONFIG_DEBUG_USER=y | |||
946 | # Library routines | 1228 | # Library routines |
947 | # | 1229 | # |
948 | # CONFIG_CRC_CCITT is not set | 1230 | # CONFIG_CRC_CCITT is not set |
1231 | # CONFIG_CRC16 is not set | ||
949 | CONFIG_CRC32=y | 1232 | CONFIG_CRC32=y |
950 | # CONFIG_LIBCRC32C is not set | 1233 | # CONFIG_LIBCRC32C is not set |
951 | CONFIG_ZLIB_INFLATE=y | 1234 | CONFIG_ZLIB_INFLATE=y |
952 | CONFIG_ZLIB_DEFLATE=y | 1235 | CONFIG_ZLIB_DEFLATE=y |
1236 | CONFIG_PLIST=y | ||
diff --git a/arch/arm/configs/iq80332_defconfig b/arch/arm/configs/iop33x_defconfig index 11959b705d82..2a8fc153969d 100644 --- a/arch/arm/configs/iq80332_defconfig +++ b/arch/arm/configs/iop33x_defconfig | |||
@@ -1,50 +1,63 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.12-rc1-bk2 | 3 | # Linux kernel version: 2.6.18-rc7 |
4 | # Sun Mar 27 17:33:39 2005 | 4 | # Tue Sep 19 00:30:42 2006 |
5 | # | 5 | # |
6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
7 | CONFIG_MMU=y | 7 | CONFIG_MMU=y |
8 | CONFIG_UID16=y | 8 | CONFIG_GENERIC_HARDIRQS=y |
9 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
10 | CONFIG_HARDIRQS_SW_RESEND=y | ||
11 | CONFIG_GENERIC_IRQ_PROBE=y | ||
9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 12 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
13 | CONFIG_GENERIC_HWEIGHT=y | ||
10 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 14 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
11 | CONFIG_GENERIC_IOMAP=y | 15 | CONFIG_VECTORS_BASE=0xffff0000 |
16 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
12 | 17 | ||
13 | # | 18 | # |
14 | # Code maturity level options | 19 | # Code maturity level options |
15 | # | 20 | # |
16 | CONFIG_EXPERIMENTAL=y | 21 | CONFIG_EXPERIMENTAL=y |
17 | CONFIG_CLEAN_COMPILE=y | ||
18 | CONFIG_BROKEN_ON_SMP=y | 22 | CONFIG_BROKEN_ON_SMP=y |
23 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
19 | 24 | ||
20 | # | 25 | # |
21 | # General setup | 26 | # General setup |
22 | # | 27 | # |
23 | CONFIG_LOCALVERSION="" | 28 | CONFIG_LOCALVERSION="" |
29 | CONFIG_LOCALVERSION_AUTO=y | ||
24 | CONFIG_SWAP=y | 30 | CONFIG_SWAP=y |
25 | CONFIG_SYSVIPC=y | 31 | CONFIG_SYSVIPC=y |
26 | # CONFIG_POSIX_MQUEUE is not set | 32 | # CONFIG_POSIX_MQUEUE is not set |
27 | CONFIG_BSD_PROCESS_ACCT=y | 33 | CONFIG_BSD_PROCESS_ACCT=y |
28 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | 34 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set |
35 | # CONFIG_TASKSTATS is not set | ||
29 | CONFIG_SYSCTL=y | 36 | CONFIG_SYSCTL=y |
30 | # CONFIG_AUDIT is not set | 37 | # CONFIG_AUDIT is not set |
31 | # CONFIG_HOTPLUG is not set | ||
32 | CONFIG_KOBJECT_UEVENT=y | ||
33 | # CONFIG_IKCONFIG is not set | 38 | # CONFIG_IKCONFIG is not set |
39 | # CONFIG_RELAY is not set | ||
40 | CONFIG_INITRAMFS_SOURCE="" | ||
41 | CONFIG_UID16=y | ||
42 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
34 | # CONFIG_EMBEDDED is not set | 43 | # CONFIG_EMBEDDED is not set |
35 | CONFIG_KALLSYMS=y | 44 | CONFIG_KALLSYMS=y |
45 | CONFIG_KALLSYMS_ALL=y | ||
36 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 46 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
47 | CONFIG_HOTPLUG=y | ||
48 | CONFIG_PRINTK=y | ||
49 | CONFIG_BUG=y | ||
50 | CONFIG_ELF_CORE=y | ||
37 | CONFIG_BASE_FULL=y | 51 | CONFIG_BASE_FULL=y |
52 | CONFIG_RT_MUTEXES=y | ||
38 | CONFIG_FUTEX=y | 53 | CONFIG_FUTEX=y |
39 | CONFIG_EPOLL=y | 54 | CONFIG_EPOLL=y |
40 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
41 | CONFIG_SHMEM=y | 55 | CONFIG_SHMEM=y |
42 | CONFIG_CC_ALIGN_FUNCTIONS=0 | 56 | CONFIG_SLAB=y |
43 | CONFIG_CC_ALIGN_LABELS=0 | 57 | CONFIG_VM_EVENT_COUNTERS=y |
44 | CONFIG_CC_ALIGN_LOOPS=0 | ||
45 | CONFIG_CC_ALIGN_JUMPS=0 | ||
46 | # CONFIG_TINY_SHMEM is not set | 58 | # CONFIG_TINY_SHMEM is not set |
47 | CONFIG_BASE_SMALL=0 | 59 | CONFIG_BASE_SMALL=0 |
60 | # CONFIG_SLOB is not set | ||
48 | 61 | ||
49 | # | 62 | # |
50 | # Loadable module support | 63 | # Loadable module support |
@@ -52,24 +65,52 @@ CONFIG_BASE_SMALL=0 | |||
52 | CONFIG_MODULES=y | 65 | CONFIG_MODULES=y |
53 | CONFIG_MODULE_UNLOAD=y | 66 | CONFIG_MODULE_UNLOAD=y |
54 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 67 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
55 | CONFIG_OBSOLETE_MODPARM=y | ||
56 | # CONFIG_MODVERSIONS is not set | 68 | # CONFIG_MODVERSIONS is not set |
57 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 69 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
58 | CONFIG_KMOD=y | 70 | CONFIG_KMOD=y |
59 | 71 | ||
60 | # | 72 | # |
73 | # Block layer | ||
74 | # | ||
75 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
76 | |||
77 | # | ||
78 | # IO Schedulers | ||
79 | # | ||
80 | CONFIG_IOSCHED_NOOP=y | ||
81 | CONFIG_IOSCHED_AS=y | ||
82 | CONFIG_IOSCHED_DEADLINE=y | ||
83 | CONFIG_IOSCHED_CFQ=y | ||
84 | # CONFIG_DEFAULT_AS is not set | ||
85 | # CONFIG_DEFAULT_DEADLINE is not set | ||
86 | CONFIG_DEFAULT_CFQ=y | ||
87 | # CONFIG_DEFAULT_NOOP is not set | ||
88 | CONFIG_DEFAULT_IOSCHED="cfq" | ||
89 | |||
90 | # | ||
61 | # System Type | 91 | # System Type |
62 | # | 92 | # |
93 | # CONFIG_ARCH_AAEC2000 is not set | ||
94 | # CONFIG_ARCH_INTEGRATOR is not set | ||
95 | # CONFIG_ARCH_REALVIEW is not set | ||
96 | # CONFIG_ARCH_VERSATILE is not set | ||
97 | # CONFIG_ARCH_AT91 is not set | ||
63 | # CONFIG_ARCH_CLPS7500 is not set | 98 | # CONFIG_ARCH_CLPS7500 is not set |
64 | # CONFIG_ARCH_CLPS711X is not set | 99 | # CONFIG_ARCH_CLPS711X is not set |
65 | # CONFIG_ARCH_CO285 is not set | 100 | # CONFIG_ARCH_CO285 is not set |
66 | # CONFIG_ARCH_EBSA110 is not set | 101 | # CONFIG_ARCH_EBSA110 is not set |
102 | # CONFIG_ARCH_EP93XX is not set | ||
67 | # CONFIG_ARCH_FOOTBRIDGE is not set | 103 | # CONFIG_ARCH_FOOTBRIDGE is not set |
68 | # CONFIG_ARCH_INTEGRATOR is not set | 104 | # CONFIG_ARCH_NETX is not set |
69 | CONFIG_ARCH_IOP3XX=y | 105 | # CONFIG_ARCH_H720X is not set |
106 | # CONFIG_ARCH_IMX is not set | ||
107 | # CONFIG_ARCH_IOP32X is not set | ||
108 | CONFIG_ARCH_IOP33X=y | ||
70 | # CONFIG_ARCH_IXP4XX is not set | 109 | # CONFIG_ARCH_IXP4XX is not set |
71 | # CONFIG_ARCH_IXP2000 is not set | 110 | # CONFIG_ARCH_IXP2000 is not set |
111 | # CONFIG_ARCH_IXP23XX is not set | ||
72 | # CONFIG_ARCH_L7200 is not set | 112 | # CONFIG_ARCH_L7200 is not set |
113 | # CONFIG_ARCH_PNX4008 is not set | ||
73 | # CONFIG_ARCH_PXA is not set | 114 | # CONFIG_ARCH_PXA is not set |
74 | # CONFIG_ARCH_RPC is not set | 115 | # CONFIG_ARCH_RPC is not set |
75 | # CONFIG_ARCH_SA1100 is not set | 116 | # CONFIG_ARCH_SA1100 is not set |
@@ -77,28 +118,17 @@ CONFIG_ARCH_IOP3XX=y | |||
77 | # CONFIG_ARCH_SHARK is not set | 118 | # CONFIG_ARCH_SHARK is not set |
78 | # CONFIG_ARCH_LH7A40X is not set | 119 | # CONFIG_ARCH_LH7A40X is not set |
79 | # CONFIG_ARCH_OMAP is not set | 120 | # CONFIG_ARCH_OMAP is not set |
80 | # CONFIG_ARCH_VERSATILE is not set | ||
81 | # CONFIG_ARCH_IMX is not set | ||
82 | # CONFIG_ARCH_H720X is not set | ||
83 | 121 | ||
84 | # | 122 | # |
85 | # IOP3xx Implementation Options | 123 | # IOP33x Implementation Options |
86 | # | 124 | # |
87 | 125 | ||
88 | # | 126 | # |
89 | # IOP3xx Platform Types | 127 | # IOP33x Platform Types |
90 | # | 128 | # |
91 | # CONFIG_ARCH_IQ80321 is not set | 129 | CONFIG_ARCH_IQ80331=y |
92 | # CONFIG_ARCH_IQ31244 is not set | ||
93 | # CONFIG_ARCH_IQ80331 is not set | ||
94 | CONFIG_MACH_IQ80332=y | 130 | CONFIG_MACH_IQ80332=y |
95 | # CONFIG_ARCH_EP80219 is not set | 131 | CONFIG_PLAT_IOP=y |
96 | CONFIG_ARCH_IOP331=y | ||
97 | |||
98 | # | ||
99 | # IOP3xx Chipset Features | ||
100 | # | ||
101 | # CONFIG_IOP331_STEPD is not set | ||
102 | 132 | ||
103 | # | 133 | # |
104 | # Processor Type | 134 | # Processor Type |
@@ -109,7 +139,6 @@ CONFIG_CPU_32v5=y | |||
109 | CONFIG_CPU_ABRT_EV5T=y | 139 | CONFIG_CPU_ABRT_EV5T=y |
110 | CONFIG_CPU_CACHE_VIVT=y | 140 | CONFIG_CPU_CACHE_VIVT=y |
111 | CONFIG_CPU_TLB_V4WBI=y | 141 | CONFIG_CPU_TLB_V4WBI=y |
112 | CONFIG_CPU_MINICACHE=y | ||
113 | 142 | ||
114 | # | 143 | # |
115 | # Processor Features | 144 | # Processor Features |
@@ -121,8 +150,7 @@ CONFIG_XSCALE_PMU=y | |||
121 | # Bus support | 150 | # Bus support |
122 | # | 151 | # |
123 | CONFIG_PCI=y | 152 | CONFIG_PCI=y |
124 | # CONFIG_PCI_LEGACY_PROC is not set | 153 | # CONFIG_PCI_DEBUG is not set |
125 | CONFIG_PCI_NAMES=y | ||
126 | 154 | ||
127 | # | 155 | # |
128 | # PCCARD (PCMCIA/CardBus) support | 156 | # PCCARD (PCMCIA/CardBus) support |
@@ -133,6 +161,19 @@ CONFIG_PCI_NAMES=y | |||
133 | # Kernel Features | 161 | # Kernel Features |
134 | # | 162 | # |
135 | # CONFIG_PREEMPT is not set | 163 | # CONFIG_PREEMPT is not set |
164 | # CONFIG_NO_IDLE_HZ is not set | ||
165 | CONFIG_HZ=100 | ||
166 | # CONFIG_AEABI is not set | ||
167 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
168 | CONFIG_SELECT_MEMORY_MODEL=y | ||
169 | CONFIG_FLATMEM_MANUAL=y | ||
170 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
171 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
172 | CONFIG_FLATMEM=y | ||
173 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
174 | # CONFIG_SPARSEMEM_STATIC is not set | ||
175 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
176 | # CONFIG_RESOURCES_64BIT is not set | ||
136 | CONFIG_ALIGNMENT_TRAP=y | 177 | CONFIG_ALIGNMENT_TRAP=y |
137 | 178 | ||
138 | # | 179 | # |
@@ -140,7 +181,7 @@ CONFIG_ALIGNMENT_TRAP=y | |||
140 | # | 181 | # |
141 | CONFIG_ZBOOT_ROM_TEXT=0x0 | 182 | CONFIG_ZBOOT_ROM_TEXT=0x0 |
142 | CONFIG_ZBOOT_ROM_BSS=0x0 | 183 | CONFIG_ZBOOT_ROM_BSS=0x0 |
143 | CONFIG_CMDLINE="ip=boot root=nfs console=ttyS0,115200" | 184 | CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/nfs ip=bootp" |
144 | # CONFIG_XIP_KERNEL is not set | 185 | # CONFIG_XIP_KERNEL is not set |
145 | 186 | ||
146 | # | 187 | # |
@@ -166,6 +207,93 @@ CONFIG_BINFMT_AOUT=y | |||
166 | # Power management options | 207 | # Power management options |
167 | # | 208 | # |
168 | # CONFIG_PM is not set | 209 | # CONFIG_PM is not set |
210 | # CONFIG_APM is not set | ||
211 | |||
212 | # | ||
213 | # Networking | ||
214 | # | ||
215 | CONFIG_NET=y | ||
216 | |||
217 | # | ||
218 | # Networking options | ||
219 | # | ||
220 | # CONFIG_NETDEBUG is not set | ||
221 | CONFIG_PACKET=y | ||
222 | CONFIG_PACKET_MMAP=y | ||
223 | CONFIG_UNIX=y | ||
224 | CONFIG_XFRM=y | ||
225 | # CONFIG_XFRM_USER is not set | ||
226 | # CONFIG_NET_KEY is not set | ||
227 | CONFIG_INET=y | ||
228 | CONFIG_IP_MULTICAST=y | ||
229 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
230 | CONFIG_IP_FIB_HASH=y | ||
231 | CONFIG_IP_PNP=y | ||
232 | # CONFIG_IP_PNP_DHCP is not set | ||
233 | CONFIG_IP_PNP_BOOTP=y | ||
234 | # CONFIG_IP_PNP_RARP is not set | ||
235 | # CONFIG_NET_IPIP is not set | ||
236 | # CONFIG_NET_IPGRE is not set | ||
237 | # CONFIG_IP_MROUTE is not set | ||
238 | # CONFIG_ARPD is not set | ||
239 | # CONFIG_SYN_COOKIES is not set | ||
240 | # CONFIG_INET_AH is not set | ||
241 | # CONFIG_INET_ESP is not set | ||
242 | # CONFIG_INET_IPCOMP is not set | ||
243 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
244 | # CONFIG_INET_TUNNEL is not set | ||
245 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
246 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
247 | CONFIG_INET_DIAG=y | ||
248 | CONFIG_INET_TCP_DIAG=y | ||
249 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
250 | CONFIG_TCP_CONG_BIC=y | ||
251 | # CONFIG_IPV6 is not set | ||
252 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
253 | # CONFIG_INET6_TUNNEL is not set | ||
254 | # CONFIG_NETWORK_SECMARK is not set | ||
255 | # CONFIG_NETFILTER is not set | ||
256 | |||
257 | # | ||
258 | # DCCP Configuration (EXPERIMENTAL) | ||
259 | # | ||
260 | # CONFIG_IP_DCCP is not set | ||
261 | |||
262 | # | ||
263 | # SCTP Configuration (EXPERIMENTAL) | ||
264 | # | ||
265 | # CONFIG_IP_SCTP is not set | ||
266 | |||
267 | # | ||
268 | # TIPC Configuration (EXPERIMENTAL) | ||
269 | # | ||
270 | # CONFIG_TIPC is not set | ||
271 | # CONFIG_ATM is not set | ||
272 | # CONFIG_BRIDGE is not set | ||
273 | # CONFIG_VLAN_8021Q is not set | ||
274 | # CONFIG_DECNET is not set | ||
275 | # CONFIG_LLC2 is not set | ||
276 | # CONFIG_IPX is not set | ||
277 | # CONFIG_ATALK is not set | ||
278 | # CONFIG_X25 is not set | ||
279 | # CONFIG_LAPB is not set | ||
280 | # CONFIG_NET_DIVERT is not set | ||
281 | # CONFIG_ECONET is not set | ||
282 | # CONFIG_WAN_ROUTER is not set | ||
283 | |||
284 | # | ||
285 | # QoS and/or fair queueing | ||
286 | # | ||
287 | # CONFIG_NET_SCHED is not set | ||
288 | |||
289 | # | ||
290 | # Network testing | ||
291 | # | ||
292 | # CONFIG_NET_PKTGEN is not set | ||
293 | # CONFIG_HAMRADIO is not set | ||
294 | # CONFIG_IRDA is not set | ||
295 | # CONFIG_BT is not set | ||
296 | # CONFIG_IEEE80211 is not set | ||
169 | 297 | ||
170 | # | 298 | # |
171 | # Device Drivers | 299 | # Device Drivers |
@@ -177,6 +305,13 @@ CONFIG_BINFMT_AOUT=y | |||
177 | CONFIG_STANDALONE=y | 305 | CONFIG_STANDALONE=y |
178 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 306 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
179 | # CONFIG_FW_LOADER is not set | 307 | # CONFIG_FW_LOADER is not set |
308 | # CONFIG_DEBUG_DRIVER is not set | ||
309 | # CONFIG_SYS_HYPERVISOR is not set | ||
310 | |||
311 | # | ||
312 | # Connector - unified userspace <-> kernelspace linker | ||
313 | # | ||
314 | # CONFIG_CONNECTOR is not set | ||
180 | 315 | ||
181 | # | 316 | # |
182 | # Memory Technology Devices (MTD) | 317 | # Memory Technology Devices (MTD) |
@@ -200,6 +335,7 @@ CONFIG_MTD_BLOCK=y | |||
200 | # CONFIG_FTL is not set | 335 | # CONFIG_FTL is not set |
201 | # CONFIG_NFTL is not set | 336 | # CONFIG_NFTL is not set |
202 | # CONFIG_INFTL is not set | 337 | # CONFIG_INFTL is not set |
338 | # CONFIG_RFD_FTL is not set | ||
203 | 339 | ||
204 | # | 340 | # |
205 | # RAM/ROM/Flash chip drivers | 341 | # RAM/ROM/Flash chip drivers |
@@ -222,6 +358,7 @@ CONFIG_MTD_CFI_I1=y | |||
222 | CONFIG_MTD_CFI_I2=y | 358 | CONFIG_MTD_CFI_I2=y |
223 | # CONFIG_MTD_CFI_I4 is not set | 359 | # CONFIG_MTD_CFI_I4 is not set |
224 | # CONFIG_MTD_CFI_I8 is not set | 360 | # CONFIG_MTD_CFI_I8 is not set |
361 | # CONFIG_MTD_OTP is not set | ||
225 | CONFIG_MTD_CFI_INTELEXT=y | 362 | CONFIG_MTD_CFI_INTELEXT=y |
226 | # CONFIG_MTD_CFI_AMDSTD is not set | 363 | # CONFIG_MTD_CFI_AMDSTD is not set |
227 | # CONFIG_MTD_CFI_STAA is not set | 364 | # CONFIG_MTD_CFI_STAA is not set |
@@ -229,18 +366,18 @@ CONFIG_MTD_CFI_UTIL=y | |||
229 | # CONFIG_MTD_RAM is not set | 366 | # CONFIG_MTD_RAM is not set |
230 | # CONFIG_MTD_ROM is not set | 367 | # CONFIG_MTD_ROM is not set |
231 | # CONFIG_MTD_ABSENT is not set | 368 | # CONFIG_MTD_ABSENT is not set |
232 | # CONFIG_MTD_XIP is not set | 369 | # CONFIG_MTD_OBSOLETE_CHIPS is not set |
233 | 370 | ||
234 | # | 371 | # |
235 | # Mapping drivers for chip access | 372 | # Mapping drivers for chip access |
236 | # | 373 | # |
237 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | 374 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set |
238 | CONFIG_MTD_PHYSMAP=y | 375 | CONFIG_MTD_PHYSMAP=y |
239 | CONFIG_MTD_PHYSMAP_START=0xc0000000 | 376 | CONFIG_MTD_PHYSMAP_START=0x0 |
240 | CONFIG_MTD_PHYSMAP_LEN=0x00800000 | 377 | CONFIG_MTD_PHYSMAP_LEN=0x0 |
241 | CONFIG_MTD_PHYSMAP_BANKWIDTH=1 | 378 | CONFIG_MTD_PHYSMAP_BANKWIDTH=1 |
242 | # CONFIG_MTD_ARM_INTEGRATOR is not set | 379 | # CONFIG_MTD_ARM_INTEGRATOR is not set |
243 | # CONFIG_MTD_EDB7312 is not set | 380 | # CONFIG_MTD_PLATRAM is not set |
244 | 381 | ||
245 | # | 382 | # |
246 | # Self-contained MTD device drivers | 383 | # Self-contained MTD device drivers |
@@ -249,7 +386,6 @@ CONFIG_MTD_PHYSMAP_BANKWIDTH=1 | |||
249 | # CONFIG_MTD_SLRAM is not set | 386 | # CONFIG_MTD_SLRAM is not set |
250 | # CONFIG_MTD_PHRAM is not set | 387 | # CONFIG_MTD_PHRAM is not set |
251 | # CONFIG_MTD_MTDRAM is not set | 388 | # CONFIG_MTD_MTDRAM is not set |
252 | # CONFIG_MTD_BLKMTD is not set | ||
253 | # CONFIG_MTD_BLOCK2MTD is not set | 389 | # CONFIG_MTD_BLOCK2MTD is not set |
254 | 390 | ||
255 | # | 391 | # |
@@ -265,6 +401,11 @@ CONFIG_MTD_PHYSMAP_BANKWIDTH=1 | |||
265 | # CONFIG_MTD_NAND is not set | 401 | # CONFIG_MTD_NAND is not set |
266 | 402 | ||
267 | # | 403 | # |
404 | # OneNAND Flash Device Drivers | ||
405 | # | ||
406 | # CONFIG_MTD_ONENAND is not set | ||
407 | |||
408 | # | ||
268 | # Parallel port support | 409 | # Parallel port support |
269 | # | 410 | # |
270 | # CONFIG_PARPORT is not set | 411 | # CONFIG_PARPORT is not set |
@@ -276,7 +417,6 @@ CONFIG_MTD_PHYSMAP_BANKWIDTH=1 | |||
276 | # | 417 | # |
277 | # Block devices | 418 | # Block devices |
278 | # | 419 | # |
279 | # CONFIG_BLK_DEV_FD is not set | ||
280 | # CONFIG_BLK_CPQ_DA is not set | 420 | # CONFIG_BLK_CPQ_DA is not set |
281 | # CONFIG_BLK_CPQ_CISS_DA is not set | 421 | # CONFIG_BLK_CPQ_CISS_DA is not set |
282 | # CONFIG_BLK_DEV_DAC960 is not set | 422 | # CONFIG_BLK_DEV_DAC960 is not set |
@@ -288,17 +428,9 @@ CONFIG_MTD_PHYSMAP_BANKWIDTH=1 | |||
288 | CONFIG_BLK_DEV_RAM=y | 428 | CONFIG_BLK_DEV_RAM=y |
289 | CONFIG_BLK_DEV_RAM_COUNT=16 | 429 | CONFIG_BLK_DEV_RAM_COUNT=16 |
290 | CONFIG_BLK_DEV_RAM_SIZE=8192 | 430 | CONFIG_BLK_DEV_RAM_SIZE=8192 |
291 | # CONFIG_BLK_DEV_INITRD is not set | 431 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 |
292 | CONFIG_INITRAMFS_SOURCE="" | 432 | CONFIG_BLK_DEV_INITRD=y |
293 | # CONFIG_CDROM_PKTCDVD is not set | 433 | # CONFIG_CDROM_PKTCDVD is not set |
294 | |||
295 | # | ||
296 | # IO Schedulers | ||
297 | # | ||
298 | CONFIG_IOSCHED_NOOP=y | ||
299 | CONFIG_IOSCHED_AS=y | ||
300 | CONFIG_IOSCHED_DEADLINE=y | ||
301 | CONFIG_IOSCHED_CFQ=y | ||
302 | # CONFIG_ATA_OVER_ETH is not set | 434 | # CONFIG_ATA_OVER_ETH is not set |
303 | 435 | ||
304 | # | 436 | # |
@@ -309,6 +441,7 @@ CONFIG_IOSCHED_CFQ=y | |||
309 | # | 441 | # |
310 | # SCSI device support | 442 | # SCSI device support |
311 | # | 443 | # |
444 | # CONFIG_RAID_ATTRS is not set | ||
312 | CONFIG_SCSI=y | 445 | CONFIG_SCSI=y |
313 | CONFIG_SCSI_PROC_FS=y | 446 | CONFIG_SCSI_PROC_FS=y |
314 | 447 | ||
@@ -320,6 +453,7 @@ CONFIG_BLK_DEV_SD=y | |||
320 | # CONFIG_CHR_DEV_OSST is not set | 453 | # CONFIG_CHR_DEV_OSST is not set |
321 | # CONFIG_BLK_DEV_SR is not set | 454 | # CONFIG_BLK_DEV_SR is not set |
322 | CONFIG_CHR_DEV_SG=y | 455 | CONFIG_CHR_DEV_SG=y |
456 | # CONFIG_CHR_DEV_SCH is not set | ||
323 | 457 | ||
324 | # | 458 | # |
325 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | 459 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs |
@@ -334,10 +468,12 @@ CONFIG_CHR_DEV_SG=y | |||
334 | # CONFIG_SCSI_SPI_ATTRS is not set | 468 | # CONFIG_SCSI_SPI_ATTRS is not set |
335 | # CONFIG_SCSI_FC_ATTRS is not set | 469 | # CONFIG_SCSI_FC_ATTRS is not set |
336 | # CONFIG_SCSI_ISCSI_ATTRS is not set | 470 | # CONFIG_SCSI_ISCSI_ATTRS is not set |
471 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
337 | 472 | ||
338 | # | 473 | # |
339 | # SCSI low-level drivers | 474 | # SCSI low-level drivers |
340 | # | 475 | # |
476 | # CONFIG_ISCSI_TCP is not set | ||
341 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | 477 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set |
342 | # CONFIG_SCSI_3W_9XXX is not set | 478 | # CONFIG_SCSI_3W_9XXX is not set |
343 | # CONFIG_SCSI_ACARD is not set | 479 | # CONFIG_SCSI_ACARD is not set |
@@ -348,25 +484,19 @@ CONFIG_CHR_DEV_SG=y | |||
348 | # CONFIG_SCSI_DPT_I2O is not set | 484 | # CONFIG_SCSI_DPT_I2O is not set |
349 | # CONFIG_MEGARAID_NEWGEN is not set | 485 | # CONFIG_MEGARAID_NEWGEN is not set |
350 | # CONFIG_MEGARAID_LEGACY is not set | 486 | # CONFIG_MEGARAID_LEGACY is not set |
487 | # CONFIG_MEGARAID_SAS is not set | ||
351 | # CONFIG_SCSI_SATA is not set | 488 | # CONFIG_SCSI_SATA is not set |
352 | # CONFIG_SCSI_BUSLOGIC is not set | 489 | # CONFIG_SCSI_HPTIOP is not set |
353 | # CONFIG_SCSI_DMX3191D is not set | 490 | # CONFIG_SCSI_DMX3191D is not set |
354 | # CONFIG_SCSI_EATA is not set | ||
355 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | 491 | # CONFIG_SCSI_FUTURE_DOMAIN is not set |
356 | # CONFIG_SCSI_GDTH is not set | ||
357 | # CONFIG_SCSI_IPS is not set | 492 | # CONFIG_SCSI_IPS is not set |
358 | # CONFIG_SCSI_INITIO is not set | 493 | # CONFIG_SCSI_INITIO is not set |
359 | # CONFIG_SCSI_INIA100 is not set | 494 | # CONFIG_SCSI_INIA100 is not set |
360 | # CONFIG_SCSI_SYM53C8XX_2 is not set | 495 | # CONFIG_SCSI_SYM53C8XX_2 is not set |
361 | # CONFIG_SCSI_IPR is not set | 496 | # CONFIG_SCSI_IPR is not set |
362 | # CONFIG_SCSI_QLOGIC_FC is not set | ||
363 | # CONFIG_SCSI_QLOGIC_1280 is not set | 497 | # CONFIG_SCSI_QLOGIC_1280 is not set |
364 | CONFIG_SCSI_QLA2XXX=y | 498 | # CONFIG_SCSI_QLA_FC is not set |
365 | # CONFIG_SCSI_QLA21XX is not set | 499 | # CONFIG_SCSI_LPFC is not set |
366 | # CONFIG_SCSI_QLA22XX is not set | ||
367 | # CONFIG_SCSI_QLA2300 is not set | ||
368 | # CONFIG_SCSI_QLA2322 is not set | ||
369 | # CONFIG_SCSI_QLA6312 is not set | ||
370 | # CONFIG_SCSI_DC395x is not set | 500 | # CONFIG_SCSI_DC395x is not set |
371 | # CONFIG_SCSI_DC390T is not set | 501 | # CONFIG_SCSI_DC390T is not set |
372 | # CONFIG_SCSI_NSP32 is not set | 502 | # CONFIG_SCSI_NSP32 is not set |
@@ -381,8 +511,7 @@ CONFIG_MD_LINEAR=y | |||
381 | CONFIG_MD_RAID0=y | 511 | CONFIG_MD_RAID0=y |
382 | CONFIG_MD_RAID1=y | 512 | CONFIG_MD_RAID1=y |
383 | # CONFIG_MD_RAID10 is not set | 513 | # CONFIG_MD_RAID10 is not set |
384 | CONFIG_MD_RAID5=y | 514 | # CONFIG_MD_RAID456 is not set |
385 | # CONFIG_MD_RAID6 is not set | ||
386 | # CONFIG_MD_MULTIPATH is not set | 515 | # CONFIG_MD_MULTIPATH is not set |
387 | # CONFIG_MD_FAULTY is not set | 516 | # CONFIG_MD_FAULTY is not set |
388 | CONFIG_BLK_DEV_DM=y | 517 | CONFIG_BLK_DEV_DM=y |
@@ -396,6 +525,9 @@ CONFIG_BLK_DEV_DM=y | |||
396 | # Fusion MPT device support | 525 | # Fusion MPT device support |
397 | # | 526 | # |
398 | # CONFIG_FUSION is not set | 527 | # CONFIG_FUSION is not set |
528 | # CONFIG_FUSION_SPI is not set | ||
529 | # CONFIG_FUSION_FC is not set | ||
530 | # CONFIG_FUSION_SAS is not set | ||
399 | 531 | ||
400 | # | 532 | # |
401 | # IEEE 1394 (FireWire) support | 533 | # IEEE 1394 (FireWire) support |
@@ -408,71 +540,8 @@ CONFIG_BLK_DEV_DM=y | |||
408 | # CONFIG_I2O is not set | 540 | # CONFIG_I2O is not set |
409 | 541 | ||
410 | # | 542 | # |
411 | # Networking support | 543 | # Network device support |
412 | # | ||
413 | CONFIG_NET=y | ||
414 | |||
415 | # | ||
416 | # Networking options | ||
417 | # | ||
418 | CONFIG_PACKET=y | ||
419 | CONFIG_PACKET_MMAP=y | ||
420 | # CONFIG_NETLINK_DEV is not set | ||
421 | CONFIG_UNIX=y | ||
422 | # CONFIG_NET_KEY is not set | ||
423 | CONFIG_INET=y | ||
424 | CONFIG_IP_MULTICAST=y | ||
425 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
426 | CONFIG_IP_PNP=y | ||
427 | # CONFIG_IP_PNP_DHCP is not set | ||
428 | CONFIG_IP_PNP_BOOTP=y | ||
429 | # CONFIG_IP_PNP_RARP is not set | ||
430 | # CONFIG_NET_IPIP is not set | ||
431 | # CONFIG_NET_IPGRE is not set | ||
432 | # CONFIG_IP_MROUTE is not set | ||
433 | # CONFIG_ARPD is not set | ||
434 | # CONFIG_SYN_COOKIES is not set | ||
435 | # CONFIG_INET_AH is not set | ||
436 | # CONFIG_INET_ESP is not set | ||
437 | # CONFIG_INET_IPCOMP is not set | ||
438 | # CONFIG_INET_TUNNEL is not set | ||
439 | CONFIG_IP_TCPDIAG=y | ||
440 | # CONFIG_IP_TCPDIAG_IPV6 is not set | ||
441 | # CONFIG_IPV6 is not set | ||
442 | # CONFIG_NETFILTER is not set | ||
443 | |||
444 | # | 544 | # |
445 | # SCTP Configuration (EXPERIMENTAL) | ||
446 | # | ||
447 | # CONFIG_IP_SCTP is not set | ||
448 | # CONFIG_ATM is not set | ||
449 | # CONFIG_BRIDGE is not set | ||
450 | # CONFIG_VLAN_8021Q is not set | ||
451 | # CONFIG_DECNET is not set | ||
452 | # CONFIG_LLC2 is not set | ||
453 | # CONFIG_IPX is not set | ||
454 | # CONFIG_ATALK is not set | ||
455 | # CONFIG_X25 is not set | ||
456 | # CONFIG_LAPB is not set | ||
457 | # CONFIG_NET_DIVERT is not set | ||
458 | # CONFIG_ECONET is not set | ||
459 | # CONFIG_WAN_ROUTER is not set | ||
460 | |||
461 | # | ||
462 | # QoS and/or fair queueing | ||
463 | # | ||
464 | # CONFIG_NET_SCHED is not set | ||
465 | # CONFIG_NET_CLS_ROUTE is not set | ||
466 | |||
467 | # | ||
468 | # Network testing | ||
469 | # | ||
470 | # CONFIG_NET_PKTGEN is not set | ||
471 | # CONFIG_NETPOLL is not set | ||
472 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
473 | # CONFIG_HAMRADIO is not set | ||
474 | # CONFIG_IRDA is not set | ||
475 | # CONFIG_BT is not set | ||
476 | CONFIG_NETDEVICES=y | 545 | CONFIG_NETDEVICES=y |
477 | # CONFIG_DUMMY is not set | 546 | # CONFIG_DUMMY is not set |
478 | # CONFIG_BONDING is not set | 547 | # CONFIG_BONDING is not set |
@@ -485,6 +554,10 @@ CONFIG_NETDEVICES=y | |||
485 | # CONFIG_ARCNET is not set | 554 | # CONFIG_ARCNET is not set |
486 | 555 | ||
487 | # | 556 | # |
557 | # PHY device support | ||
558 | # | ||
559 | |||
560 | # | ||
488 | # Ethernet (10 or 100Mbit) | 561 | # Ethernet (10 or 100Mbit) |
489 | # | 562 | # |
490 | # CONFIG_NET_ETHERNET is not set | 563 | # CONFIG_NET_ETHERNET is not set |
@@ -501,14 +574,20 @@ CONFIG_E1000_NAPI=y | |||
501 | # CONFIG_HAMACHI is not set | 574 | # CONFIG_HAMACHI is not set |
502 | # CONFIG_YELLOWFIN is not set | 575 | # CONFIG_YELLOWFIN is not set |
503 | # CONFIG_R8169 is not set | 576 | # CONFIG_R8169 is not set |
577 | # CONFIG_SIS190 is not set | ||
578 | # CONFIG_SKGE is not set | ||
579 | # CONFIG_SKY2 is not set | ||
504 | # CONFIG_SK98LIN is not set | 580 | # CONFIG_SK98LIN is not set |
505 | # CONFIG_TIGON3 is not set | 581 | # CONFIG_TIGON3 is not set |
582 | # CONFIG_BNX2 is not set | ||
506 | 583 | ||
507 | # | 584 | # |
508 | # Ethernet (10000 Mbit) | 585 | # Ethernet (10000 Mbit) |
509 | # | 586 | # |
587 | # CONFIG_CHELSIO_T1 is not set | ||
510 | # CONFIG_IXGB is not set | 588 | # CONFIG_IXGB is not set |
511 | # CONFIG_S2IO is not set | 589 | # CONFIG_S2IO is not set |
590 | # CONFIG_MYRI10GE is not set | ||
512 | 591 | ||
513 | # | 592 | # |
514 | # Token Ring devices | 593 | # Token Ring devices |
@@ -531,6 +610,8 @@ CONFIG_E1000_NAPI=y | |||
531 | # CONFIG_NET_FC is not set | 610 | # CONFIG_NET_FC is not set |
532 | # CONFIG_SHAPER is not set | 611 | # CONFIG_SHAPER is not set |
533 | # CONFIG_NETCONSOLE is not set | 612 | # CONFIG_NETCONSOLE is not set |
613 | # CONFIG_NETPOLL is not set | ||
614 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
534 | 615 | ||
535 | # | 616 | # |
536 | # ISDN subsystem | 617 | # ISDN subsystem |
@@ -568,7 +649,6 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | |||
568 | # | 649 | # |
569 | # CONFIG_SERIO is not set | 650 | # CONFIG_SERIO is not set |
570 | # CONFIG_GAMEPORT is not set | 651 | # CONFIG_GAMEPORT is not set |
571 | CONFIG_SOUND_GAMEPORT=y | ||
572 | 652 | ||
573 | # | 653 | # |
574 | # Character devices | 654 | # Character devices |
@@ -576,6 +656,7 @@ CONFIG_SOUND_GAMEPORT=y | |||
576 | CONFIG_VT=y | 656 | CONFIG_VT=y |
577 | CONFIG_VT_CONSOLE=y | 657 | CONFIG_VT_CONSOLE=y |
578 | CONFIG_HW_CONSOLE=y | 658 | CONFIG_HW_CONSOLE=y |
659 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
579 | # CONFIG_SERIAL_NONSTANDARD is not set | 660 | # CONFIG_SERIAL_NONSTANDARD is not set |
580 | 661 | ||
581 | # | 662 | # |
@@ -583,7 +664,9 @@ CONFIG_HW_CONSOLE=y | |||
583 | # | 664 | # |
584 | CONFIG_SERIAL_8250=y | 665 | CONFIG_SERIAL_8250=y |
585 | CONFIG_SERIAL_8250_CONSOLE=y | 666 | CONFIG_SERIAL_8250_CONSOLE=y |
667 | CONFIG_SERIAL_8250_PCI=y | ||
586 | CONFIG_SERIAL_8250_NR_UARTS=4 | 668 | CONFIG_SERIAL_8250_NR_UARTS=4 |
669 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
587 | # CONFIG_SERIAL_8250_EXTENDED is not set | 670 | # CONFIG_SERIAL_8250_EXTENDED is not set |
588 | 671 | ||
589 | # | 672 | # |
@@ -591,6 +674,7 @@ CONFIG_SERIAL_8250_NR_UARTS=4 | |||
591 | # | 674 | # |
592 | CONFIG_SERIAL_CORE=y | 675 | CONFIG_SERIAL_CORE=y |
593 | CONFIG_SERIAL_CORE_CONSOLE=y | 676 | CONFIG_SERIAL_CORE_CONSOLE=y |
677 | # CONFIG_SERIAL_JSM is not set | ||
594 | CONFIG_UNIX98_PTYS=y | 678 | CONFIG_UNIX98_PTYS=y |
595 | CONFIG_LEGACY_PTYS=y | 679 | CONFIG_LEGACY_PTYS=y |
596 | CONFIG_LEGACY_PTY_COUNT=256 | 680 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -604,8 +688,8 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
604 | # Watchdog Cards | 688 | # Watchdog Cards |
605 | # | 689 | # |
606 | # CONFIG_WATCHDOG is not set | 690 | # CONFIG_WATCHDOG is not set |
691 | CONFIG_HW_RANDOM=y | ||
607 | # CONFIG_NVRAM is not set | 692 | # CONFIG_NVRAM is not set |
608 | # CONFIG_RTC is not set | ||
609 | # CONFIG_DTLK is not set | 693 | # CONFIG_DTLK is not set |
610 | # CONFIG_R3964 is not set | 694 | # CONFIG_R3964 is not set |
611 | # CONFIG_APPLICOM is not set | 695 | # CONFIG_APPLICOM is not set |
@@ -620,6 +704,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
620 | # TPM devices | 704 | # TPM devices |
621 | # | 705 | # |
622 | # CONFIG_TCG_TPM is not set | 706 | # CONFIG_TCG_TPM is not set |
707 | # CONFIG_TELCLOCK is not set | ||
623 | 708 | ||
624 | # | 709 | # |
625 | # I2C support | 710 | # I2C support |
@@ -644,14 +729,13 @@ CONFIG_I2C_CHARDEV=y | |||
644 | # CONFIG_I2C_AMD8111 is not set | 729 | # CONFIG_I2C_AMD8111 is not set |
645 | # CONFIG_I2C_I801 is not set | 730 | # CONFIG_I2C_I801 is not set |
646 | # CONFIG_I2C_I810 is not set | 731 | # CONFIG_I2C_I810 is not set |
732 | # CONFIG_I2C_PIIX4 is not set | ||
647 | CONFIG_I2C_IOP3XX=y | 733 | CONFIG_I2C_IOP3XX=y |
648 | # CONFIG_I2C_ISA is not set | ||
649 | # CONFIG_I2C_NFORCE2 is not set | 734 | # CONFIG_I2C_NFORCE2 is not set |
735 | # CONFIG_I2C_OCORES is not set | ||
650 | # CONFIG_I2C_PARPORT_LIGHT is not set | 736 | # CONFIG_I2C_PARPORT_LIGHT is not set |
651 | # CONFIG_I2C_PIIX4 is not set | ||
652 | # CONFIG_I2C_PROSAVAGE is not set | 737 | # CONFIG_I2C_PROSAVAGE is not set |
653 | # CONFIG_I2C_SAVAGE4 is not set | 738 | # CONFIG_I2C_SAVAGE4 is not set |
654 | # CONFIG_SCx200_ACB is not set | ||
655 | # CONFIG_I2C_SIS5595 is not set | 739 | # CONFIG_I2C_SIS5595 is not set |
656 | # CONFIG_I2C_SIS630 is not set | 740 | # CONFIG_I2C_SIS630 is not set |
657 | # CONFIG_I2C_SIS96X is not set | 741 | # CONFIG_I2C_SIS96X is not set |
@@ -662,15 +746,45 @@ CONFIG_I2C_IOP3XX=y | |||
662 | # CONFIG_I2C_PCA_ISA is not set | 746 | # CONFIG_I2C_PCA_ISA is not set |
663 | 747 | ||
664 | # | 748 | # |
665 | # Hardware Sensors Chip support | 749 | # Miscellaneous I2C Chip support |
666 | # | 750 | # |
667 | # CONFIG_I2C_SENSOR is not set | 751 | # CONFIG_SENSORS_DS1337 is not set |
752 | # CONFIG_SENSORS_DS1374 is not set | ||
753 | # CONFIG_SENSORS_EEPROM is not set | ||
754 | # CONFIG_SENSORS_PCF8574 is not set | ||
755 | # CONFIG_SENSORS_PCA9539 is not set | ||
756 | # CONFIG_SENSORS_PCF8591 is not set | ||
757 | # CONFIG_SENSORS_MAX6875 is not set | ||
758 | # CONFIG_I2C_DEBUG_CORE is not set | ||
759 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
760 | # CONFIG_I2C_DEBUG_BUS is not set | ||
761 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
762 | |||
763 | # | ||
764 | # SPI support | ||
765 | # | ||
766 | # CONFIG_SPI is not set | ||
767 | # CONFIG_SPI_MASTER is not set | ||
768 | |||
769 | # | ||
770 | # Dallas's 1-wire bus | ||
771 | # | ||
772 | |||
773 | # | ||
774 | # Hardware Monitoring support | ||
775 | # | ||
776 | CONFIG_HWMON=y | ||
777 | # CONFIG_HWMON_VID is not set | ||
778 | # CONFIG_SENSORS_ABITUGURU is not set | ||
668 | # CONFIG_SENSORS_ADM1021 is not set | 779 | # CONFIG_SENSORS_ADM1021 is not set |
669 | # CONFIG_SENSORS_ADM1025 is not set | 780 | # CONFIG_SENSORS_ADM1025 is not set |
670 | # CONFIG_SENSORS_ADM1026 is not set | 781 | # CONFIG_SENSORS_ADM1026 is not set |
671 | # CONFIG_SENSORS_ADM1031 is not set | 782 | # CONFIG_SENSORS_ADM1031 is not set |
783 | # CONFIG_SENSORS_ADM9240 is not set | ||
672 | # CONFIG_SENSORS_ASB100 is not set | 784 | # CONFIG_SENSORS_ASB100 is not set |
785 | # CONFIG_SENSORS_ATXP1 is not set | ||
673 | # CONFIG_SENSORS_DS1621 is not set | 786 | # CONFIG_SENSORS_DS1621 is not set |
787 | # CONFIG_SENSORS_F71805F is not set | ||
674 | # CONFIG_SENSORS_FSCHER is not set | 788 | # CONFIG_SENSORS_FSCHER is not set |
675 | # CONFIG_SENSORS_FSCPOS is not set | 789 | # CONFIG_SENSORS_FSCPOS is not set |
676 | # CONFIG_SENSORS_GL518SM is not set | 790 | # CONFIG_SENSORS_GL518SM is not set |
@@ -685,36 +799,45 @@ CONFIG_I2C_IOP3XX=y | |||
685 | # CONFIG_SENSORS_LM85 is not set | 799 | # CONFIG_SENSORS_LM85 is not set |
686 | # CONFIG_SENSORS_LM87 is not set | 800 | # CONFIG_SENSORS_LM87 is not set |
687 | # CONFIG_SENSORS_LM90 is not set | 801 | # CONFIG_SENSORS_LM90 is not set |
802 | # CONFIG_SENSORS_LM92 is not set | ||
688 | # CONFIG_SENSORS_MAX1619 is not set | 803 | # CONFIG_SENSORS_MAX1619 is not set |
689 | # CONFIG_SENSORS_PC87360 is not set | 804 | # CONFIG_SENSORS_PC87360 is not set |
690 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
691 | # CONFIG_SENSORS_SIS5595 is not set | 805 | # CONFIG_SENSORS_SIS5595 is not set |
692 | # CONFIG_SENSORS_SMSC47M1 is not set | 806 | # CONFIG_SENSORS_SMSC47M1 is not set |
807 | # CONFIG_SENSORS_SMSC47M192 is not set | ||
808 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
693 | # CONFIG_SENSORS_VIA686A is not set | 809 | # CONFIG_SENSORS_VIA686A is not set |
810 | # CONFIG_SENSORS_VT8231 is not set | ||
694 | # CONFIG_SENSORS_W83781D is not set | 811 | # CONFIG_SENSORS_W83781D is not set |
812 | # CONFIG_SENSORS_W83791D is not set | ||
813 | # CONFIG_SENSORS_W83792D is not set | ||
695 | # CONFIG_SENSORS_W83L785TS is not set | 814 | # CONFIG_SENSORS_W83L785TS is not set |
696 | # CONFIG_SENSORS_W83627HF is not set | 815 | # CONFIG_SENSORS_W83627HF is not set |
816 | # CONFIG_SENSORS_W83627EHF is not set | ||
817 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
697 | 818 | ||
698 | # | 819 | # |
699 | # Other I2C Chip support | 820 | # Misc devices |
700 | # | 821 | # |
701 | # CONFIG_SENSORS_EEPROM is not set | ||
702 | # CONFIG_SENSORS_PCF8574 is not set | ||
703 | # CONFIG_SENSORS_PCF8591 is not set | ||
704 | # CONFIG_SENSORS_RTC8564 is not set | ||
705 | # CONFIG_I2C_DEBUG_CORE is not set | ||
706 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
707 | # CONFIG_I2C_DEBUG_BUS is not set | ||
708 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
709 | 822 | ||
710 | # | 823 | # |
711 | # Misc devices | 824 | # LED devices |
825 | # | ||
826 | # CONFIG_NEW_LEDS is not set | ||
827 | |||
828 | # | ||
829 | # LED drivers | ||
830 | # | ||
831 | |||
832 | # | ||
833 | # LED Triggers | ||
712 | # | 834 | # |
713 | 835 | ||
714 | # | 836 | # |
715 | # Multimedia devices | 837 | # Multimedia devices |
716 | # | 838 | # |
717 | # CONFIG_VIDEO_DEV is not set | 839 | # CONFIG_VIDEO_DEV is not set |
840 | CONFIG_VIDEO_V4L2=y | ||
718 | 841 | ||
719 | # | 842 | # |
720 | # Digital Video Broadcasting Devices | 843 | # Digital Video Broadcasting Devices |
@@ -724,6 +847,7 @@ CONFIG_I2C_IOP3XX=y | |||
724 | # | 847 | # |
725 | # Graphics support | 848 | # Graphics support |
726 | # | 849 | # |
850 | CONFIG_FIRMWARE_EDID=y | ||
727 | # CONFIG_FB is not set | 851 | # CONFIG_FB is not set |
728 | 852 | ||
729 | # | 853 | # |
@@ -731,6 +855,7 @@ CONFIG_I2C_IOP3XX=y | |||
731 | # | 855 | # |
732 | # CONFIG_VGA_CONSOLE is not set | 856 | # CONFIG_VGA_CONSOLE is not set |
733 | CONFIG_DUMMY_CONSOLE=y | 857 | CONFIG_DUMMY_CONSOLE=y |
858 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
734 | 859 | ||
735 | # | 860 | # |
736 | # Sound | 861 | # Sound |
@@ -742,9 +867,14 @@ CONFIG_DUMMY_CONSOLE=y | |||
742 | # | 867 | # |
743 | CONFIG_USB_ARCH_HAS_HCD=y | 868 | CONFIG_USB_ARCH_HAS_HCD=y |
744 | CONFIG_USB_ARCH_HAS_OHCI=y | 869 | CONFIG_USB_ARCH_HAS_OHCI=y |
870 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
745 | # CONFIG_USB is not set | 871 | # CONFIG_USB is not set |
746 | 872 | ||
747 | # | 873 | # |
874 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
875 | # | ||
876 | |||
877 | # | ||
748 | # USB Gadget Support | 878 | # USB Gadget Support |
749 | # | 879 | # |
750 | # CONFIG_USB_GADGET is not set | 880 | # CONFIG_USB_GADGET is not set |
@@ -755,10 +885,17 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
755 | # CONFIG_MMC is not set | 885 | # CONFIG_MMC is not set |
756 | 886 | ||
757 | # | 887 | # |
888 | # Real Time Clock | ||
889 | # | ||
890 | CONFIG_RTC_LIB=y | ||
891 | # CONFIG_RTC_CLASS is not set | ||
892 | |||
893 | # | ||
758 | # File systems | 894 | # File systems |
759 | # | 895 | # |
760 | CONFIG_EXT2_FS=y | 896 | CONFIG_EXT2_FS=y |
761 | # CONFIG_EXT2_FS_XATTR is not set | 897 | # CONFIG_EXT2_FS_XATTR is not set |
898 | # CONFIG_EXT2_FS_XIP is not set | ||
762 | CONFIG_EXT3_FS=y | 899 | CONFIG_EXT3_FS=y |
763 | CONFIG_EXT3_FS_XATTR=y | 900 | CONFIG_EXT3_FS_XATTR=y |
764 | # CONFIG_EXT3_FS_POSIX_ACL is not set | 901 | # CONFIG_EXT3_FS_POSIX_ACL is not set |
@@ -768,22 +905,22 @@ CONFIG_JBD=y | |||
768 | CONFIG_FS_MBCACHE=y | 905 | CONFIG_FS_MBCACHE=y |
769 | # CONFIG_REISERFS_FS is not set | 906 | # CONFIG_REISERFS_FS is not set |
770 | # CONFIG_JFS_FS is not set | 907 | # CONFIG_JFS_FS is not set |
771 | 908 | # CONFIG_FS_POSIX_ACL is not set | |
772 | # | ||
773 | # XFS support | ||
774 | # | ||
775 | CONFIG_XFS_FS=y | 909 | CONFIG_XFS_FS=y |
776 | CONFIG_XFS_EXPORT=y | ||
777 | # CONFIG_XFS_RT is not set | ||
778 | # CONFIG_XFS_QUOTA is not set | 910 | # CONFIG_XFS_QUOTA is not set |
779 | CONFIG_XFS_SECURITY=y | 911 | CONFIG_XFS_SECURITY=y |
780 | CONFIG_XFS_POSIX_ACL=y | 912 | CONFIG_XFS_POSIX_ACL=y |
913 | # CONFIG_XFS_RT is not set | ||
914 | # CONFIG_OCFS2_FS is not set | ||
781 | # CONFIG_MINIX_FS is not set | 915 | # CONFIG_MINIX_FS is not set |
782 | # CONFIG_ROMFS_FS is not set | 916 | # CONFIG_ROMFS_FS is not set |
917 | CONFIG_INOTIFY=y | ||
918 | CONFIG_INOTIFY_USER=y | ||
783 | # CONFIG_QUOTA is not set | 919 | # CONFIG_QUOTA is not set |
784 | CONFIG_DNOTIFY=y | 920 | CONFIG_DNOTIFY=y |
785 | # CONFIG_AUTOFS_FS is not set | 921 | # CONFIG_AUTOFS_FS is not set |
786 | # CONFIG_AUTOFS4_FS is not set | 922 | # CONFIG_AUTOFS4_FS is not set |
923 | # CONFIG_FUSE_FS is not set | ||
787 | 924 | ||
788 | # | 925 | # |
789 | # CD-ROM/DVD Filesystems | 926 | # CD-ROM/DVD Filesystems |
@@ -803,12 +940,10 @@ CONFIG_DNOTIFY=y | |||
803 | # | 940 | # |
804 | CONFIG_PROC_FS=y | 941 | CONFIG_PROC_FS=y |
805 | CONFIG_SYSFS=y | 942 | CONFIG_SYSFS=y |
806 | # CONFIG_DEVFS_FS is not set | ||
807 | # CONFIG_DEVPTS_FS_XATTR is not set | ||
808 | CONFIG_TMPFS=y | 943 | CONFIG_TMPFS=y |
809 | # CONFIG_TMPFS_XATTR is not set | ||
810 | # CONFIG_HUGETLB_PAGE is not set | 944 | # CONFIG_HUGETLB_PAGE is not set |
811 | CONFIG_RAMFS=y | 945 | CONFIG_RAMFS=y |
946 | # CONFIG_CONFIGFS_FS is not set | ||
812 | 947 | ||
813 | # | 948 | # |
814 | # Miscellaneous filesystems | 949 | # Miscellaneous filesystems |
@@ -834,16 +969,19 @@ CONFIG_RAMFS=y | |||
834 | # | 969 | # |
835 | CONFIG_NFS_FS=y | 970 | CONFIG_NFS_FS=y |
836 | CONFIG_NFS_V3=y | 971 | CONFIG_NFS_V3=y |
972 | # CONFIG_NFS_V3_ACL is not set | ||
837 | # CONFIG_NFS_V4 is not set | 973 | # CONFIG_NFS_V4 is not set |
838 | # CONFIG_NFS_DIRECTIO is not set | 974 | # CONFIG_NFS_DIRECTIO is not set |
839 | CONFIG_NFSD=y | 975 | CONFIG_NFSD=y |
840 | CONFIG_NFSD_V3=y | 976 | CONFIG_NFSD_V3=y |
977 | # CONFIG_NFSD_V3_ACL is not set | ||
841 | # CONFIG_NFSD_V4 is not set | 978 | # CONFIG_NFSD_V4 is not set |
842 | # CONFIG_NFSD_TCP is not set | 979 | # CONFIG_NFSD_TCP is not set |
843 | CONFIG_ROOT_NFS=y | 980 | CONFIG_ROOT_NFS=y |
844 | CONFIG_LOCKD=y | 981 | CONFIG_LOCKD=y |
845 | CONFIG_LOCKD_V4=y | 982 | CONFIG_LOCKD_V4=y |
846 | CONFIG_EXPORTFS=y | 983 | CONFIG_EXPORTFS=y |
984 | CONFIG_NFS_COMMON=y | ||
847 | CONFIG_SUNRPC=y | 985 | CONFIG_SUNRPC=y |
848 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 986 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
849 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 987 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
@@ -852,6 +990,7 @@ CONFIG_SUNRPC=y | |||
852 | # CONFIG_NCP_FS is not set | 990 | # CONFIG_NCP_FS is not set |
853 | # CONFIG_CODA_FS is not set | 991 | # CONFIG_CODA_FS is not set |
854 | # CONFIG_AFS_FS is not set | 992 | # CONFIG_AFS_FS is not set |
993 | # CONFIG_9P_FS is not set | ||
855 | 994 | ||
856 | # | 995 | # |
857 | # Partition Types | 996 | # Partition Types |
@@ -871,6 +1010,7 @@ CONFIG_MSDOS_PARTITION=y | |||
871 | # CONFIG_SGI_PARTITION is not set | 1010 | # CONFIG_SGI_PARTITION is not set |
872 | # CONFIG_ULTRIX_PARTITION is not set | 1011 | # CONFIG_ULTRIX_PARTITION is not set |
873 | # CONFIG_SUN_PARTITION is not set | 1012 | # CONFIG_SUN_PARTITION is not set |
1013 | # CONFIG_KARMA_PARTITION is not set | ||
874 | # CONFIG_EFI_PARTITION is not set | 1014 | # CONFIG_EFI_PARTITION is not set |
875 | 1015 | ||
876 | # | 1016 | # |
@@ -887,11 +1027,34 @@ CONFIG_MSDOS_PARTITION=y | |||
887 | # Kernel hacking | 1027 | # Kernel hacking |
888 | # | 1028 | # |
889 | # CONFIG_PRINTK_TIME is not set | 1029 | # CONFIG_PRINTK_TIME is not set |
890 | # CONFIG_DEBUG_KERNEL is not set | 1030 | CONFIG_MAGIC_SYSRQ=y |
1031 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1032 | CONFIG_DEBUG_KERNEL=y | ||
891 | CONFIG_LOG_BUF_SHIFT=14 | 1033 | CONFIG_LOG_BUF_SHIFT=14 |
1034 | CONFIG_DETECT_SOFTLOCKUP=y | ||
1035 | # CONFIG_SCHEDSTATS is not set | ||
1036 | # CONFIG_DEBUG_SLAB is not set | ||
1037 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1038 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1039 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1040 | # CONFIG_DEBUG_MUTEXES is not set | ||
1041 | # CONFIG_DEBUG_RWSEMS is not set | ||
1042 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1043 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
1044 | # CONFIG_DEBUG_KOBJECT is not set | ||
892 | CONFIG_DEBUG_BUGVERBOSE=y | 1045 | CONFIG_DEBUG_BUGVERBOSE=y |
1046 | # CONFIG_DEBUG_INFO is not set | ||
1047 | # CONFIG_DEBUG_FS is not set | ||
1048 | # CONFIG_DEBUG_VM is not set | ||
893 | CONFIG_FRAME_POINTER=y | 1049 | CONFIG_FRAME_POINTER=y |
1050 | # CONFIG_UNWIND_INFO is not set | ||
1051 | # CONFIG_FORCED_INLINING is not set | ||
1052 | # CONFIG_RCU_TORTURE_TEST is not set | ||
894 | CONFIG_DEBUG_USER=y | 1053 | CONFIG_DEBUG_USER=y |
1054 | # CONFIG_DEBUG_WAITQ is not set | ||
1055 | # CONFIG_DEBUG_ERRORS is not set | ||
1056 | CONFIG_DEBUG_LL=y | ||
1057 | # CONFIG_DEBUG_ICEDCC is not set | ||
895 | 1058 | ||
896 | # | 1059 | # |
897 | # Security options | 1060 | # Security options |
@@ -912,5 +1075,7 @@ CONFIG_DEBUG_USER=y | |||
912 | # Library routines | 1075 | # Library routines |
913 | # | 1076 | # |
914 | # CONFIG_CRC_CCITT is not set | 1077 | # CONFIG_CRC_CCITT is not set |
1078 | # CONFIG_CRC16 is not set | ||
915 | # CONFIG_CRC32 is not set | 1079 | # CONFIG_CRC32 is not set |
916 | # CONFIG_LIBCRC32C is not set | 1080 | # CONFIG_LIBCRC32C is not set |
1081 | CONFIG_PLIST=y | ||
diff --git a/arch/arm/configs/iq31244_defconfig b/arch/arm/configs/iq31244_defconfig deleted file mode 100644 index 32467160a6df..000000000000 --- a/arch/arm/configs/iq31244_defconfig +++ /dev/null | |||
@@ -1,922 +0,0 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.12-rc1-bk2 | ||
4 | # Sun Mar 27 02:10:38 2005 | ||
5 | # | ||
6 | CONFIG_ARM=y | ||
7 | CONFIG_MMU=y | ||
8 | CONFIG_UID16=y | ||
9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
10 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
11 | CONFIG_GENERIC_IOMAP=y | ||
12 | |||
13 | # | ||
14 | # Code maturity level options | ||
15 | # | ||
16 | CONFIG_EXPERIMENTAL=y | ||
17 | CONFIG_CLEAN_COMPILE=y | ||
18 | CONFIG_BROKEN_ON_SMP=y | ||
19 | |||
20 | # | ||
21 | # General setup | ||
22 | # | ||
23 | CONFIG_LOCALVERSION="" | ||
24 | CONFIG_SWAP=y | ||
25 | CONFIG_SYSVIPC=y | ||
26 | # CONFIG_POSIX_MQUEUE is not set | ||
27 | CONFIG_BSD_PROCESS_ACCT=y | ||
28 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | ||
29 | CONFIG_SYSCTL=y | ||
30 | # CONFIG_AUDIT is not set | ||
31 | # CONFIG_HOTPLUG is not set | ||
32 | CONFIG_KOBJECT_UEVENT=y | ||
33 | CONFIG_IKCONFIG=y | ||
34 | CONFIG_IKCONFIG_PROC=y | ||
35 | # CONFIG_EMBEDDED is not set | ||
36 | CONFIG_KALLSYMS=y | ||
37 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
38 | CONFIG_BASE_FULL=y | ||
39 | CONFIG_FUTEX=y | ||
40 | CONFIG_EPOLL=y | ||
41 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
42 | CONFIG_SHMEM=y | ||
43 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
44 | CONFIG_CC_ALIGN_LABELS=0 | ||
45 | CONFIG_CC_ALIGN_LOOPS=0 | ||
46 | CONFIG_CC_ALIGN_JUMPS=0 | ||
47 | # CONFIG_TINY_SHMEM is not set | ||
48 | CONFIG_BASE_SMALL=0 | ||
49 | |||
50 | # | ||
51 | # Loadable module support | ||
52 | # | ||
53 | CONFIG_MODULES=y | ||
54 | CONFIG_MODULE_UNLOAD=y | ||
55 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
56 | CONFIG_OBSOLETE_MODPARM=y | ||
57 | # CONFIG_MODVERSIONS is not set | ||
58 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
59 | CONFIG_KMOD=y | ||
60 | |||
61 | # | ||
62 | # System Type | ||
63 | # | ||
64 | # CONFIG_ARCH_CLPS7500 is not set | ||
65 | # CONFIG_ARCH_CLPS711X is not set | ||
66 | # CONFIG_ARCH_CO285 is not set | ||
67 | # CONFIG_ARCH_EBSA110 is not set | ||
68 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
69 | # CONFIG_ARCH_INTEGRATOR is not set | ||
70 | CONFIG_ARCH_IOP3XX=y | ||
71 | # CONFIG_ARCH_IXP4XX is not set | ||
72 | # CONFIG_ARCH_IXP2000 is not set | ||
73 | # CONFIG_ARCH_L7200 is not set | ||
74 | # CONFIG_ARCH_PXA is not set | ||
75 | # CONFIG_ARCH_RPC is not set | ||
76 | # CONFIG_ARCH_SA1100 is not set | ||
77 | # CONFIG_ARCH_S3C2410 is not set | ||
78 | # CONFIG_ARCH_SHARK is not set | ||
79 | # CONFIG_ARCH_LH7A40X is not set | ||
80 | # CONFIG_ARCH_OMAP is not set | ||
81 | # CONFIG_ARCH_VERSATILE is not set | ||
82 | # CONFIG_ARCH_IMX is not set | ||
83 | # CONFIG_ARCH_H720X is not set | ||
84 | |||
85 | # | ||
86 | # IOP3xx Implementation Options | ||
87 | # | ||
88 | |||
89 | # | ||
90 | # IOP3xx Platform Types | ||
91 | # | ||
92 | # CONFIG_ARCH_IQ80321 is not set | ||
93 | CONFIG_ARCH_IQ31244=y | ||
94 | # CONFIG_ARCH_IQ80331 is not set | ||
95 | # CONFIG_MACH_IQ80332 is not set | ||
96 | # CONFIG_ARCH_EP80219 is not set | ||
97 | CONFIG_ARCH_IOP321=y | ||
98 | # CONFIG_ARCH_IOP331 is not set | ||
99 | |||
100 | # | ||
101 | # IOP3xx Chipset Features | ||
102 | # | ||
103 | |||
104 | # | ||
105 | # Processor Type | ||
106 | # | ||
107 | CONFIG_CPU_32=y | ||
108 | CONFIG_CPU_XSCALE=y | ||
109 | CONFIG_CPU_32v5=y | ||
110 | CONFIG_CPU_ABRT_EV5T=y | ||
111 | CONFIG_CPU_CACHE_VIVT=y | ||
112 | CONFIG_CPU_TLB_V4WBI=y | ||
113 | CONFIG_CPU_MINICACHE=y | ||
114 | |||
115 | # | ||
116 | # Processor Features | ||
117 | # | ||
118 | # CONFIG_ARM_THUMB is not set | ||
119 | CONFIG_XSCALE_PMU=y | ||
120 | |||
121 | # | ||
122 | # Bus support | ||
123 | # | ||
124 | CONFIG_PCI=y | ||
125 | # CONFIG_PCI_LEGACY_PROC is not set | ||
126 | CONFIG_PCI_NAMES=y | ||
127 | |||
128 | # | ||
129 | # PCCARD (PCMCIA/CardBus) support | ||
130 | # | ||
131 | # CONFIG_PCCARD is not set | ||
132 | |||
133 | # | ||
134 | # Kernel Features | ||
135 | # | ||
136 | # CONFIG_PREEMPT is not set | ||
137 | CONFIG_ALIGNMENT_TRAP=y | ||
138 | |||
139 | # | ||
140 | # Boot options | ||
141 | # | ||
142 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
143 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
144 | CONFIG_CMDLINE="ip=boot root=nfs console=ttyS0,115200" | ||
145 | # CONFIG_XIP_KERNEL is not set | ||
146 | |||
147 | # | ||
148 | # Floating point emulation | ||
149 | # | ||
150 | |||
151 | # | ||
152 | # At least one emulation must be selected | ||
153 | # | ||
154 | CONFIG_FPE_NWFPE=y | ||
155 | # CONFIG_FPE_NWFPE_XP is not set | ||
156 | # CONFIG_FPE_FASTFPE is not set | ||
157 | |||
158 | # | ||
159 | # Userspace binary formats | ||
160 | # | ||
161 | CONFIG_BINFMT_ELF=y | ||
162 | CONFIG_BINFMT_AOUT=y | ||
163 | # CONFIG_BINFMT_MISC is not set | ||
164 | # CONFIG_ARTHUR is not set | ||
165 | |||
166 | # | ||
167 | # Power management options | ||
168 | # | ||
169 | # CONFIG_PM is not set | ||
170 | |||
171 | # | ||
172 | # Device Drivers | ||
173 | # | ||
174 | |||
175 | # | ||
176 | # Generic Driver Options | ||
177 | # | ||
178 | CONFIG_STANDALONE=y | ||
179 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
180 | # CONFIG_FW_LOADER is not set | ||
181 | |||
182 | # | ||
183 | # Memory Technology Devices (MTD) | ||
184 | # | ||
185 | CONFIG_MTD=y | ||
186 | # CONFIG_MTD_DEBUG is not set | ||
187 | # CONFIG_MTD_CONCAT is not set | ||
188 | CONFIG_MTD_PARTITIONS=y | ||
189 | CONFIG_MTD_REDBOOT_PARTS=y | ||
190 | CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 | ||
191 | CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED=y | ||
192 | CONFIG_MTD_REDBOOT_PARTS_READONLY=y | ||
193 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
194 | # CONFIG_MTD_AFS_PARTS is not set | ||
195 | |||
196 | # | ||
197 | # User Modules And Translation Layers | ||
198 | # | ||
199 | CONFIG_MTD_CHAR=y | ||
200 | CONFIG_MTD_BLOCK=y | ||
201 | # CONFIG_FTL is not set | ||
202 | # CONFIG_NFTL is not set | ||
203 | # CONFIG_INFTL is not set | ||
204 | |||
205 | # | ||
206 | # RAM/ROM/Flash chip drivers | ||
207 | # | ||
208 | CONFIG_MTD_CFI=y | ||
209 | # CONFIG_MTD_JEDECPROBE is not set | ||
210 | CONFIG_MTD_GEN_PROBE=y | ||
211 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | ||
212 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
213 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
214 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
215 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
216 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
217 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
218 | CONFIG_MTD_CFI_I1=y | ||
219 | CONFIG_MTD_CFI_I2=y | ||
220 | # CONFIG_MTD_CFI_I4 is not set | ||
221 | # CONFIG_MTD_CFI_I8 is not set | ||
222 | CONFIG_MTD_CFI_INTELEXT=y | ||
223 | # CONFIG_MTD_CFI_AMDSTD is not set | ||
224 | # CONFIG_MTD_CFI_STAA is not set | ||
225 | CONFIG_MTD_CFI_UTIL=y | ||
226 | # CONFIG_MTD_RAM is not set | ||
227 | # CONFIG_MTD_ROM is not set | ||
228 | # CONFIG_MTD_ABSENT is not set | ||
229 | # CONFIG_MTD_XIP is not set | ||
230 | |||
231 | # | ||
232 | # Mapping drivers for chip access | ||
233 | # | ||
234 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
235 | CONFIG_MTD_PHYSMAP=y | ||
236 | CONFIG_MTD_PHYSMAP_START=0xf0000000 | ||
237 | CONFIG_MTD_PHYSMAP_LEN=0x00800000 | ||
238 | CONFIG_MTD_PHYSMAP_BANKWIDTH=2 | ||
239 | # CONFIG_MTD_ARM_INTEGRATOR is not set | ||
240 | # CONFIG_MTD_EDB7312 is not set | ||
241 | |||
242 | # | ||
243 | # Self-contained MTD device drivers | ||
244 | # | ||
245 | # CONFIG_MTD_PMC551 is not set | ||
246 | # CONFIG_MTD_SLRAM is not set | ||
247 | # CONFIG_MTD_PHRAM is not set | ||
248 | # CONFIG_MTD_MTDRAM is not set | ||
249 | # CONFIG_MTD_BLKMTD is not set | ||
250 | # CONFIG_MTD_BLOCK2MTD is not set | ||
251 | |||
252 | # | ||
253 | # Disk-On-Chip Device Drivers | ||
254 | # | ||
255 | # CONFIG_MTD_DOC2000 is not set | ||
256 | # CONFIG_MTD_DOC2001 is not set | ||
257 | # CONFIG_MTD_DOC2001PLUS is not set | ||
258 | |||
259 | # | ||
260 | # NAND Flash Device Drivers | ||
261 | # | ||
262 | # CONFIG_MTD_NAND is not set | ||
263 | |||
264 | # | ||
265 | # Parallel port support | ||
266 | # | ||
267 | # CONFIG_PARPORT is not set | ||
268 | |||
269 | # | ||
270 | # Plug and Play support | ||
271 | # | ||
272 | |||
273 | # | ||
274 | # Block devices | ||
275 | # | ||
276 | # CONFIG_BLK_DEV_FD is not set | ||
277 | # CONFIG_BLK_CPQ_DA is not set | ||
278 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
279 | # CONFIG_BLK_DEV_DAC960 is not set | ||
280 | # CONFIG_BLK_DEV_UMEM is not set | ||
281 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
282 | # CONFIG_BLK_DEV_LOOP is not set | ||
283 | # CONFIG_BLK_DEV_NBD is not set | ||
284 | # CONFIG_BLK_DEV_SX8 is not set | ||
285 | CONFIG_BLK_DEV_RAM=y | ||
286 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
287 | CONFIG_BLK_DEV_RAM_SIZE=8192 | ||
288 | # CONFIG_BLK_DEV_INITRD is not set | ||
289 | CONFIG_INITRAMFS_SOURCE="" | ||
290 | # CONFIG_CDROM_PKTCDVD is not set | ||
291 | |||
292 | # | ||
293 | # IO Schedulers | ||
294 | # | ||
295 | CONFIG_IOSCHED_NOOP=y | ||
296 | CONFIG_IOSCHED_AS=y | ||
297 | CONFIG_IOSCHED_DEADLINE=y | ||
298 | CONFIG_IOSCHED_CFQ=y | ||
299 | # CONFIG_ATA_OVER_ETH is not set | ||
300 | |||
301 | # | ||
302 | # ATA/ATAPI/MFM/RLL support | ||
303 | # | ||
304 | # CONFIG_IDE is not set | ||
305 | |||
306 | # | ||
307 | # SCSI device support | ||
308 | # | ||
309 | CONFIG_SCSI=y | ||
310 | CONFIG_SCSI_PROC_FS=y | ||
311 | |||
312 | # | ||
313 | # SCSI support type (disk, tape, CD-ROM) | ||
314 | # | ||
315 | CONFIG_BLK_DEV_SD=y | ||
316 | # CONFIG_CHR_DEV_ST is not set | ||
317 | # CONFIG_CHR_DEV_OSST is not set | ||
318 | # CONFIG_BLK_DEV_SR is not set | ||
319 | CONFIG_CHR_DEV_SG=y | ||
320 | |||
321 | # | ||
322 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
323 | # | ||
324 | # CONFIG_SCSI_MULTI_LUN is not set | ||
325 | # CONFIG_SCSI_CONSTANTS is not set | ||
326 | # CONFIG_SCSI_LOGGING is not set | ||
327 | |||
328 | # | ||
329 | # SCSI Transport Attributes | ||
330 | # | ||
331 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
332 | # CONFIG_SCSI_FC_ATTRS is not set | ||
333 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
334 | |||
335 | # | ||
336 | # SCSI low-level drivers | ||
337 | # | ||
338 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | ||
339 | # CONFIG_SCSI_3W_9XXX is not set | ||
340 | # CONFIG_SCSI_ACARD is not set | ||
341 | # CONFIG_SCSI_AACRAID is not set | ||
342 | # CONFIG_SCSI_AIC7XXX is not set | ||
343 | # CONFIG_SCSI_AIC7XXX_OLD is not set | ||
344 | # CONFIG_SCSI_AIC79XX is not set | ||
345 | # CONFIG_SCSI_DPT_I2O is not set | ||
346 | # CONFIG_MEGARAID_NEWGEN is not set | ||
347 | # CONFIG_MEGARAID_LEGACY is not set | ||
348 | # CONFIG_SCSI_SATA is not set | ||
349 | # CONFIG_SCSI_BUSLOGIC is not set | ||
350 | # CONFIG_SCSI_DMX3191D is not set | ||
351 | # CONFIG_SCSI_EATA is not set | ||
352 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | ||
353 | # CONFIG_SCSI_GDTH is not set | ||
354 | # CONFIG_SCSI_IPS is not set | ||
355 | # CONFIG_SCSI_INITIO is not set | ||
356 | # CONFIG_SCSI_INIA100 is not set | ||
357 | # CONFIG_SCSI_SYM53C8XX_2 is not set | ||
358 | # CONFIG_SCSI_IPR is not set | ||
359 | # CONFIG_SCSI_QLOGIC_FC is not set | ||
360 | # CONFIG_SCSI_QLOGIC_1280 is not set | ||
361 | CONFIG_SCSI_QLA2XXX=y | ||
362 | # CONFIG_SCSI_QLA21XX is not set | ||
363 | # CONFIG_SCSI_QLA22XX is not set | ||
364 | # CONFIG_SCSI_QLA2300 is not set | ||
365 | # CONFIG_SCSI_QLA2322 is not set | ||
366 | # CONFIG_SCSI_QLA6312 is not set | ||
367 | # CONFIG_SCSI_DC395x is not set | ||
368 | # CONFIG_SCSI_DC390T is not set | ||
369 | # CONFIG_SCSI_NSP32 is not set | ||
370 | # CONFIG_SCSI_DEBUG is not set | ||
371 | |||
372 | # | ||
373 | # Multi-device support (RAID and LVM) | ||
374 | # | ||
375 | CONFIG_MD=y | ||
376 | CONFIG_BLK_DEV_MD=y | ||
377 | # CONFIG_MD_LINEAR is not set | ||
378 | CONFIG_MD_RAID0=y | ||
379 | CONFIG_MD_RAID1=y | ||
380 | # CONFIG_MD_RAID10 is not set | ||
381 | CONFIG_MD_RAID5=y | ||
382 | # CONFIG_MD_RAID6 is not set | ||
383 | # CONFIG_MD_MULTIPATH is not set | ||
384 | # CONFIG_MD_FAULTY is not set | ||
385 | CONFIG_BLK_DEV_DM=y | ||
386 | # CONFIG_DM_CRYPT is not set | ||
387 | # CONFIG_DM_SNAPSHOT is not set | ||
388 | # CONFIG_DM_MIRROR is not set | ||
389 | # CONFIG_DM_ZERO is not set | ||
390 | # CONFIG_DM_MULTIPATH is not set | ||
391 | |||
392 | # | ||
393 | # Fusion MPT device support | ||
394 | # | ||
395 | # CONFIG_FUSION is not set | ||
396 | |||
397 | # | ||
398 | # IEEE 1394 (FireWire) support | ||
399 | # | ||
400 | # CONFIG_IEEE1394 is not set | ||
401 | |||
402 | # | ||
403 | # I2O device support | ||
404 | # | ||
405 | # CONFIG_I2O is not set | ||
406 | |||
407 | # | ||
408 | # Networking support | ||
409 | # | ||
410 | CONFIG_NET=y | ||
411 | |||
412 | # | ||
413 | # Networking options | ||
414 | # | ||
415 | CONFIG_PACKET=y | ||
416 | CONFIG_PACKET_MMAP=y | ||
417 | # CONFIG_NETLINK_DEV is not set | ||
418 | CONFIG_UNIX=y | ||
419 | # CONFIG_NET_KEY is not set | ||
420 | CONFIG_INET=y | ||
421 | CONFIG_IP_MULTICAST=y | ||
422 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
423 | CONFIG_IP_PNP=y | ||
424 | # CONFIG_IP_PNP_DHCP is not set | ||
425 | CONFIG_IP_PNP_BOOTP=y | ||
426 | # CONFIG_IP_PNP_RARP is not set | ||
427 | # CONFIG_NET_IPIP is not set | ||
428 | # CONFIG_NET_IPGRE is not set | ||
429 | # CONFIG_IP_MROUTE is not set | ||
430 | # CONFIG_ARPD is not set | ||
431 | # CONFIG_SYN_COOKIES is not set | ||
432 | # CONFIG_INET_AH is not set | ||
433 | # CONFIG_INET_ESP is not set | ||
434 | # CONFIG_INET_IPCOMP is not set | ||
435 | # CONFIG_INET_TUNNEL is not set | ||
436 | CONFIG_IP_TCPDIAG=y | ||
437 | # CONFIG_IP_TCPDIAG_IPV6 is not set | ||
438 | # CONFIG_IPV6 is not set | ||
439 | # CONFIG_NETFILTER is not set | ||
440 | |||
441 | # | ||
442 | # SCTP Configuration (EXPERIMENTAL) | ||
443 | # | ||
444 | # CONFIG_IP_SCTP is not set | ||
445 | # CONFIG_ATM is not set | ||
446 | # CONFIG_BRIDGE is not set | ||
447 | # CONFIG_VLAN_8021Q is not set | ||
448 | # CONFIG_DECNET is not set | ||
449 | # CONFIG_LLC2 is not set | ||
450 | # CONFIG_IPX is not set | ||
451 | # CONFIG_ATALK is not set | ||
452 | # CONFIG_X25 is not set | ||
453 | # CONFIG_LAPB is not set | ||
454 | # CONFIG_NET_DIVERT is not set | ||
455 | # CONFIG_ECONET is not set | ||
456 | # CONFIG_WAN_ROUTER is not set | ||
457 | |||
458 | # | ||
459 | # QoS and/or fair queueing | ||
460 | # | ||
461 | # CONFIG_NET_SCHED is not set | ||
462 | # CONFIG_NET_CLS_ROUTE is not set | ||
463 | |||
464 | # | ||
465 | # Network testing | ||
466 | # | ||
467 | # CONFIG_NET_PKTGEN is not set | ||
468 | # CONFIG_NETPOLL is not set | ||
469 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
470 | # CONFIG_HAMRADIO is not set | ||
471 | # CONFIG_IRDA is not set | ||
472 | # CONFIG_BT is not set | ||
473 | CONFIG_NETDEVICES=y | ||
474 | # CONFIG_DUMMY is not set | ||
475 | # CONFIG_BONDING is not set | ||
476 | # CONFIG_EQUALIZER is not set | ||
477 | # CONFIG_TUN is not set | ||
478 | |||
479 | # | ||
480 | # ARCnet devices | ||
481 | # | ||
482 | # CONFIG_ARCNET is not set | ||
483 | |||
484 | # | ||
485 | # Ethernet (10 or 100Mbit) | ||
486 | # | ||
487 | # CONFIG_NET_ETHERNET is not set | ||
488 | |||
489 | # | ||
490 | # Ethernet (1000 Mbit) | ||
491 | # | ||
492 | # CONFIG_ACENIC is not set | ||
493 | # CONFIG_DL2K is not set | ||
494 | CONFIG_E1000=y | ||
495 | CONFIG_E1000_NAPI=y | ||
496 | # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set | ||
497 | # CONFIG_NS83820 is not set | ||
498 | # CONFIG_HAMACHI is not set | ||
499 | # CONFIG_YELLOWFIN is not set | ||
500 | # CONFIG_R8169 is not set | ||
501 | # CONFIG_SK98LIN is not set | ||
502 | # CONFIG_TIGON3 is not set | ||
503 | |||
504 | # | ||
505 | # Ethernet (10000 Mbit) | ||
506 | # | ||
507 | # CONFIG_IXGB is not set | ||
508 | # CONFIG_S2IO is not set | ||
509 | |||
510 | # | ||
511 | # Token Ring devices | ||
512 | # | ||
513 | # CONFIG_TR is not set | ||
514 | |||
515 | # | ||
516 | # Wireless LAN (non-hamradio) | ||
517 | # | ||
518 | # CONFIG_NET_RADIO is not set | ||
519 | |||
520 | # | ||
521 | # Wan interfaces | ||
522 | # | ||
523 | # CONFIG_WAN is not set | ||
524 | # CONFIG_FDDI is not set | ||
525 | # CONFIG_HIPPI is not set | ||
526 | # CONFIG_PPP is not set | ||
527 | # CONFIG_SLIP is not set | ||
528 | # CONFIG_NET_FC is not set | ||
529 | # CONFIG_SHAPER is not set | ||
530 | # CONFIG_NETCONSOLE is not set | ||
531 | |||
532 | # | ||
533 | # ISDN subsystem | ||
534 | # | ||
535 | # CONFIG_ISDN is not set | ||
536 | |||
537 | # | ||
538 | # Input device support | ||
539 | # | ||
540 | CONFIG_INPUT=y | ||
541 | |||
542 | # | ||
543 | # Userland interfaces | ||
544 | # | ||
545 | CONFIG_INPUT_MOUSEDEV=y | ||
546 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
547 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
548 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
549 | # CONFIG_INPUT_JOYDEV is not set | ||
550 | # CONFIG_INPUT_TSDEV is not set | ||
551 | # CONFIG_INPUT_EVDEV is not set | ||
552 | # CONFIG_INPUT_EVBUG is not set | ||
553 | |||
554 | # | ||
555 | # Input Device Drivers | ||
556 | # | ||
557 | # CONFIG_INPUT_KEYBOARD is not set | ||
558 | # CONFIG_INPUT_MOUSE is not set | ||
559 | # CONFIG_INPUT_JOYSTICK is not set | ||
560 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
561 | # CONFIG_INPUT_MISC is not set | ||
562 | |||
563 | # | ||
564 | # Hardware I/O ports | ||
565 | # | ||
566 | # CONFIG_SERIO is not set | ||
567 | # CONFIG_GAMEPORT is not set | ||
568 | CONFIG_SOUND_GAMEPORT=y | ||
569 | |||
570 | # | ||
571 | # Character devices | ||
572 | # | ||
573 | CONFIG_VT=y | ||
574 | CONFIG_VT_CONSOLE=y | ||
575 | CONFIG_HW_CONSOLE=y | ||
576 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
577 | |||
578 | # | ||
579 | # Serial drivers | ||
580 | # | ||
581 | CONFIG_SERIAL_8250=y | ||
582 | CONFIG_SERIAL_8250_CONSOLE=y | ||
583 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
584 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
585 | |||
586 | # | ||
587 | # Non-8250 serial port support | ||
588 | # | ||
589 | CONFIG_SERIAL_CORE=y | ||
590 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
591 | CONFIG_UNIX98_PTYS=y | ||
592 | CONFIG_LEGACY_PTYS=y | ||
593 | CONFIG_LEGACY_PTY_COUNT=256 | ||
594 | |||
595 | # | ||
596 | # IPMI | ||
597 | # | ||
598 | # CONFIG_IPMI_HANDLER is not set | ||
599 | |||
600 | # | ||
601 | # Watchdog Cards | ||
602 | # | ||
603 | # CONFIG_WATCHDOG is not set | ||
604 | # CONFIG_NVRAM is not set | ||
605 | # CONFIG_RTC is not set | ||
606 | # CONFIG_DTLK is not set | ||
607 | # CONFIG_R3964 is not set | ||
608 | # CONFIG_APPLICOM is not set | ||
609 | |||
610 | # | ||
611 | # Ftape, the floppy tape device driver | ||
612 | # | ||
613 | # CONFIG_DRM is not set | ||
614 | # CONFIG_RAW_DRIVER is not set | ||
615 | |||
616 | # | ||
617 | # TPM devices | ||
618 | # | ||
619 | # CONFIG_TCG_TPM is not set | ||
620 | |||
621 | # | ||
622 | # I2C support | ||
623 | # | ||
624 | CONFIG_I2C=y | ||
625 | CONFIG_I2C_CHARDEV=y | ||
626 | |||
627 | # | ||
628 | # I2C Algorithms | ||
629 | # | ||
630 | # CONFIG_I2C_ALGOBIT is not set | ||
631 | # CONFIG_I2C_ALGOPCF is not set | ||
632 | # CONFIG_I2C_ALGOPCA is not set | ||
633 | |||
634 | # | ||
635 | # I2C Hardware Bus support | ||
636 | # | ||
637 | # CONFIG_I2C_ALI1535 is not set | ||
638 | # CONFIG_I2C_ALI1563 is not set | ||
639 | # CONFIG_I2C_ALI15X3 is not set | ||
640 | # CONFIG_I2C_AMD756 is not set | ||
641 | # CONFIG_I2C_AMD8111 is not set | ||
642 | # CONFIG_I2C_I801 is not set | ||
643 | # CONFIG_I2C_I810 is not set | ||
644 | CONFIG_I2C_IOP3XX=y | ||
645 | # CONFIG_I2C_ISA is not set | ||
646 | # CONFIG_I2C_NFORCE2 is not set | ||
647 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
648 | # CONFIG_I2C_PIIX4 is not set | ||
649 | # CONFIG_I2C_PROSAVAGE is not set | ||
650 | # CONFIG_I2C_SAVAGE4 is not set | ||
651 | # CONFIG_SCx200_ACB is not set | ||
652 | # CONFIG_I2C_SIS5595 is not set | ||
653 | # CONFIG_I2C_SIS630 is not set | ||
654 | # CONFIG_I2C_SIS96X is not set | ||
655 | # CONFIG_I2C_STUB is not set | ||
656 | # CONFIG_I2C_VIA is not set | ||
657 | # CONFIG_I2C_VIAPRO is not set | ||
658 | # CONFIG_I2C_VOODOO3 is not set | ||
659 | # CONFIG_I2C_PCA_ISA is not set | ||
660 | |||
661 | # | ||
662 | # Hardware Sensors Chip support | ||
663 | # | ||
664 | # CONFIG_I2C_SENSOR is not set | ||
665 | # CONFIG_SENSORS_ADM1021 is not set | ||
666 | # CONFIG_SENSORS_ADM1025 is not set | ||
667 | # CONFIG_SENSORS_ADM1026 is not set | ||
668 | # CONFIG_SENSORS_ADM1031 is not set | ||
669 | # CONFIG_SENSORS_ASB100 is not set | ||
670 | # CONFIG_SENSORS_DS1621 is not set | ||
671 | # CONFIG_SENSORS_FSCHER is not set | ||
672 | # CONFIG_SENSORS_FSCPOS is not set | ||
673 | # CONFIG_SENSORS_GL518SM is not set | ||
674 | # CONFIG_SENSORS_GL520SM is not set | ||
675 | # CONFIG_SENSORS_IT87 is not set | ||
676 | # CONFIG_SENSORS_LM63 is not set | ||
677 | # CONFIG_SENSORS_LM75 is not set | ||
678 | # CONFIG_SENSORS_LM77 is not set | ||
679 | # CONFIG_SENSORS_LM78 is not set | ||
680 | # CONFIG_SENSORS_LM80 is not set | ||
681 | # CONFIG_SENSORS_LM83 is not set | ||
682 | # CONFIG_SENSORS_LM85 is not set | ||
683 | # CONFIG_SENSORS_LM87 is not set | ||
684 | # CONFIG_SENSORS_LM90 is not set | ||
685 | # CONFIG_SENSORS_MAX1619 is not set | ||
686 | # CONFIG_SENSORS_PC87360 is not set | ||
687 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
688 | # CONFIG_SENSORS_SIS5595 is not set | ||
689 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
690 | # CONFIG_SENSORS_VIA686A is not set | ||
691 | # CONFIG_SENSORS_W83781D is not set | ||
692 | # CONFIG_SENSORS_W83L785TS is not set | ||
693 | # CONFIG_SENSORS_W83627HF is not set | ||
694 | |||
695 | # | ||
696 | # Other I2C Chip support | ||
697 | # | ||
698 | # CONFIG_SENSORS_EEPROM is not set | ||
699 | # CONFIG_SENSORS_PCF8574 is not set | ||
700 | # CONFIG_SENSORS_PCF8591 is not set | ||
701 | # CONFIG_SENSORS_RTC8564 is not set | ||
702 | # CONFIG_I2C_DEBUG_CORE is not set | ||
703 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
704 | # CONFIG_I2C_DEBUG_BUS is not set | ||
705 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
706 | |||
707 | # | ||
708 | # Misc devices | ||
709 | # | ||
710 | |||
711 | # | ||
712 | # Multimedia devices | ||
713 | # | ||
714 | # CONFIG_VIDEO_DEV is not set | ||
715 | |||
716 | # | ||
717 | # Digital Video Broadcasting Devices | ||
718 | # | ||
719 | # CONFIG_DVB is not set | ||
720 | |||
721 | # | ||
722 | # Graphics support | ||
723 | # | ||
724 | # CONFIG_FB is not set | ||
725 | |||
726 | # | ||
727 | # Console display driver support | ||
728 | # | ||
729 | # CONFIG_VGA_CONSOLE is not set | ||
730 | CONFIG_DUMMY_CONSOLE=y | ||
731 | |||
732 | # | ||
733 | # Sound | ||
734 | # | ||
735 | # CONFIG_SOUND is not set | ||
736 | |||
737 | # | ||
738 | # USB support | ||
739 | # | ||
740 | CONFIG_USB_ARCH_HAS_HCD=y | ||
741 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
742 | # CONFIG_USB is not set | ||
743 | |||
744 | # | ||
745 | # USB Gadget Support | ||
746 | # | ||
747 | # CONFIG_USB_GADGET is not set | ||
748 | |||
749 | # | ||
750 | # MMC/SD Card support | ||
751 | # | ||
752 | # CONFIG_MMC is not set | ||
753 | |||
754 | # | ||
755 | # File systems | ||
756 | # | ||
757 | CONFIG_EXT2_FS=y | ||
758 | # CONFIG_EXT2_FS_XATTR is not set | ||
759 | CONFIG_EXT3_FS=y | ||
760 | CONFIG_EXT3_FS_XATTR=y | ||
761 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
762 | # CONFIG_EXT3_FS_SECURITY is not set | ||
763 | CONFIG_JBD=y | ||
764 | # CONFIG_JBD_DEBUG is not set | ||
765 | CONFIG_FS_MBCACHE=y | ||
766 | # CONFIG_REISERFS_FS is not set | ||
767 | # CONFIG_JFS_FS is not set | ||
768 | |||
769 | # | ||
770 | # XFS support | ||
771 | # | ||
772 | CONFIG_XFS_FS=y | ||
773 | CONFIG_XFS_EXPORT=y | ||
774 | # CONFIG_XFS_RT is not set | ||
775 | # CONFIG_XFS_QUOTA is not set | ||
776 | CONFIG_XFS_SECURITY=y | ||
777 | CONFIG_XFS_POSIX_ACL=y | ||
778 | # CONFIG_MINIX_FS is not set | ||
779 | # CONFIG_ROMFS_FS is not set | ||
780 | # CONFIG_QUOTA is not set | ||
781 | CONFIG_DNOTIFY=y | ||
782 | # CONFIG_AUTOFS_FS is not set | ||
783 | # CONFIG_AUTOFS4_FS is not set | ||
784 | |||
785 | # | ||
786 | # CD-ROM/DVD Filesystems | ||
787 | # | ||
788 | # CONFIG_ISO9660_FS is not set | ||
789 | # CONFIG_UDF_FS is not set | ||
790 | |||
791 | # | ||
792 | # DOS/FAT/NT Filesystems | ||
793 | # | ||
794 | # CONFIG_MSDOS_FS is not set | ||
795 | # CONFIG_VFAT_FS is not set | ||
796 | # CONFIG_NTFS_FS is not set | ||
797 | |||
798 | # | ||
799 | # Pseudo filesystems | ||
800 | # | ||
801 | CONFIG_PROC_FS=y | ||
802 | CONFIG_SYSFS=y | ||
803 | # CONFIG_DEVFS_FS is not set | ||
804 | # CONFIG_DEVPTS_FS_XATTR is not set | ||
805 | CONFIG_TMPFS=y | ||
806 | # CONFIG_TMPFS_XATTR is not set | ||
807 | # CONFIG_HUGETLB_PAGE is not set | ||
808 | CONFIG_RAMFS=y | ||
809 | |||
810 | # | ||
811 | # Miscellaneous filesystems | ||
812 | # | ||
813 | # CONFIG_ADFS_FS is not set | ||
814 | # CONFIG_AFFS_FS is not set | ||
815 | # CONFIG_HFS_FS is not set | ||
816 | # CONFIG_HFSPLUS_FS is not set | ||
817 | # CONFIG_BEFS_FS is not set | ||
818 | # CONFIG_BFS_FS is not set | ||
819 | # CONFIG_EFS_FS is not set | ||
820 | # CONFIG_JFFS_FS is not set | ||
821 | CONFIG_JFFS2_FS=y | ||
822 | CONFIG_JFFS2_FS_DEBUG=0 | ||
823 | # CONFIG_JFFS2_FS_NAND is not set | ||
824 | # CONFIG_JFFS2_FS_NOR_ECC is not set | ||
825 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
826 | CONFIG_JFFS2_ZLIB=y | ||
827 | CONFIG_JFFS2_RTIME=y | ||
828 | # CONFIG_JFFS2_RUBIN is not set | ||
829 | # CONFIG_CRAMFS is not set | ||
830 | # CONFIG_VXFS_FS is not set | ||
831 | # CONFIG_HPFS_FS is not set | ||
832 | # CONFIG_QNX4FS_FS is not set | ||
833 | # CONFIG_SYSV_FS is not set | ||
834 | # CONFIG_UFS_FS is not set | ||
835 | |||
836 | # | ||
837 | # Network File Systems | ||
838 | # | ||
839 | CONFIG_NFS_FS=y | ||
840 | CONFIG_NFS_V3=y | ||
841 | # CONFIG_NFS_V4 is not set | ||
842 | # CONFIG_NFS_DIRECTIO is not set | ||
843 | CONFIG_NFSD=y | ||
844 | CONFIG_NFSD_V3=y | ||
845 | # CONFIG_NFSD_V4 is not set | ||
846 | # CONFIG_NFSD_TCP is not set | ||
847 | CONFIG_ROOT_NFS=y | ||
848 | CONFIG_LOCKD=y | ||
849 | CONFIG_LOCKD_V4=y | ||
850 | CONFIG_EXPORTFS=y | ||
851 | CONFIG_SUNRPC=y | ||
852 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
853 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
854 | # CONFIG_SMB_FS is not set | ||
855 | # CONFIG_CIFS is not set | ||
856 | # CONFIG_NCP_FS is not set | ||
857 | # CONFIG_CODA_FS is not set | ||
858 | # CONFIG_AFS_FS is not set | ||
859 | |||
860 | # | ||
861 | # Partition Types | ||
862 | # | ||
863 | CONFIG_PARTITION_ADVANCED=y | ||
864 | # CONFIG_ACORN_PARTITION is not set | ||
865 | # CONFIG_OSF_PARTITION is not set | ||
866 | # CONFIG_AMIGA_PARTITION is not set | ||
867 | # CONFIG_ATARI_PARTITION is not set | ||
868 | # CONFIG_MAC_PARTITION is not set | ||
869 | CONFIG_MSDOS_PARTITION=y | ||
870 | # CONFIG_BSD_DISKLABEL is not set | ||
871 | # CONFIG_MINIX_SUBPARTITION is not set | ||
872 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
873 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
874 | # CONFIG_LDM_PARTITION is not set | ||
875 | # CONFIG_SGI_PARTITION is not set | ||
876 | # CONFIG_ULTRIX_PARTITION is not set | ||
877 | # CONFIG_SUN_PARTITION is not set | ||
878 | # CONFIG_EFI_PARTITION is not set | ||
879 | |||
880 | # | ||
881 | # Native Language Support | ||
882 | # | ||
883 | # CONFIG_NLS is not set | ||
884 | |||
885 | # | ||
886 | # Profiling support | ||
887 | # | ||
888 | # CONFIG_PROFILING is not set | ||
889 | |||
890 | # | ||
891 | # Kernel hacking | ||
892 | # | ||
893 | # CONFIG_PRINTK_TIME is not set | ||
894 | # CONFIG_DEBUG_KERNEL is not set | ||
895 | CONFIG_LOG_BUF_SHIFT=14 | ||
896 | CONFIG_DEBUG_BUGVERBOSE=y | ||
897 | CONFIG_FRAME_POINTER=y | ||
898 | CONFIG_DEBUG_USER=y | ||
899 | |||
900 | # | ||
901 | # Security options | ||
902 | # | ||
903 | # CONFIG_KEYS is not set | ||
904 | # CONFIG_SECURITY is not set | ||
905 | |||
906 | # | ||
907 | # Cryptographic options | ||
908 | # | ||
909 | # CONFIG_CRYPTO is not set | ||
910 | |||
911 | # | ||
912 | # Hardware crypto devices | ||
913 | # | ||
914 | |||
915 | # | ||
916 | # Library routines | ||
917 | # | ||
918 | # CONFIG_CRC_CCITT is not set | ||
919 | CONFIG_CRC32=y | ||
920 | # CONFIG_LIBCRC32C is not set | ||
921 | CONFIG_ZLIB_INFLATE=y | ||
922 | CONFIG_ZLIB_DEFLATE=y | ||
diff --git a/arch/arm/configs/iq80321_defconfig b/arch/arm/configs/iq80321_defconfig deleted file mode 100644 index b000da753c41..000000000000 --- a/arch/arm/configs/iq80321_defconfig +++ /dev/null | |||
@@ -1,843 +0,0 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.12-rc1-bk2 | ||
4 | # Sun Mar 27 13:24:10 2005 | ||
5 | # | ||
6 | CONFIG_ARM=y | ||
7 | CONFIG_MMU=y | ||
8 | CONFIG_UID16=y | ||
9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
10 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
11 | CONFIG_GENERIC_IOMAP=y | ||
12 | |||
13 | # | ||
14 | # Code maturity level options | ||
15 | # | ||
16 | CONFIG_EXPERIMENTAL=y | ||
17 | CONFIG_CLEAN_COMPILE=y | ||
18 | CONFIG_BROKEN_ON_SMP=y | ||
19 | |||
20 | # | ||
21 | # General setup | ||
22 | # | ||
23 | CONFIG_LOCALVERSION="" | ||
24 | CONFIG_SWAP=y | ||
25 | CONFIG_SYSVIPC=y | ||
26 | # CONFIG_POSIX_MQUEUE is not set | ||
27 | CONFIG_BSD_PROCESS_ACCT=y | ||
28 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | ||
29 | CONFIG_SYSCTL=y | ||
30 | # CONFIG_AUDIT is not set | ||
31 | # CONFIG_HOTPLUG is not set | ||
32 | CONFIG_KOBJECT_UEVENT=y | ||
33 | # CONFIG_IKCONFIG is not set | ||
34 | # CONFIG_EMBEDDED is not set | ||
35 | CONFIG_KALLSYMS=y | ||
36 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
37 | CONFIG_BASE_FULL=y | ||
38 | CONFIG_FUTEX=y | ||
39 | CONFIG_EPOLL=y | ||
40 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
41 | CONFIG_SHMEM=y | ||
42 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
43 | CONFIG_CC_ALIGN_LABELS=0 | ||
44 | CONFIG_CC_ALIGN_LOOPS=0 | ||
45 | CONFIG_CC_ALIGN_JUMPS=0 | ||
46 | # CONFIG_TINY_SHMEM is not set | ||
47 | CONFIG_BASE_SMALL=0 | ||
48 | |||
49 | # | ||
50 | # Loadable module support | ||
51 | # | ||
52 | CONFIG_MODULES=y | ||
53 | CONFIG_MODULE_UNLOAD=y | ||
54 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
55 | CONFIG_OBSOLETE_MODPARM=y | ||
56 | # CONFIG_MODVERSIONS is not set | ||
57 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
58 | CONFIG_KMOD=y | ||
59 | |||
60 | # | ||
61 | # System Type | ||
62 | # | ||
63 | # CONFIG_ARCH_CLPS7500 is not set | ||
64 | # CONFIG_ARCH_CLPS711X is not set | ||
65 | # CONFIG_ARCH_CO285 is not set | ||
66 | # CONFIG_ARCH_EBSA110 is not set | ||
67 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
68 | # CONFIG_ARCH_INTEGRATOR is not set | ||
69 | CONFIG_ARCH_IOP3XX=y | ||
70 | # CONFIG_ARCH_IXP4XX is not set | ||
71 | # CONFIG_ARCH_IXP2000 is not set | ||
72 | # CONFIG_ARCH_L7200 is not set | ||
73 | # CONFIG_ARCH_PXA is not set | ||
74 | # CONFIG_ARCH_RPC is not set | ||
75 | # CONFIG_ARCH_SA1100 is not set | ||
76 | # CONFIG_ARCH_S3C2410 is not set | ||
77 | # CONFIG_ARCH_SHARK is not set | ||
78 | # CONFIG_ARCH_LH7A40X is not set | ||
79 | # CONFIG_ARCH_OMAP is not set | ||
80 | # CONFIG_ARCH_VERSATILE is not set | ||
81 | # CONFIG_ARCH_IMX is not set | ||
82 | # CONFIG_ARCH_H720X is not set | ||
83 | |||
84 | # | ||
85 | # IOP3xx Implementation Options | ||
86 | # | ||
87 | |||
88 | # | ||
89 | # IOP3xx Platform Types | ||
90 | # | ||
91 | CONFIG_ARCH_IQ80321=y | ||
92 | # CONFIG_ARCH_IQ31244 is not set | ||
93 | # CONFIG_ARCH_IQ80331 is not set | ||
94 | # CONFIG_MACH_IQ80332 is not set | ||
95 | # CONFIG_ARCH_EP80219 is not set | ||
96 | CONFIG_ARCH_IOP321=y | ||
97 | # CONFIG_ARCH_IOP331 is not set | ||
98 | |||
99 | # | ||
100 | # IOP3xx Chipset Features | ||
101 | # | ||
102 | |||
103 | # | ||
104 | # Processor Type | ||
105 | # | ||
106 | CONFIG_CPU_32=y | ||
107 | CONFIG_CPU_XSCALE=y | ||
108 | CONFIG_CPU_32v5=y | ||
109 | CONFIG_CPU_ABRT_EV5T=y | ||
110 | CONFIG_CPU_CACHE_VIVT=y | ||
111 | CONFIG_CPU_TLB_V4WBI=y | ||
112 | CONFIG_CPU_MINICACHE=y | ||
113 | |||
114 | # | ||
115 | # Processor Features | ||
116 | # | ||
117 | # CONFIG_ARM_THUMB is not set | ||
118 | CONFIG_XSCALE_PMU=y | ||
119 | |||
120 | # | ||
121 | # Bus support | ||
122 | # | ||
123 | CONFIG_PCI=y | ||
124 | # CONFIG_PCI_LEGACY_PROC is not set | ||
125 | CONFIG_PCI_NAMES=y | ||
126 | |||
127 | # | ||
128 | # PCCARD (PCMCIA/CardBus) support | ||
129 | # | ||
130 | # CONFIG_PCCARD is not set | ||
131 | |||
132 | # | ||
133 | # Kernel Features | ||
134 | # | ||
135 | # CONFIG_PREEMPT is not set | ||
136 | CONFIG_ALIGNMENT_TRAP=y | ||
137 | |||
138 | # | ||
139 | # Boot options | ||
140 | # | ||
141 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
142 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
143 | CONFIG_CMDLINE="ip=boot root=nfs console=ttyS0,115200" | ||
144 | # CONFIG_XIP_KERNEL is not set | ||
145 | |||
146 | # | ||
147 | # Floating point emulation | ||
148 | # | ||
149 | |||
150 | # | ||
151 | # At least one emulation must be selected | ||
152 | # | ||
153 | CONFIG_FPE_NWFPE=y | ||
154 | # CONFIG_FPE_NWFPE_XP is not set | ||
155 | # CONFIG_FPE_FASTFPE is not set | ||
156 | |||
157 | # | ||
158 | # Userspace binary formats | ||
159 | # | ||
160 | CONFIG_BINFMT_ELF=y | ||
161 | CONFIG_BINFMT_AOUT=y | ||
162 | # CONFIG_BINFMT_MISC is not set | ||
163 | # CONFIG_ARTHUR is not set | ||
164 | |||
165 | # | ||
166 | # Power management options | ||
167 | # | ||
168 | # CONFIG_PM is not set | ||
169 | |||
170 | # | ||
171 | # Device Drivers | ||
172 | # | ||
173 | |||
174 | # | ||
175 | # Generic Driver Options | ||
176 | # | ||
177 | CONFIG_STANDALONE=y | ||
178 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
179 | # CONFIG_FW_LOADER is not set | ||
180 | |||
181 | # | ||
182 | # Memory Technology Devices (MTD) | ||
183 | # | ||
184 | CONFIG_MTD=y | ||
185 | # CONFIG_MTD_DEBUG is not set | ||
186 | # CONFIG_MTD_CONCAT is not set | ||
187 | CONFIG_MTD_PARTITIONS=y | ||
188 | CONFIG_MTD_REDBOOT_PARTS=y | ||
189 | CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 | ||
190 | CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED=y | ||
191 | CONFIG_MTD_REDBOOT_PARTS_READONLY=y | ||
192 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
193 | # CONFIG_MTD_AFS_PARTS is not set | ||
194 | |||
195 | # | ||
196 | # User Modules And Translation Layers | ||
197 | # | ||
198 | CONFIG_MTD_CHAR=y | ||
199 | CONFIG_MTD_BLOCK=y | ||
200 | # CONFIG_FTL is not set | ||
201 | # CONFIG_NFTL is not set | ||
202 | # CONFIG_INFTL is not set | ||
203 | |||
204 | # | ||
205 | # RAM/ROM/Flash chip drivers | ||
206 | # | ||
207 | CONFIG_MTD_CFI=y | ||
208 | # CONFIG_MTD_JEDECPROBE is not set | ||
209 | CONFIG_MTD_GEN_PROBE=y | ||
210 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | ||
211 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
212 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
213 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
214 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
215 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
216 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
217 | CONFIG_MTD_CFI_I1=y | ||
218 | CONFIG_MTD_CFI_I2=y | ||
219 | # CONFIG_MTD_CFI_I4 is not set | ||
220 | # CONFIG_MTD_CFI_I8 is not set | ||
221 | CONFIG_MTD_CFI_INTELEXT=y | ||
222 | # CONFIG_MTD_CFI_AMDSTD is not set | ||
223 | # CONFIG_MTD_CFI_STAA is not set | ||
224 | CONFIG_MTD_CFI_UTIL=y | ||
225 | # CONFIG_MTD_RAM is not set | ||
226 | # CONFIG_MTD_ROM is not set | ||
227 | # CONFIG_MTD_ABSENT is not set | ||
228 | # CONFIG_MTD_XIP is not set | ||
229 | |||
230 | # | ||
231 | # Mapping drivers for chip access | ||
232 | # | ||
233 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
234 | CONFIG_MTD_PHYSMAP=y | ||
235 | CONFIG_MTD_PHYSMAP_START=0xf0000000 | ||
236 | CONFIG_MTD_PHYSMAP_LEN=0x00800000 | ||
237 | CONFIG_MTD_PHYSMAP_BANKWIDTH=1 | ||
238 | # CONFIG_MTD_ARM_INTEGRATOR is not set | ||
239 | # CONFIG_MTD_EDB7312 is not set | ||
240 | |||
241 | # | ||
242 | # Self-contained MTD device drivers | ||
243 | # | ||
244 | # CONFIG_MTD_PMC551 is not set | ||
245 | # CONFIG_MTD_SLRAM is not set | ||
246 | # CONFIG_MTD_PHRAM is not set | ||
247 | # CONFIG_MTD_MTDRAM is not set | ||
248 | # CONFIG_MTD_BLKMTD is not set | ||
249 | # CONFIG_MTD_BLOCK2MTD is not set | ||
250 | |||
251 | # | ||
252 | # Disk-On-Chip Device Drivers | ||
253 | # | ||
254 | # CONFIG_MTD_DOC2000 is not set | ||
255 | # CONFIG_MTD_DOC2001 is not set | ||
256 | # CONFIG_MTD_DOC2001PLUS is not set | ||
257 | |||
258 | # | ||
259 | # NAND Flash Device Drivers | ||
260 | # | ||
261 | # CONFIG_MTD_NAND is not set | ||
262 | |||
263 | # | ||
264 | # Parallel port support | ||
265 | # | ||
266 | # CONFIG_PARPORT is not set | ||
267 | |||
268 | # | ||
269 | # Plug and Play support | ||
270 | # | ||
271 | |||
272 | # | ||
273 | # Block devices | ||
274 | # | ||
275 | # CONFIG_BLK_DEV_FD is not set | ||
276 | # CONFIG_BLK_CPQ_DA is not set | ||
277 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
278 | # CONFIG_BLK_DEV_DAC960 is not set | ||
279 | # CONFIG_BLK_DEV_UMEM is not set | ||
280 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
281 | # CONFIG_BLK_DEV_LOOP is not set | ||
282 | # CONFIG_BLK_DEV_NBD is not set | ||
283 | # CONFIG_BLK_DEV_SX8 is not set | ||
284 | CONFIG_BLK_DEV_RAM=y | ||
285 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
286 | CONFIG_BLK_DEV_RAM_SIZE=8192 | ||
287 | # CONFIG_BLK_DEV_INITRD is not set | ||
288 | CONFIG_INITRAMFS_SOURCE="" | ||
289 | # CONFIG_CDROM_PKTCDVD is not set | ||
290 | |||
291 | # | ||
292 | # IO Schedulers | ||
293 | # | ||
294 | CONFIG_IOSCHED_NOOP=y | ||
295 | CONFIG_IOSCHED_AS=y | ||
296 | CONFIG_IOSCHED_DEADLINE=y | ||
297 | CONFIG_IOSCHED_CFQ=y | ||
298 | # CONFIG_ATA_OVER_ETH is not set | ||
299 | |||
300 | # | ||
301 | # ATA/ATAPI/MFM/RLL support | ||
302 | # | ||
303 | # CONFIG_IDE is not set | ||
304 | |||
305 | # | ||
306 | # SCSI device support | ||
307 | # | ||
308 | # CONFIG_SCSI is not set | ||
309 | |||
310 | # | ||
311 | # Multi-device support (RAID and LVM) | ||
312 | # | ||
313 | # CONFIG_MD is not set | ||
314 | |||
315 | # | ||
316 | # Fusion MPT device support | ||
317 | # | ||
318 | |||
319 | # | ||
320 | # IEEE 1394 (FireWire) support | ||
321 | # | ||
322 | # CONFIG_IEEE1394 is not set | ||
323 | |||
324 | # | ||
325 | # I2O device support | ||
326 | # | ||
327 | # CONFIG_I2O is not set | ||
328 | |||
329 | # | ||
330 | # Networking support | ||
331 | # | ||
332 | CONFIG_NET=y | ||
333 | |||
334 | # | ||
335 | # Networking options | ||
336 | # | ||
337 | CONFIG_PACKET=y | ||
338 | CONFIG_PACKET_MMAP=y | ||
339 | # CONFIG_NETLINK_DEV is not set | ||
340 | CONFIG_UNIX=y | ||
341 | # CONFIG_NET_KEY is not set | ||
342 | CONFIG_INET=y | ||
343 | CONFIG_IP_MULTICAST=y | ||
344 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
345 | CONFIG_IP_PNP=y | ||
346 | # CONFIG_IP_PNP_DHCP is not set | ||
347 | CONFIG_IP_PNP_BOOTP=y | ||
348 | # CONFIG_IP_PNP_RARP is not set | ||
349 | # CONFIG_NET_IPIP is not set | ||
350 | # CONFIG_NET_IPGRE is not set | ||
351 | # CONFIG_IP_MROUTE is not set | ||
352 | # CONFIG_ARPD is not set | ||
353 | # CONFIG_SYN_COOKIES is not set | ||
354 | # CONFIG_INET_AH is not set | ||
355 | # CONFIG_INET_ESP is not set | ||
356 | # CONFIG_INET_IPCOMP is not set | ||
357 | # CONFIG_INET_TUNNEL is not set | ||
358 | CONFIG_IP_TCPDIAG=y | ||
359 | # CONFIG_IP_TCPDIAG_IPV6 is not set | ||
360 | # CONFIG_IPV6 is not set | ||
361 | # CONFIG_NETFILTER is not set | ||
362 | |||
363 | # | ||
364 | # SCTP Configuration (EXPERIMENTAL) | ||
365 | # | ||
366 | # CONFIG_IP_SCTP is not set | ||
367 | # CONFIG_ATM is not set | ||
368 | # CONFIG_BRIDGE is not set | ||
369 | # CONFIG_VLAN_8021Q is not set | ||
370 | # CONFIG_DECNET is not set | ||
371 | # CONFIG_LLC2 is not set | ||
372 | # CONFIG_IPX is not set | ||
373 | # CONFIG_ATALK is not set | ||
374 | # CONFIG_X25 is not set | ||
375 | # CONFIG_LAPB is not set | ||
376 | # CONFIG_NET_DIVERT is not set | ||
377 | # CONFIG_ECONET is not set | ||
378 | # CONFIG_WAN_ROUTER is not set | ||
379 | |||
380 | # | ||
381 | # QoS and/or fair queueing | ||
382 | # | ||
383 | # CONFIG_NET_SCHED is not set | ||
384 | # CONFIG_NET_CLS_ROUTE is not set | ||
385 | |||
386 | # | ||
387 | # Network testing | ||
388 | # | ||
389 | # CONFIG_NET_PKTGEN is not set | ||
390 | # CONFIG_NETPOLL is not set | ||
391 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
392 | # CONFIG_HAMRADIO is not set | ||
393 | # CONFIG_IRDA is not set | ||
394 | # CONFIG_BT is not set | ||
395 | CONFIG_NETDEVICES=y | ||
396 | # CONFIG_DUMMY is not set | ||
397 | # CONFIG_BONDING is not set | ||
398 | # CONFIG_EQUALIZER is not set | ||
399 | # CONFIG_TUN is not set | ||
400 | |||
401 | # | ||
402 | # ARCnet devices | ||
403 | # | ||
404 | # CONFIG_ARCNET is not set | ||
405 | |||
406 | # | ||
407 | # Ethernet (10 or 100Mbit) | ||
408 | # | ||
409 | # CONFIG_NET_ETHERNET is not set | ||
410 | |||
411 | # | ||
412 | # Ethernet (1000 Mbit) | ||
413 | # | ||
414 | # CONFIG_ACENIC is not set | ||
415 | # CONFIG_DL2K is not set | ||
416 | CONFIG_E1000=y | ||
417 | CONFIG_E1000_NAPI=y | ||
418 | # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set | ||
419 | # CONFIG_NS83820 is not set | ||
420 | # CONFIG_HAMACHI is not set | ||
421 | # CONFIG_YELLOWFIN is not set | ||
422 | # CONFIG_R8169 is not set | ||
423 | # CONFIG_SK98LIN is not set | ||
424 | # CONFIG_TIGON3 is not set | ||
425 | |||
426 | # | ||
427 | # Ethernet (10000 Mbit) | ||
428 | # | ||
429 | # CONFIG_IXGB is not set | ||
430 | # CONFIG_S2IO is not set | ||
431 | |||
432 | # | ||
433 | # Token Ring devices | ||
434 | # | ||
435 | # CONFIG_TR is not set | ||
436 | |||
437 | # | ||
438 | # Wireless LAN (non-hamradio) | ||
439 | # | ||
440 | # CONFIG_NET_RADIO is not set | ||
441 | |||
442 | # | ||
443 | # Wan interfaces | ||
444 | # | ||
445 | # CONFIG_WAN is not set | ||
446 | # CONFIG_FDDI is not set | ||
447 | # CONFIG_HIPPI is not set | ||
448 | # CONFIG_PPP is not set | ||
449 | # CONFIG_SLIP is not set | ||
450 | # CONFIG_SHAPER is not set | ||
451 | # CONFIG_NETCONSOLE is not set | ||
452 | |||
453 | # | ||
454 | # ISDN subsystem | ||
455 | # | ||
456 | # CONFIG_ISDN is not set | ||
457 | |||
458 | # | ||
459 | # Input device support | ||
460 | # | ||
461 | CONFIG_INPUT=y | ||
462 | |||
463 | # | ||
464 | # Userland interfaces | ||
465 | # | ||
466 | CONFIG_INPUT_MOUSEDEV=y | ||
467 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
468 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
469 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
470 | # CONFIG_INPUT_JOYDEV is not set | ||
471 | # CONFIG_INPUT_TSDEV is not set | ||
472 | # CONFIG_INPUT_EVDEV is not set | ||
473 | # CONFIG_INPUT_EVBUG is not set | ||
474 | |||
475 | # | ||
476 | # Input Device Drivers | ||
477 | # | ||
478 | # CONFIG_INPUT_KEYBOARD is not set | ||
479 | # CONFIG_INPUT_MOUSE is not set | ||
480 | # CONFIG_INPUT_JOYSTICK is not set | ||
481 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
482 | # CONFIG_INPUT_MISC is not set | ||
483 | |||
484 | # | ||
485 | # Hardware I/O ports | ||
486 | # | ||
487 | # CONFIG_SERIO is not set | ||
488 | # CONFIG_GAMEPORT is not set | ||
489 | CONFIG_SOUND_GAMEPORT=y | ||
490 | |||
491 | # | ||
492 | # Character devices | ||
493 | # | ||
494 | CONFIG_VT=y | ||
495 | CONFIG_VT_CONSOLE=y | ||
496 | CONFIG_HW_CONSOLE=y | ||
497 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
498 | |||
499 | # | ||
500 | # Serial drivers | ||
501 | # | ||
502 | CONFIG_SERIAL_8250=y | ||
503 | CONFIG_SERIAL_8250_CONSOLE=y | ||
504 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
505 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
506 | |||
507 | # | ||
508 | # Non-8250 serial port support | ||
509 | # | ||
510 | CONFIG_SERIAL_CORE=y | ||
511 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
512 | CONFIG_UNIX98_PTYS=y | ||
513 | CONFIG_LEGACY_PTYS=y | ||
514 | CONFIG_LEGACY_PTY_COUNT=256 | ||
515 | |||
516 | # | ||
517 | # IPMI | ||
518 | # | ||
519 | # CONFIG_IPMI_HANDLER is not set | ||
520 | |||
521 | # | ||
522 | # Watchdog Cards | ||
523 | # | ||
524 | # CONFIG_WATCHDOG is not set | ||
525 | # CONFIG_NVRAM is not set | ||
526 | # CONFIG_RTC is not set | ||
527 | # CONFIG_DTLK is not set | ||
528 | # CONFIG_R3964 is not set | ||
529 | # CONFIG_APPLICOM is not set | ||
530 | |||
531 | # | ||
532 | # Ftape, the floppy tape device driver | ||
533 | # | ||
534 | # CONFIG_DRM is not set | ||
535 | # CONFIG_RAW_DRIVER is not set | ||
536 | |||
537 | # | ||
538 | # TPM devices | ||
539 | # | ||
540 | # CONFIG_TCG_TPM is not set | ||
541 | |||
542 | # | ||
543 | # I2C support | ||
544 | # | ||
545 | CONFIG_I2C=y | ||
546 | CONFIG_I2C_CHARDEV=y | ||
547 | |||
548 | # | ||
549 | # I2C Algorithms | ||
550 | # | ||
551 | # CONFIG_I2C_ALGOBIT is not set | ||
552 | # CONFIG_I2C_ALGOPCF is not set | ||
553 | # CONFIG_I2C_ALGOPCA is not set | ||
554 | |||
555 | # | ||
556 | # I2C Hardware Bus support | ||
557 | # | ||
558 | # CONFIG_I2C_ALI1535 is not set | ||
559 | # CONFIG_I2C_ALI1563 is not set | ||
560 | # CONFIG_I2C_ALI15X3 is not set | ||
561 | # CONFIG_I2C_AMD756 is not set | ||
562 | # CONFIG_I2C_AMD8111 is not set | ||
563 | # CONFIG_I2C_I801 is not set | ||
564 | # CONFIG_I2C_I810 is not set | ||
565 | CONFIG_I2C_IOP3XX=y | ||
566 | # CONFIG_I2C_ISA is not set | ||
567 | # CONFIG_I2C_NFORCE2 is not set | ||
568 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
569 | # CONFIG_I2C_PIIX4 is not set | ||
570 | # CONFIG_I2C_PROSAVAGE is not set | ||
571 | # CONFIG_I2C_SAVAGE4 is not set | ||
572 | # CONFIG_SCx200_ACB is not set | ||
573 | # CONFIG_I2C_SIS5595 is not set | ||
574 | # CONFIG_I2C_SIS630 is not set | ||
575 | # CONFIG_I2C_SIS96X is not set | ||
576 | # CONFIG_I2C_STUB is not set | ||
577 | # CONFIG_I2C_VIA is not set | ||
578 | # CONFIG_I2C_VIAPRO is not set | ||
579 | # CONFIG_I2C_VOODOO3 is not set | ||
580 | # CONFIG_I2C_PCA_ISA is not set | ||
581 | |||
582 | # | ||
583 | # Hardware Sensors Chip support | ||
584 | # | ||
585 | # CONFIG_I2C_SENSOR is not set | ||
586 | # CONFIG_SENSORS_ADM1021 is not set | ||
587 | # CONFIG_SENSORS_ADM1025 is not set | ||
588 | # CONFIG_SENSORS_ADM1026 is not set | ||
589 | # CONFIG_SENSORS_ADM1031 is not set | ||
590 | # CONFIG_SENSORS_ASB100 is not set | ||
591 | # CONFIG_SENSORS_DS1621 is not set | ||
592 | # CONFIG_SENSORS_FSCHER is not set | ||
593 | # CONFIG_SENSORS_FSCPOS is not set | ||
594 | # CONFIG_SENSORS_GL518SM is not set | ||
595 | # CONFIG_SENSORS_GL520SM is not set | ||
596 | # CONFIG_SENSORS_IT87 is not set | ||
597 | # CONFIG_SENSORS_LM63 is not set | ||
598 | # CONFIG_SENSORS_LM75 is not set | ||
599 | # CONFIG_SENSORS_LM77 is not set | ||
600 | # CONFIG_SENSORS_LM78 is not set | ||
601 | # CONFIG_SENSORS_LM80 is not set | ||
602 | # CONFIG_SENSORS_LM83 is not set | ||
603 | # CONFIG_SENSORS_LM85 is not set | ||
604 | # CONFIG_SENSORS_LM87 is not set | ||
605 | # CONFIG_SENSORS_LM90 is not set | ||
606 | # CONFIG_SENSORS_MAX1619 is not set | ||
607 | # CONFIG_SENSORS_PC87360 is not set | ||
608 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
609 | # CONFIG_SENSORS_SIS5595 is not set | ||
610 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
611 | # CONFIG_SENSORS_VIA686A is not set | ||
612 | # CONFIG_SENSORS_W83781D is not set | ||
613 | # CONFIG_SENSORS_W83L785TS is not set | ||
614 | # CONFIG_SENSORS_W83627HF is not set | ||
615 | |||
616 | # | ||
617 | # Other I2C Chip support | ||
618 | # | ||
619 | # CONFIG_SENSORS_EEPROM is not set | ||
620 | # CONFIG_SENSORS_PCF8574 is not set | ||
621 | # CONFIG_SENSORS_PCF8591 is not set | ||
622 | # CONFIG_SENSORS_RTC8564 is not set | ||
623 | # CONFIG_I2C_DEBUG_CORE is not set | ||
624 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
625 | # CONFIG_I2C_DEBUG_BUS is not set | ||
626 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
627 | |||
628 | # | ||
629 | # Misc devices | ||
630 | # | ||
631 | |||
632 | # | ||
633 | # Multimedia devices | ||
634 | # | ||
635 | # CONFIG_VIDEO_DEV is not set | ||
636 | |||
637 | # | ||
638 | # Digital Video Broadcasting Devices | ||
639 | # | ||
640 | # CONFIG_DVB is not set | ||
641 | |||
642 | # | ||
643 | # Graphics support | ||
644 | # | ||
645 | # CONFIG_FB is not set | ||
646 | |||
647 | # | ||
648 | # Console display driver support | ||
649 | # | ||
650 | # CONFIG_VGA_CONSOLE is not set | ||
651 | CONFIG_DUMMY_CONSOLE=y | ||
652 | |||
653 | # | ||
654 | # Sound | ||
655 | # | ||
656 | # CONFIG_SOUND is not set | ||
657 | |||
658 | # | ||
659 | # USB support | ||
660 | # | ||
661 | CONFIG_USB_ARCH_HAS_HCD=y | ||
662 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
663 | # CONFIG_USB is not set | ||
664 | |||
665 | # | ||
666 | # USB Gadget Support | ||
667 | # | ||
668 | # CONFIG_USB_GADGET is not set | ||
669 | |||
670 | # | ||
671 | # MMC/SD Card support | ||
672 | # | ||
673 | # CONFIG_MMC is not set | ||
674 | |||
675 | # | ||
676 | # File systems | ||
677 | # | ||
678 | CONFIG_EXT2_FS=y | ||
679 | # CONFIG_EXT2_FS_XATTR is not set | ||
680 | CONFIG_EXT3_FS=y | ||
681 | CONFIG_EXT3_FS_XATTR=y | ||
682 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
683 | # CONFIG_EXT3_FS_SECURITY is not set | ||
684 | CONFIG_JBD=y | ||
685 | # CONFIG_JBD_DEBUG is not set | ||
686 | CONFIG_FS_MBCACHE=y | ||
687 | # CONFIG_REISERFS_FS is not set | ||
688 | # CONFIG_JFS_FS is not set | ||
689 | |||
690 | # | ||
691 | # XFS support | ||
692 | # | ||
693 | CONFIG_XFS_FS=y | ||
694 | CONFIG_XFS_EXPORT=y | ||
695 | # CONFIG_XFS_RT is not set | ||
696 | # CONFIG_XFS_QUOTA is not set | ||
697 | CONFIG_XFS_SECURITY=y | ||
698 | CONFIG_XFS_POSIX_ACL=y | ||
699 | # CONFIG_MINIX_FS is not set | ||
700 | # CONFIG_ROMFS_FS is not set | ||
701 | # CONFIG_QUOTA is not set | ||
702 | CONFIG_DNOTIFY=y | ||
703 | # CONFIG_AUTOFS_FS is not set | ||
704 | # CONFIG_AUTOFS4_FS is not set | ||
705 | |||
706 | # | ||
707 | # CD-ROM/DVD Filesystems | ||
708 | # | ||
709 | # CONFIG_ISO9660_FS is not set | ||
710 | # CONFIG_UDF_FS is not set | ||
711 | |||
712 | # | ||
713 | # DOS/FAT/NT Filesystems | ||
714 | # | ||
715 | # CONFIG_MSDOS_FS is not set | ||
716 | # CONFIG_VFAT_FS is not set | ||
717 | # CONFIG_NTFS_FS is not set | ||
718 | |||
719 | # | ||
720 | # Pseudo filesystems | ||
721 | # | ||
722 | CONFIG_PROC_FS=y | ||
723 | CONFIG_SYSFS=y | ||
724 | # CONFIG_DEVFS_FS is not set | ||
725 | # CONFIG_DEVPTS_FS_XATTR is not set | ||
726 | CONFIG_TMPFS=y | ||
727 | # CONFIG_TMPFS_XATTR is not set | ||
728 | # CONFIG_HUGETLB_PAGE is not set | ||
729 | CONFIG_RAMFS=y | ||
730 | |||
731 | # | ||
732 | # Miscellaneous filesystems | ||
733 | # | ||
734 | # CONFIG_ADFS_FS is not set | ||
735 | # CONFIG_AFFS_FS is not set | ||
736 | # CONFIG_HFS_FS is not set | ||
737 | # CONFIG_HFSPLUS_FS is not set | ||
738 | # CONFIG_BEFS_FS is not set | ||
739 | # CONFIG_BFS_FS is not set | ||
740 | # CONFIG_EFS_FS is not set | ||
741 | # CONFIG_JFFS_FS is not set | ||
742 | CONFIG_JFFS2_FS=y | ||
743 | CONFIG_JFFS2_FS_DEBUG=0 | ||
744 | # CONFIG_JFFS2_FS_NAND is not set | ||
745 | # CONFIG_JFFS2_FS_NOR_ECC is not set | ||
746 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
747 | CONFIG_JFFS2_ZLIB=y | ||
748 | CONFIG_JFFS2_RTIME=y | ||
749 | # CONFIG_JFFS2_RUBIN is not set | ||
750 | # CONFIG_CRAMFS is not set | ||
751 | # CONFIG_VXFS_FS is not set | ||
752 | # CONFIG_HPFS_FS is not set | ||
753 | # CONFIG_QNX4FS_FS is not set | ||
754 | # CONFIG_SYSV_FS is not set | ||
755 | # CONFIG_UFS_FS is not set | ||
756 | |||
757 | # | ||
758 | # Network File Systems | ||
759 | # | ||
760 | CONFIG_NFS_FS=y | ||
761 | CONFIG_NFS_V3=y | ||
762 | # CONFIG_NFS_V4 is not set | ||
763 | # CONFIG_NFS_DIRECTIO is not set | ||
764 | CONFIG_NFSD=y | ||
765 | CONFIG_NFSD_V3=y | ||
766 | # CONFIG_NFSD_V4 is not set | ||
767 | # CONFIG_NFSD_TCP is not set | ||
768 | CONFIG_ROOT_NFS=y | ||
769 | CONFIG_LOCKD=y | ||
770 | CONFIG_LOCKD_V4=y | ||
771 | CONFIG_EXPORTFS=y | ||
772 | CONFIG_SUNRPC=y | ||
773 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
774 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
775 | # CONFIG_SMB_FS is not set | ||
776 | # CONFIG_CIFS is not set | ||
777 | # CONFIG_NCP_FS is not set | ||
778 | # CONFIG_CODA_FS is not set | ||
779 | # CONFIG_AFS_FS is not set | ||
780 | |||
781 | # | ||
782 | # Partition Types | ||
783 | # | ||
784 | CONFIG_PARTITION_ADVANCED=y | ||
785 | # CONFIG_ACORN_PARTITION is not set | ||
786 | # CONFIG_OSF_PARTITION is not set | ||
787 | # CONFIG_AMIGA_PARTITION is not set | ||
788 | # CONFIG_ATARI_PARTITION is not set | ||
789 | # CONFIG_MAC_PARTITION is not set | ||
790 | CONFIG_MSDOS_PARTITION=y | ||
791 | # CONFIG_BSD_DISKLABEL is not set | ||
792 | # CONFIG_MINIX_SUBPARTITION is not set | ||
793 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
794 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
795 | # CONFIG_LDM_PARTITION is not set | ||
796 | # CONFIG_SGI_PARTITION is not set | ||
797 | # CONFIG_ULTRIX_PARTITION is not set | ||
798 | # CONFIG_SUN_PARTITION is not set | ||
799 | # CONFIG_EFI_PARTITION is not set | ||
800 | |||
801 | # | ||
802 | # Native Language Support | ||
803 | # | ||
804 | # CONFIG_NLS is not set | ||
805 | |||
806 | # | ||
807 | # Profiling support | ||
808 | # | ||
809 | # CONFIG_PROFILING is not set | ||
810 | |||
811 | # | ||
812 | # Kernel hacking | ||
813 | # | ||
814 | # CONFIG_PRINTK_TIME is not set | ||
815 | # CONFIG_DEBUG_KERNEL is not set | ||
816 | CONFIG_LOG_BUF_SHIFT=14 | ||
817 | CONFIG_DEBUG_BUGVERBOSE=y | ||
818 | CONFIG_FRAME_POINTER=y | ||
819 | CONFIG_DEBUG_USER=y | ||
820 | |||
821 | # | ||
822 | # Security options | ||
823 | # | ||
824 | # CONFIG_KEYS is not set | ||
825 | # CONFIG_SECURITY is not set | ||
826 | |||
827 | # | ||
828 | # Cryptographic options | ||
829 | # | ||
830 | # CONFIG_CRYPTO is not set | ||
831 | |||
832 | # | ||
833 | # Hardware crypto devices | ||
834 | # | ||
835 | |||
836 | # | ||
837 | # Library routines | ||
838 | # | ||
839 | # CONFIG_CRC_CCITT is not set | ||
840 | CONFIG_CRC32=y | ||
841 | # CONFIG_LIBCRC32C is not set | ||
842 | CONFIG_ZLIB_INFLATE=y | ||
843 | CONFIG_ZLIB_DEFLATE=y | ||
diff --git a/arch/arm/configs/iq80331_defconfig b/arch/arm/configs/iq80331_defconfig deleted file mode 100644 index 46c79e1efe07..000000000000 --- a/arch/arm/configs/iq80331_defconfig +++ /dev/null | |||
@@ -1,916 +0,0 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.12-rc1-bk2 | ||
4 | # Sun Mar 27 15:13:37 2005 | ||
5 | # | ||
6 | CONFIG_ARM=y | ||
7 | CONFIG_MMU=y | ||
8 | CONFIG_UID16=y | ||
9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
10 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
11 | CONFIG_GENERIC_IOMAP=y | ||
12 | |||
13 | # | ||
14 | # Code maturity level options | ||
15 | # | ||
16 | CONFIG_EXPERIMENTAL=y | ||
17 | CONFIG_CLEAN_COMPILE=y | ||
18 | CONFIG_BROKEN_ON_SMP=y | ||
19 | |||
20 | # | ||
21 | # General setup | ||
22 | # | ||
23 | CONFIG_LOCALVERSION="" | ||
24 | CONFIG_SWAP=y | ||
25 | CONFIG_SYSVIPC=y | ||
26 | # CONFIG_POSIX_MQUEUE is not set | ||
27 | CONFIG_BSD_PROCESS_ACCT=y | ||
28 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | ||
29 | CONFIG_SYSCTL=y | ||
30 | # CONFIG_AUDIT is not set | ||
31 | # CONFIG_HOTPLUG is not set | ||
32 | CONFIG_KOBJECT_UEVENT=y | ||
33 | # CONFIG_IKCONFIG is not set | ||
34 | # CONFIG_EMBEDDED is not set | ||
35 | CONFIG_KALLSYMS=y | ||
36 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
37 | CONFIG_BASE_FULL=y | ||
38 | CONFIG_FUTEX=y | ||
39 | CONFIG_EPOLL=y | ||
40 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
41 | CONFIG_SHMEM=y | ||
42 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
43 | CONFIG_CC_ALIGN_LABELS=0 | ||
44 | CONFIG_CC_ALIGN_LOOPS=0 | ||
45 | CONFIG_CC_ALIGN_JUMPS=0 | ||
46 | # CONFIG_TINY_SHMEM is not set | ||
47 | CONFIG_BASE_SMALL=0 | ||
48 | |||
49 | # | ||
50 | # Loadable module support | ||
51 | # | ||
52 | CONFIG_MODULES=y | ||
53 | CONFIG_MODULE_UNLOAD=y | ||
54 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
55 | CONFIG_OBSOLETE_MODPARM=y | ||
56 | # CONFIG_MODVERSIONS is not set | ||
57 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
58 | CONFIG_KMOD=y | ||
59 | |||
60 | # | ||
61 | # System Type | ||
62 | # | ||
63 | # CONFIG_ARCH_CLPS7500 is not set | ||
64 | # CONFIG_ARCH_CLPS711X is not set | ||
65 | # CONFIG_ARCH_CO285 is not set | ||
66 | # CONFIG_ARCH_EBSA110 is not set | ||
67 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
68 | # CONFIG_ARCH_INTEGRATOR is not set | ||
69 | CONFIG_ARCH_IOP3XX=y | ||
70 | # CONFIG_ARCH_IXP4XX is not set | ||
71 | # CONFIG_ARCH_IXP2000 is not set | ||
72 | # CONFIG_ARCH_L7200 is not set | ||
73 | # CONFIG_ARCH_PXA is not set | ||
74 | # CONFIG_ARCH_RPC is not set | ||
75 | # CONFIG_ARCH_SA1100 is not set | ||
76 | # CONFIG_ARCH_S3C2410 is not set | ||
77 | # CONFIG_ARCH_SHARK is not set | ||
78 | # CONFIG_ARCH_LH7A40X is not set | ||
79 | # CONFIG_ARCH_OMAP is not set | ||
80 | # CONFIG_ARCH_VERSATILE is not set | ||
81 | # CONFIG_ARCH_IMX is not set | ||
82 | # CONFIG_ARCH_H720X is not set | ||
83 | |||
84 | # | ||
85 | # IOP3xx Implementation Options | ||
86 | # | ||
87 | |||
88 | # | ||
89 | # IOP3xx Platform Types | ||
90 | # | ||
91 | # CONFIG_ARCH_IQ80321 is not set | ||
92 | # CONFIG_ARCH_IQ31244 is not set | ||
93 | CONFIG_ARCH_IQ80331=y | ||
94 | # CONFIG_MACH_IQ80332 is not set | ||
95 | # CONFIG_ARCH_EP80219 is not set | ||
96 | CONFIG_ARCH_IOP331=y | ||
97 | |||
98 | # | ||
99 | # IOP3xx Chipset Features | ||
100 | # | ||
101 | CONFIG_IOP331_STEPD=y | ||
102 | |||
103 | # | ||
104 | # Processor Type | ||
105 | # | ||
106 | CONFIG_CPU_32=y | ||
107 | CONFIG_CPU_XSCALE=y | ||
108 | CONFIG_CPU_32v5=y | ||
109 | CONFIG_CPU_ABRT_EV5T=y | ||
110 | CONFIG_CPU_CACHE_VIVT=y | ||
111 | CONFIG_CPU_TLB_V4WBI=y | ||
112 | CONFIG_CPU_MINICACHE=y | ||
113 | |||
114 | # | ||
115 | # Processor Features | ||
116 | # | ||
117 | # CONFIG_ARM_THUMB is not set | ||
118 | CONFIG_XSCALE_PMU=y | ||
119 | |||
120 | # | ||
121 | # Bus support | ||
122 | # | ||
123 | CONFIG_PCI=y | ||
124 | # CONFIG_PCI_LEGACY_PROC is not set | ||
125 | CONFIG_PCI_NAMES=y | ||
126 | |||
127 | # | ||
128 | # PCCARD (PCMCIA/CardBus) support | ||
129 | # | ||
130 | # CONFIG_PCCARD is not set | ||
131 | |||
132 | # | ||
133 | # Kernel Features | ||
134 | # | ||
135 | # CONFIG_PREEMPT is not set | ||
136 | CONFIG_ALIGNMENT_TRAP=y | ||
137 | |||
138 | # | ||
139 | # Boot options | ||
140 | # | ||
141 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
142 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
143 | CONFIG_CMDLINE="ip=boot root=nfs console=ttyS0,115200" | ||
144 | # CONFIG_XIP_KERNEL is not set | ||
145 | |||
146 | # | ||
147 | # Floating point emulation | ||
148 | # | ||
149 | |||
150 | # | ||
151 | # At least one emulation must be selected | ||
152 | # | ||
153 | CONFIG_FPE_NWFPE=y | ||
154 | # CONFIG_FPE_NWFPE_XP is not set | ||
155 | # CONFIG_FPE_FASTFPE is not set | ||
156 | |||
157 | # | ||
158 | # Userspace binary formats | ||
159 | # | ||
160 | CONFIG_BINFMT_ELF=y | ||
161 | CONFIG_BINFMT_AOUT=y | ||
162 | # CONFIG_BINFMT_MISC is not set | ||
163 | # CONFIG_ARTHUR is not set | ||
164 | |||
165 | # | ||
166 | # Power management options | ||
167 | # | ||
168 | # CONFIG_PM is not set | ||
169 | |||
170 | # | ||
171 | # Device Drivers | ||
172 | # | ||
173 | |||
174 | # | ||
175 | # Generic Driver Options | ||
176 | # | ||
177 | CONFIG_STANDALONE=y | ||
178 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
179 | # CONFIG_FW_LOADER is not set | ||
180 | |||
181 | # | ||
182 | # Memory Technology Devices (MTD) | ||
183 | # | ||
184 | CONFIG_MTD=y | ||
185 | # CONFIG_MTD_DEBUG is not set | ||
186 | # CONFIG_MTD_CONCAT is not set | ||
187 | CONFIG_MTD_PARTITIONS=y | ||
188 | CONFIG_MTD_REDBOOT_PARTS=y | ||
189 | CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 | ||
190 | CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED=y | ||
191 | CONFIG_MTD_REDBOOT_PARTS_READONLY=y | ||
192 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
193 | # CONFIG_MTD_AFS_PARTS is not set | ||
194 | |||
195 | # | ||
196 | # User Modules And Translation Layers | ||
197 | # | ||
198 | CONFIG_MTD_CHAR=y | ||
199 | CONFIG_MTD_BLOCK=y | ||
200 | # CONFIG_FTL is not set | ||
201 | # CONFIG_NFTL is not set | ||
202 | # CONFIG_INFTL is not set | ||
203 | |||
204 | # | ||
205 | # RAM/ROM/Flash chip drivers | ||
206 | # | ||
207 | CONFIG_MTD_CFI=y | ||
208 | # CONFIG_MTD_JEDECPROBE is not set | ||
209 | CONFIG_MTD_GEN_PROBE=y | ||
210 | CONFIG_MTD_CFI_ADV_OPTIONS=y | ||
211 | CONFIG_MTD_CFI_NOSWAP=y | ||
212 | # CONFIG_MTD_CFI_BE_BYTE_SWAP is not set | ||
213 | # CONFIG_MTD_CFI_LE_BYTE_SWAP is not set | ||
214 | # CONFIG_MTD_CFI_GEOMETRY is not set | ||
215 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
216 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
217 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
218 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
219 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
220 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
221 | CONFIG_MTD_CFI_I1=y | ||
222 | CONFIG_MTD_CFI_I2=y | ||
223 | # CONFIG_MTD_CFI_I4 is not set | ||
224 | # CONFIG_MTD_CFI_I8 is not set | ||
225 | CONFIG_MTD_CFI_INTELEXT=y | ||
226 | # CONFIG_MTD_CFI_AMDSTD is not set | ||
227 | # CONFIG_MTD_CFI_STAA is not set | ||
228 | CONFIG_MTD_CFI_UTIL=y | ||
229 | # CONFIG_MTD_RAM is not set | ||
230 | # CONFIG_MTD_ROM is not set | ||
231 | # CONFIG_MTD_ABSENT is not set | ||
232 | # CONFIG_MTD_XIP is not set | ||
233 | |||
234 | # | ||
235 | # Mapping drivers for chip access | ||
236 | # | ||
237 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
238 | CONFIG_MTD_PHYSMAP=y | ||
239 | CONFIG_MTD_PHYSMAP_START=0xc0000000 | ||
240 | CONFIG_MTD_PHYSMAP_LEN=0x00800000 | ||
241 | CONFIG_MTD_PHYSMAP_BANKWIDTH=1 | ||
242 | # CONFIG_MTD_ARM_INTEGRATOR is not set | ||
243 | # CONFIG_MTD_EDB7312 is not set | ||
244 | |||
245 | # | ||
246 | # Self-contained MTD device drivers | ||
247 | # | ||
248 | # CONFIG_MTD_PMC551 is not set | ||
249 | # CONFIG_MTD_SLRAM is not set | ||
250 | # CONFIG_MTD_PHRAM is not set | ||
251 | # CONFIG_MTD_MTDRAM is not set | ||
252 | # CONFIG_MTD_BLKMTD is not set | ||
253 | # CONFIG_MTD_BLOCK2MTD is not set | ||
254 | |||
255 | # | ||
256 | # Disk-On-Chip Device Drivers | ||
257 | # | ||
258 | # CONFIG_MTD_DOC2000 is not set | ||
259 | # CONFIG_MTD_DOC2001 is not set | ||
260 | # CONFIG_MTD_DOC2001PLUS is not set | ||
261 | |||
262 | # | ||
263 | # NAND Flash Device Drivers | ||
264 | # | ||
265 | # CONFIG_MTD_NAND is not set | ||
266 | |||
267 | # | ||
268 | # Parallel port support | ||
269 | # | ||
270 | # CONFIG_PARPORT is not set | ||
271 | |||
272 | # | ||
273 | # Plug and Play support | ||
274 | # | ||
275 | |||
276 | # | ||
277 | # Block devices | ||
278 | # | ||
279 | # CONFIG_BLK_DEV_FD is not set | ||
280 | # CONFIG_BLK_CPQ_DA is not set | ||
281 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
282 | # CONFIG_BLK_DEV_DAC960 is not set | ||
283 | # CONFIG_BLK_DEV_UMEM is not set | ||
284 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
285 | # CONFIG_BLK_DEV_LOOP is not set | ||
286 | # CONFIG_BLK_DEV_NBD is not set | ||
287 | # CONFIG_BLK_DEV_SX8 is not set | ||
288 | CONFIG_BLK_DEV_RAM=y | ||
289 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
290 | CONFIG_BLK_DEV_RAM_SIZE=8192 | ||
291 | # CONFIG_BLK_DEV_INITRD is not set | ||
292 | CONFIG_INITRAMFS_SOURCE="" | ||
293 | # CONFIG_CDROM_PKTCDVD is not set | ||
294 | |||
295 | # | ||
296 | # IO Schedulers | ||
297 | # | ||
298 | CONFIG_IOSCHED_NOOP=y | ||
299 | CONFIG_IOSCHED_AS=y | ||
300 | CONFIG_IOSCHED_DEADLINE=y | ||
301 | CONFIG_IOSCHED_CFQ=y | ||
302 | # CONFIG_ATA_OVER_ETH is not set | ||
303 | |||
304 | # | ||
305 | # ATA/ATAPI/MFM/RLL support | ||
306 | # | ||
307 | # CONFIG_IDE is not set | ||
308 | |||
309 | # | ||
310 | # SCSI device support | ||
311 | # | ||
312 | CONFIG_SCSI=y | ||
313 | CONFIG_SCSI_PROC_FS=y | ||
314 | |||
315 | # | ||
316 | # SCSI support type (disk, tape, CD-ROM) | ||
317 | # | ||
318 | CONFIG_BLK_DEV_SD=y | ||
319 | # CONFIG_CHR_DEV_ST is not set | ||
320 | # CONFIG_CHR_DEV_OSST is not set | ||
321 | # CONFIG_BLK_DEV_SR is not set | ||
322 | CONFIG_CHR_DEV_SG=y | ||
323 | |||
324 | # | ||
325 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
326 | # | ||
327 | # CONFIG_SCSI_MULTI_LUN is not set | ||
328 | # CONFIG_SCSI_CONSTANTS is not set | ||
329 | # CONFIG_SCSI_LOGGING is not set | ||
330 | |||
331 | # | ||
332 | # SCSI Transport Attributes | ||
333 | # | ||
334 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
335 | # CONFIG_SCSI_FC_ATTRS is not set | ||
336 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
337 | |||
338 | # | ||
339 | # SCSI low-level drivers | ||
340 | # | ||
341 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | ||
342 | # CONFIG_SCSI_3W_9XXX is not set | ||
343 | # CONFIG_SCSI_ACARD is not set | ||
344 | # CONFIG_SCSI_AACRAID is not set | ||
345 | # CONFIG_SCSI_AIC7XXX is not set | ||
346 | # CONFIG_SCSI_AIC7XXX_OLD is not set | ||
347 | # CONFIG_SCSI_AIC79XX is not set | ||
348 | # CONFIG_SCSI_DPT_I2O is not set | ||
349 | # CONFIG_MEGARAID_NEWGEN is not set | ||
350 | # CONFIG_MEGARAID_LEGACY is not set | ||
351 | # CONFIG_SCSI_SATA is not set | ||
352 | # CONFIG_SCSI_BUSLOGIC is not set | ||
353 | # CONFIG_SCSI_DMX3191D is not set | ||
354 | # CONFIG_SCSI_EATA is not set | ||
355 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | ||
356 | # CONFIG_SCSI_GDTH is not set | ||
357 | # CONFIG_SCSI_IPS is not set | ||
358 | # CONFIG_SCSI_INITIO is not set | ||
359 | # CONFIG_SCSI_INIA100 is not set | ||
360 | # CONFIG_SCSI_SYM53C8XX_2 is not set | ||
361 | # CONFIG_SCSI_IPR is not set | ||
362 | # CONFIG_SCSI_QLOGIC_FC is not set | ||
363 | # CONFIG_SCSI_QLOGIC_1280 is not set | ||
364 | CONFIG_SCSI_QLA2XXX=y | ||
365 | # CONFIG_SCSI_QLA21XX is not set | ||
366 | # CONFIG_SCSI_QLA22XX is not set | ||
367 | # CONFIG_SCSI_QLA2300 is not set | ||
368 | # CONFIG_SCSI_QLA2322 is not set | ||
369 | # CONFIG_SCSI_QLA6312 is not set | ||
370 | # CONFIG_SCSI_DC395x is not set | ||
371 | # CONFIG_SCSI_DC390T is not set | ||
372 | # CONFIG_SCSI_NSP32 is not set | ||
373 | # CONFIG_SCSI_DEBUG is not set | ||
374 | |||
375 | # | ||
376 | # Multi-device support (RAID and LVM) | ||
377 | # | ||
378 | CONFIG_MD=y | ||
379 | CONFIG_BLK_DEV_MD=y | ||
380 | CONFIG_MD_LINEAR=y | ||
381 | CONFIG_MD_RAID0=y | ||
382 | CONFIG_MD_RAID1=y | ||
383 | # CONFIG_MD_RAID10 is not set | ||
384 | CONFIG_MD_RAID5=y | ||
385 | # CONFIG_MD_RAID6 is not set | ||
386 | # CONFIG_MD_MULTIPATH is not set | ||
387 | # CONFIG_MD_FAULTY is not set | ||
388 | CONFIG_BLK_DEV_DM=y | ||
389 | # CONFIG_DM_CRYPT is not set | ||
390 | # CONFIG_DM_SNAPSHOT is not set | ||
391 | # CONFIG_DM_MIRROR is not set | ||
392 | # CONFIG_DM_ZERO is not set | ||
393 | # CONFIG_DM_MULTIPATH is not set | ||
394 | |||
395 | # | ||
396 | # Fusion MPT device support | ||
397 | # | ||
398 | # CONFIG_FUSION is not set | ||
399 | |||
400 | # | ||
401 | # IEEE 1394 (FireWire) support | ||
402 | # | ||
403 | # CONFIG_IEEE1394 is not set | ||
404 | |||
405 | # | ||
406 | # I2O device support | ||
407 | # | ||
408 | # CONFIG_I2O is not set | ||
409 | |||
410 | # | ||
411 | # Networking support | ||
412 | # | ||
413 | CONFIG_NET=y | ||
414 | |||
415 | # | ||
416 | # Networking options | ||
417 | # | ||
418 | CONFIG_PACKET=y | ||
419 | CONFIG_PACKET_MMAP=y | ||
420 | # CONFIG_NETLINK_DEV is not set | ||
421 | CONFIG_UNIX=y | ||
422 | # CONFIG_NET_KEY is not set | ||
423 | CONFIG_INET=y | ||
424 | CONFIG_IP_MULTICAST=y | ||
425 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
426 | CONFIG_IP_PNP=y | ||
427 | # CONFIG_IP_PNP_DHCP is not set | ||
428 | CONFIG_IP_PNP_BOOTP=y | ||
429 | # CONFIG_IP_PNP_RARP is not set | ||
430 | # CONFIG_NET_IPIP is not set | ||
431 | # CONFIG_NET_IPGRE is not set | ||
432 | # CONFIG_IP_MROUTE is not set | ||
433 | # CONFIG_ARPD is not set | ||
434 | # CONFIG_SYN_COOKIES is not set | ||
435 | # CONFIG_INET_AH is not set | ||
436 | # CONFIG_INET_ESP is not set | ||
437 | # CONFIG_INET_IPCOMP is not set | ||
438 | # CONFIG_INET_TUNNEL is not set | ||
439 | CONFIG_IP_TCPDIAG=y | ||
440 | # CONFIG_IP_TCPDIAG_IPV6 is not set | ||
441 | # CONFIG_IPV6 is not set | ||
442 | # CONFIG_NETFILTER is not set | ||
443 | |||
444 | # | ||
445 | # SCTP Configuration (EXPERIMENTAL) | ||
446 | # | ||
447 | # CONFIG_IP_SCTP is not set | ||
448 | # CONFIG_ATM is not set | ||
449 | # CONFIG_BRIDGE is not set | ||
450 | # CONFIG_VLAN_8021Q is not set | ||
451 | # CONFIG_DECNET is not set | ||
452 | # CONFIG_LLC2 is not set | ||
453 | # CONFIG_IPX is not set | ||
454 | # CONFIG_ATALK is not set | ||
455 | # CONFIG_X25 is not set | ||
456 | # CONFIG_LAPB is not set | ||
457 | # CONFIG_NET_DIVERT is not set | ||
458 | # CONFIG_ECONET is not set | ||
459 | # CONFIG_WAN_ROUTER is not set | ||
460 | |||
461 | # | ||
462 | # QoS and/or fair queueing | ||
463 | # | ||
464 | # CONFIG_NET_SCHED is not set | ||
465 | # CONFIG_NET_CLS_ROUTE is not set | ||
466 | |||
467 | # | ||
468 | # Network testing | ||
469 | # | ||
470 | # CONFIG_NET_PKTGEN is not set | ||
471 | # CONFIG_NETPOLL is not set | ||
472 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
473 | # CONFIG_HAMRADIO is not set | ||
474 | # CONFIG_IRDA is not set | ||
475 | # CONFIG_BT is not set | ||
476 | CONFIG_NETDEVICES=y | ||
477 | # CONFIG_DUMMY is not set | ||
478 | # CONFIG_BONDING is not set | ||
479 | # CONFIG_EQUALIZER is not set | ||
480 | # CONFIG_TUN is not set | ||
481 | |||
482 | # | ||
483 | # ARCnet devices | ||
484 | # | ||
485 | # CONFIG_ARCNET is not set | ||
486 | |||
487 | # | ||
488 | # Ethernet (10 or 100Mbit) | ||
489 | # | ||
490 | # CONFIG_NET_ETHERNET is not set | ||
491 | |||
492 | # | ||
493 | # Ethernet (1000 Mbit) | ||
494 | # | ||
495 | # CONFIG_ACENIC is not set | ||
496 | # CONFIG_DL2K is not set | ||
497 | CONFIG_E1000=y | ||
498 | CONFIG_E1000_NAPI=y | ||
499 | # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set | ||
500 | # CONFIG_NS83820 is not set | ||
501 | # CONFIG_HAMACHI is not set | ||
502 | # CONFIG_YELLOWFIN is not set | ||
503 | # CONFIG_R8169 is not set | ||
504 | # CONFIG_SK98LIN is not set | ||
505 | # CONFIG_TIGON3 is not set | ||
506 | |||
507 | # | ||
508 | # Ethernet (10000 Mbit) | ||
509 | # | ||
510 | # CONFIG_IXGB is not set | ||
511 | # CONFIG_S2IO is not set | ||
512 | |||
513 | # | ||
514 | # Token Ring devices | ||
515 | # | ||
516 | # CONFIG_TR is not set | ||
517 | |||
518 | # | ||
519 | # Wireless LAN (non-hamradio) | ||
520 | # | ||
521 | # CONFIG_NET_RADIO is not set | ||
522 | |||
523 | # | ||
524 | # Wan interfaces | ||
525 | # | ||
526 | # CONFIG_WAN is not set | ||
527 | # CONFIG_FDDI is not set | ||
528 | # CONFIG_HIPPI is not set | ||
529 | # CONFIG_PPP is not set | ||
530 | # CONFIG_SLIP is not set | ||
531 | # CONFIG_NET_FC is not set | ||
532 | # CONFIG_SHAPER is not set | ||
533 | # CONFIG_NETCONSOLE is not set | ||
534 | |||
535 | # | ||
536 | # ISDN subsystem | ||
537 | # | ||
538 | # CONFIG_ISDN is not set | ||
539 | |||
540 | # | ||
541 | # Input device support | ||
542 | # | ||
543 | CONFIG_INPUT=y | ||
544 | |||
545 | # | ||
546 | # Userland interfaces | ||
547 | # | ||
548 | CONFIG_INPUT_MOUSEDEV=y | ||
549 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
550 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
551 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
552 | # CONFIG_INPUT_JOYDEV is not set | ||
553 | # CONFIG_INPUT_TSDEV is not set | ||
554 | # CONFIG_INPUT_EVDEV is not set | ||
555 | # CONFIG_INPUT_EVBUG is not set | ||
556 | |||
557 | # | ||
558 | # Input Device Drivers | ||
559 | # | ||
560 | # CONFIG_INPUT_KEYBOARD is not set | ||
561 | # CONFIG_INPUT_MOUSE is not set | ||
562 | # CONFIG_INPUT_JOYSTICK is not set | ||
563 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
564 | # CONFIG_INPUT_MISC is not set | ||
565 | |||
566 | # | ||
567 | # Hardware I/O ports | ||
568 | # | ||
569 | # CONFIG_SERIO is not set | ||
570 | # CONFIG_GAMEPORT is not set | ||
571 | CONFIG_SOUND_GAMEPORT=y | ||
572 | |||
573 | # | ||
574 | # Character devices | ||
575 | # | ||
576 | CONFIG_VT=y | ||
577 | CONFIG_VT_CONSOLE=y | ||
578 | CONFIG_HW_CONSOLE=y | ||
579 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
580 | |||
581 | # | ||
582 | # Serial drivers | ||
583 | # | ||
584 | CONFIG_SERIAL_8250=y | ||
585 | CONFIG_SERIAL_8250_CONSOLE=y | ||
586 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
587 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
588 | |||
589 | # | ||
590 | # Non-8250 serial port support | ||
591 | # | ||
592 | CONFIG_SERIAL_CORE=y | ||
593 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
594 | CONFIG_UNIX98_PTYS=y | ||
595 | CONFIG_LEGACY_PTYS=y | ||
596 | CONFIG_LEGACY_PTY_COUNT=256 | ||
597 | |||
598 | # | ||
599 | # IPMI | ||
600 | # | ||
601 | # CONFIG_IPMI_HANDLER is not set | ||
602 | |||
603 | # | ||
604 | # Watchdog Cards | ||
605 | # | ||
606 | # CONFIG_WATCHDOG is not set | ||
607 | # CONFIG_NVRAM is not set | ||
608 | # CONFIG_RTC is not set | ||
609 | # CONFIG_DTLK is not set | ||
610 | # CONFIG_R3964 is not set | ||
611 | # CONFIG_APPLICOM is not set | ||
612 | |||
613 | # | ||
614 | # Ftape, the floppy tape device driver | ||
615 | # | ||
616 | # CONFIG_DRM is not set | ||
617 | # CONFIG_RAW_DRIVER is not set | ||
618 | |||
619 | # | ||
620 | # TPM devices | ||
621 | # | ||
622 | # CONFIG_TCG_TPM is not set | ||
623 | |||
624 | # | ||
625 | # I2C support | ||
626 | # | ||
627 | CONFIG_I2C=y | ||
628 | CONFIG_I2C_CHARDEV=y | ||
629 | |||
630 | # | ||
631 | # I2C Algorithms | ||
632 | # | ||
633 | # CONFIG_I2C_ALGOBIT is not set | ||
634 | # CONFIG_I2C_ALGOPCF is not set | ||
635 | # CONFIG_I2C_ALGOPCA is not set | ||
636 | |||
637 | # | ||
638 | # I2C Hardware Bus support | ||
639 | # | ||
640 | # CONFIG_I2C_ALI1535 is not set | ||
641 | # CONFIG_I2C_ALI1563 is not set | ||
642 | # CONFIG_I2C_ALI15X3 is not set | ||
643 | # CONFIG_I2C_AMD756 is not set | ||
644 | # CONFIG_I2C_AMD8111 is not set | ||
645 | # CONFIG_I2C_I801 is not set | ||
646 | # CONFIG_I2C_I810 is not set | ||
647 | CONFIG_I2C_IOP3XX=y | ||
648 | # CONFIG_I2C_ISA is not set | ||
649 | # CONFIG_I2C_NFORCE2 is not set | ||
650 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
651 | # CONFIG_I2C_PIIX4 is not set | ||
652 | # CONFIG_I2C_PROSAVAGE is not set | ||
653 | # CONFIG_I2C_SAVAGE4 is not set | ||
654 | # CONFIG_SCx200_ACB is not set | ||
655 | # CONFIG_I2C_SIS5595 is not set | ||
656 | # CONFIG_I2C_SIS630 is not set | ||
657 | # CONFIG_I2C_SIS96X is not set | ||
658 | # CONFIG_I2C_STUB is not set | ||
659 | # CONFIG_I2C_VIA is not set | ||
660 | # CONFIG_I2C_VIAPRO is not set | ||
661 | # CONFIG_I2C_VOODOO3 is not set | ||
662 | # CONFIG_I2C_PCA_ISA is not set | ||
663 | |||
664 | # | ||
665 | # Hardware Sensors Chip support | ||
666 | # | ||
667 | # CONFIG_I2C_SENSOR is not set | ||
668 | # CONFIG_SENSORS_ADM1021 is not set | ||
669 | # CONFIG_SENSORS_ADM1025 is not set | ||
670 | # CONFIG_SENSORS_ADM1026 is not set | ||
671 | # CONFIG_SENSORS_ADM1031 is not set | ||
672 | # CONFIG_SENSORS_ASB100 is not set | ||
673 | # CONFIG_SENSORS_DS1621 is not set | ||
674 | # CONFIG_SENSORS_FSCHER is not set | ||
675 | # CONFIG_SENSORS_FSCPOS is not set | ||
676 | # CONFIG_SENSORS_GL518SM is not set | ||
677 | # CONFIG_SENSORS_GL520SM is not set | ||
678 | # CONFIG_SENSORS_IT87 is not set | ||
679 | # CONFIG_SENSORS_LM63 is not set | ||
680 | # CONFIG_SENSORS_LM75 is not set | ||
681 | # CONFIG_SENSORS_LM77 is not set | ||
682 | # CONFIG_SENSORS_LM78 is not set | ||
683 | # CONFIG_SENSORS_LM80 is not set | ||
684 | # CONFIG_SENSORS_LM83 is not set | ||
685 | # CONFIG_SENSORS_LM85 is not set | ||
686 | # CONFIG_SENSORS_LM87 is not set | ||
687 | # CONFIG_SENSORS_LM90 is not set | ||
688 | # CONFIG_SENSORS_MAX1619 is not set | ||
689 | # CONFIG_SENSORS_PC87360 is not set | ||
690 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
691 | # CONFIG_SENSORS_SIS5595 is not set | ||
692 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
693 | # CONFIG_SENSORS_VIA686A is not set | ||
694 | # CONFIG_SENSORS_W83781D is not set | ||
695 | # CONFIG_SENSORS_W83L785TS is not set | ||
696 | # CONFIG_SENSORS_W83627HF is not set | ||
697 | |||
698 | # | ||
699 | # Other I2C Chip support | ||
700 | # | ||
701 | # CONFIG_SENSORS_EEPROM is not set | ||
702 | # CONFIG_SENSORS_PCF8574 is not set | ||
703 | # CONFIG_SENSORS_PCF8591 is not set | ||
704 | # CONFIG_SENSORS_RTC8564 is not set | ||
705 | # CONFIG_I2C_DEBUG_CORE is not set | ||
706 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
707 | # CONFIG_I2C_DEBUG_BUS is not set | ||
708 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
709 | |||
710 | # | ||
711 | # Misc devices | ||
712 | # | ||
713 | |||
714 | # | ||
715 | # Multimedia devices | ||
716 | # | ||
717 | # CONFIG_VIDEO_DEV is not set | ||
718 | |||
719 | # | ||
720 | # Digital Video Broadcasting Devices | ||
721 | # | ||
722 | # CONFIG_DVB is not set | ||
723 | |||
724 | # | ||
725 | # Graphics support | ||
726 | # | ||
727 | # CONFIG_FB is not set | ||
728 | |||
729 | # | ||
730 | # Console display driver support | ||
731 | # | ||
732 | # CONFIG_VGA_CONSOLE is not set | ||
733 | CONFIG_DUMMY_CONSOLE=y | ||
734 | |||
735 | # | ||
736 | # Sound | ||
737 | # | ||
738 | # CONFIG_SOUND is not set | ||
739 | |||
740 | # | ||
741 | # USB support | ||
742 | # | ||
743 | CONFIG_USB_ARCH_HAS_HCD=y | ||
744 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
745 | # CONFIG_USB is not set | ||
746 | |||
747 | # | ||
748 | # USB Gadget Support | ||
749 | # | ||
750 | # CONFIG_USB_GADGET is not set | ||
751 | |||
752 | # | ||
753 | # MMC/SD Card support | ||
754 | # | ||
755 | # CONFIG_MMC is not set | ||
756 | |||
757 | # | ||
758 | # File systems | ||
759 | # | ||
760 | CONFIG_EXT2_FS=y | ||
761 | # CONFIG_EXT2_FS_XATTR is not set | ||
762 | CONFIG_EXT3_FS=y | ||
763 | CONFIG_EXT3_FS_XATTR=y | ||
764 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
765 | # CONFIG_EXT3_FS_SECURITY is not set | ||
766 | CONFIG_JBD=y | ||
767 | # CONFIG_JBD_DEBUG is not set | ||
768 | CONFIG_FS_MBCACHE=y | ||
769 | # CONFIG_REISERFS_FS is not set | ||
770 | # CONFIG_JFS_FS is not set | ||
771 | |||
772 | # | ||
773 | # XFS support | ||
774 | # | ||
775 | CONFIG_XFS_FS=y | ||
776 | CONFIG_XFS_EXPORT=y | ||
777 | # CONFIG_XFS_RT is not set | ||
778 | # CONFIG_XFS_QUOTA is not set | ||
779 | CONFIG_XFS_SECURITY=y | ||
780 | CONFIG_XFS_POSIX_ACL=y | ||
781 | # CONFIG_MINIX_FS is not set | ||
782 | # CONFIG_ROMFS_FS is not set | ||
783 | # CONFIG_QUOTA is not set | ||
784 | CONFIG_DNOTIFY=y | ||
785 | # CONFIG_AUTOFS_FS is not set | ||
786 | # CONFIG_AUTOFS4_FS is not set | ||
787 | |||
788 | # | ||
789 | # CD-ROM/DVD Filesystems | ||
790 | # | ||
791 | # CONFIG_ISO9660_FS is not set | ||
792 | # CONFIG_UDF_FS is not set | ||
793 | |||
794 | # | ||
795 | # DOS/FAT/NT Filesystems | ||
796 | # | ||
797 | # CONFIG_MSDOS_FS is not set | ||
798 | # CONFIG_VFAT_FS is not set | ||
799 | # CONFIG_NTFS_FS is not set | ||
800 | |||
801 | # | ||
802 | # Pseudo filesystems | ||
803 | # | ||
804 | CONFIG_PROC_FS=y | ||
805 | CONFIG_SYSFS=y | ||
806 | # CONFIG_DEVFS_FS is not set | ||
807 | # CONFIG_DEVPTS_FS_XATTR is not set | ||
808 | CONFIG_TMPFS=y | ||
809 | # CONFIG_TMPFS_XATTR is not set | ||
810 | # CONFIG_HUGETLB_PAGE is not set | ||
811 | CONFIG_RAMFS=y | ||
812 | |||
813 | # | ||
814 | # Miscellaneous filesystems | ||
815 | # | ||
816 | # CONFIG_ADFS_FS is not set | ||
817 | # CONFIG_AFFS_FS is not set | ||
818 | # CONFIG_HFS_FS is not set | ||
819 | # CONFIG_HFSPLUS_FS is not set | ||
820 | # CONFIG_BEFS_FS is not set | ||
821 | # CONFIG_BFS_FS is not set | ||
822 | # CONFIG_EFS_FS is not set | ||
823 | # CONFIG_JFFS_FS is not set | ||
824 | # CONFIG_JFFS2_FS is not set | ||
825 | # CONFIG_CRAMFS is not set | ||
826 | # CONFIG_VXFS_FS is not set | ||
827 | # CONFIG_HPFS_FS is not set | ||
828 | # CONFIG_QNX4FS_FS is not set | ||
829 | # CONFIG_SYSV_FS is not set | ||
830 | # CONFIG_UFS_FS is not set | ||
831 | |||
832 | # | ||
833 | # Network File Systems | ||
834 | # | ||
835 | CONFIG_NFS_FS=y | ||
836 | CONFIG_NFS_V3=y | ||
837 | # CONFIG_NFS_V4 is not set | ||
838 | # CONFIG_NFS_DIRECTIO is not set | ||
839 | CONFIG_NFSD=y | ||
840 | CONFIG_NFSD_V3=y | ||
841 | # CONFIG_NFSD_V4 is not set | ||
842 | # CONFIG_NFSD_TCP is not set | ||
843 | CONFIG_ROOT_NFS=y | ||
844 | CONFIG_LOCKD=y | ||
845 | CONFIG_LOCKD_V4=y | ||
846 | CONFIG_EXPORTFS=y | ||
847 | CONFIG_SUNRPC=y | ||
848 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
849 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
850 | # CONFIG_SMB_FS is not set | ||
851 | # CONFIG_CIFS is not set | ||
852 | # CONFIG_NCP_FS is not set | ||
853 | # CONFIG_CODA_FS is not set | ||
854 | # CONFIG_AFS_FS is not set | ||
855 | |||
856 | # | ||
857 | # Partition Types | ||
858 | # | ||
859 | CONFIG_PARTITION_ADVANCED=y | ||
860 | # CONFIG_ACORN_PARTITION is not set | ||
861 | # CONFIG_OSF_PARTITION is not set | ||
862 | # CONFIG_AMIGA_PARTITION is not set | ||
863 | # CONFIG_ATARI_PARTITION is not set | ||
864 | # CONFIG_MAC_PARTITION is not set | ||
865 | CONFIG_MSDOS_PARTITION=y | ||
866 | # CONFIG_BSD_DISKLABEL is not set | ||
867 | # CONFIG_MINIX_SUBPARTITION is not set | ||
868 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
869 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
870 | # CONFIG_LDM_PARTITION is not set | ||
871 | # CONFIG_SGI_PARTITION is not set | ||
872 | # CONFIG_ULTRIX_PARTITION is not set | ||
873 | # CONFIG_SUN_PARTITION is not set | ||
874 | # CONFIG_EFI_PARTITION is not set | ||
875 | |||
876 | # | ||
877 | # Native Language Support | ||
878 | # | ||
879 | # CONFIG_NLS is not set | ||
880 | |||
881 | # | ||
882 | # Profiling support | ||
883 | # | ||
884 | # CONFIG_PROFILING is not set | ||
885 | |||
886 | # | ||
887 | # Kernel hacking | ||
888 | # | ||
889 | # CONFIG_PRINTK_TIME is not set | ||
890 | # CONFIG_DEBUG_KERNEL is not set | ||
891 | CONFIG_LOG_BUF_SHIFT=14 | ||
892 | CONFIG_DEBUG_BUGVERBOSE=y | ||
893 | CONFIG_FRAME_POINTER=y | ||
894 | CONFIG_DEBUG_USER=y | ||
895 | |||
896 | # | ||
897 | # Security options | ||
898 | # | ||
899 | # CONFIG_KEYS is not set | ||
900 | # CONFIG_SECURITY is not set | ||
901 | |||
902 | # | ||
903 | # Cryptographic options | ||
904 | # | ||
905 | # CONFIG_CRYPTO is not set | ||
906 | |||
907 | # | ||
908 | # Hardware crypto devices | ||
909 | # | ||
910 | |||
911 | # | ||
912 | # Library routines | ||
913 | # | ||
914 | # CONFIG_CRC_CCITT is not set | ||
915 | # CONFIG_CRC32 is not set | ||
916 | # CONFIG_LIBCRC32C is not set | ||
diff --git a/arch/arm/configs/s3c2410_defconfig b/arch/arm/configs/s3c2410_defconfig index f20814e6f497..a83222641045 100644 --- a/arch/arm/configs/s3c2410_defconfig +++ b/arch/arm/configs/s3c2410_defconfig | |||
@@ -1,14 +1,19 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.17-git9 | 3 | # Linux kernel version: 2.6.18 |
4 | # Sun Jun 25 23:56:32 2006 | 4 | # Wed Sep 20 20:27:31 2006 |
5 | # | 5 | # |
6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
7 | CONFIG_MMU=y | 7 | CONFIG_MMU=y |
8 | CONFIG_GENERIC_HARDIRQS=y | ||
9 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
10 | CONFIG_HARDIRQS_SW_RESEND=y | ||
11 | CONFIG_GENERIC_IRQ_PROBE=y | ||
8 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 12 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
9 | CONFIG_GENERIC_HWEIGHT=y | 13 | CONFIG_GENERIC_HWEIGHT=y |
10 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 14 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
11 | CONFIG_VECTORS_BASE=0xffff0000 | 15 | CONFIG_VECTORS_BASE=0xffff0000 |
16 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
12 | 17 | ||
13 | # | 18 | # |
14 | # Code maturity level options | 19 | # Code maturity level options |
@@ -26,14 +31,15 @@ CONFIG_SWAP=y | |||
26 | CONFIG_SYSVIPC=y | 31 | CONFIG_SYSVIPC=y |
27 | # CONFIG_POSIX_MQUEUE is not set | 32 | # CONFIG_POSIX_MQUEUE is not set |
28 | # CONFIG_BSD_PROCESS_ACCT is not set | 33 | # CONFIG_BSD_PROCESS_ACCT is not set |
29 | CONFIG_SYSCTL=y | 34 | # CONFIG_TASKSTATS is not set |
30 | # CONFIG_AUDIT is not set | 35 | # CONFIG_AUDIT is not set |
31 | # CONFIG_IKCONFIG is not set | 36 | # CONFIG_IKCONFIG is not set |
32 | # CONFIG_RELAY is not set | 37 | # CONFIG_RELAY is not set |
33 | CONFIG_INITRAMFS_SOURCE="" | 38 | CONFIG_INITRAMFS_SOURCE="" |
34 | CONFIG_UID16=y | ||
35 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 39 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
36 | # CONFIG_EMBEDDED is not set | 40 | # CONFIG_EMBEDDED is not set |
41 | CONFIG_UID16=y | ||
42 | CONFIG_SYSCTL=y | ||
37 | CONFIG_KALLSYMS=y | 43 | CONFIG_KALLSYMS=y |
38 | # CONFIG_KALLSYMS_ALL is not set | 44 | # CONFIG_KALLSYMS_ALL is not set |
39 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 45 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
@@ -46,6 +52,8 @@ CONFIG_FUTEX=y | |||
46 | CONFIG_EPOLL=y | 52 | CONFIG_EPOLL=y |
47 | CONFIG_SHMEM=y | 53 | CONFIG_SHMEM=y |
48 | CONFIG_SLAB=y | 54 | CONFIG_SLAB=y |
55 | CONFIG_VM_EVENT_COUNTERS=y | ||
56 | CONFIG_RT_MUTEXES=y | ||
49 | # CONFIG_TINY_SHMEM is not set | 57 | # CONFIG_TINY_SHMEM is not set |
50 | CONFIG_BASE_SMALL=0 | 58 | CONFIG_BASE_SMALL=0 |
51 | # CONFIG_SLOB is not set | 59 | # CONFIG_SLOB is not set |
@@ -84,7 +92,7 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
84 | # CONFIG_ARCH_INTEGRATOR is not set | 92 | # CONFIG_ARCH_INTEGRATOR is not set |
85 | # CONFIG_ARCH_REALVIEW is not set | 93 | # CONFIG_ARCH_REALVIEW is not set |
86 | # CONFIG_ARCH_VERSATILE is not set | 94 | # CONFIG_ARCH_VERSATILE is not set |
87 | # CONFIG_ARCH_AT91RM9200 is not set | 95 | # CONFIG_ARCH_AT91 is not set |
88 | # CONFIG_ARCH_CLPS7500 is not set | 96 | # CONFIG_ARCH_CLPS7500 is not set |
89 | # CONFIG_ARCH_CLPS711X is not set | 97 | # CONFIG_ARCH_CLPS711X is not set |
90 | # CONFIG_ARCH_CO285 is not set | 98 | # CONFIG_ARCH_CO285 is not set |
@@ -94,7 +102,8 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
94 | # CONFIG_ARCH_NETX is not set | 102 | # CONFIG_ARCH_NETX is not set |
95 | # CONFIG_ARCH_H720X is not set | 103 | # CONFIG_ARCH_H720X is not set |
96 | # CONFIG_ARCH_IMX is not set | 104 | # CONFIG_ARCH_IMX is not set |
97 | # CONFIG_ARCH_IOP3XX is not set | 105 | # CONFIG_ARCH_IOP32X is not set |
106 | # CONFIG_ARCH_IOP33X is not set | ||
98 | # CONFIG_ARCH_IXP4XX is not set | 107 | # CONFIG_ARCH_IXP4XX is not set |
99 | # CONFIG_ARCH_IXP2000 is not set | 108 | # CONFIG_ARCH_IXP2000 is not set |
100 | # CONFIG_ARCH_IXP23XX is not set | 109 | # CONFIG_ARCH_IXP23XX is not set |
@@ -122,13 +131,18 @@ CONFIG_ARCH_SMDK2410=y | |||
122 | CONFIG_ARCH_S3C2440=y | 131 | CONFIG_ARCH_S3C2440=y |
123 | CONFIG_SMDK2440_CPU2440=y | 132 | CONFIG_SMDK2440_CPU2440=y |
124 | CONFIG_SMDK2440_CPU2442=y | 133 | CONFIG_SMDK2440_CPU2442=y |
134 | CONFIG_MACH_S3C2413=y | ||
125 | CONFIG_MACH_SMDK2413=y | 135 | CONFIG_MACH_SMDK2413=y |
126 | CONFIG_MACH_VR1000=y | 136 | CONFIG_MACH_VR1000=y |
127 | CONFIG_MACH_RX3715=y | 137 | CONFIG_MACH_RX3715=y |
128 | CONFIG_MACH_OTOM=y | 138 | CONFIG_MACH_OTOM=y |
129 | CONFIG_MACH_NEXCODER_2440=y | 139 | CONFIG_MACH_NEXCODER_2440=y |
140 | CONFIG_MACH_VSTMS=y | ||
130 | CONFIG_S3C2410_CLOCK=y | 141 | CONFIG_S3C2410_CLOCK=y |
142 | CONFIG_S3C2410_PM=y | ||
143 | CONFIG_CPU_S3C2410_DMA=y | ||
131 | CONFIG_CPU_S3C2410=y | 144 | CONFIG_CPU_S3C2410=y |
145 | CONFIG_S3C2412_PM=y | ||
132 | CONFIG_CPU_S3C2412=y | 146 | CONFIG_CPU_S3C2412=y |
133 | CONFIG_CPU_S3C244X=y | 147 | CONFIG_CPU_S3C244X=y |
134 | CONFIG_CPU_S3C2440=y | 148 | CONFIG_CPU_S3C2440=y |
@@ -156,7 +170,7 @@ CONFIG_S3C2410_LOWLEVEL_UART_PORT=0 | |||
156 | CONFIG_CPU_32=y | 170 | CONFIG_CPU_32=y |
157 | CONFIG_CPU_ARM920T=y | 171 | CONFIG_CPU_ARM920T=y |
158 | CONFIG_CPU_ARM926T=y | 172 | CONFIG_CPU_ARM926T=y |
159 | CONFIG_CPU_32v4=y | 173 | CONFIG_CPU_32v4T=y |
160 | CONFIG_CPU_32v5=y | 174 | CONFIG_CPU_32v5=y |
161 | CONFIG_CPU_ABRT_EV4T=y | 175 | CONFIG_CPU_ABRT_EV4T=y |
162 | CONFIG_CPU_ABRT_EV5TJ=y | 176 | CONFIG_CPU_ABRT_EV5TJ=y |
@@ -200,6 +214,7 @@ CONFIG_FLATMEM=y | |||
200 | CONFIG_FLAT_NODE_MEM_MAP=y | 214 | CONFIG_FLAT_NODE_MEM_MAP=y |
201 | # CONFIG_SPARSEMEM_STATIC is not set | 215 | # CONFIG_SPARSEMEM_STATIC is not set |
202 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | 216 | CONFIG_SPLIT_PTLOCK_CPUS=4096 |
217 | # CONFIG_RESOURCES_64BIT is not set | ||
203 | CONFIG_ALIGNMENT_TRAP=y | 218 | CONFIG_ALIGNMENT_TRAP=y |
204 | 219 | ||
205 | # | 220 | # |
@@ -304,7 +319,6 @@ CONFIG_TCP_CONG_BIC=y | |||
304 | # CONFIG_ATALK is not set | 319 | # CONFIG_ATALK is not set |
305 | # CONFIG_X25 is not set | 320 | # CONFIG_X25 is not set |
306 | # CONFIG_LAPB is not set | 321 | # CONFIG_LAPB is not set |
307 | # CONFIG_NET_DIVERT is not set | ||
308 | # CONFIG_ECONET is not set | 322 | # CONFIG_ECONET is not set |
309 | # CONFIG_WAN_ROUTER is not set | 323 | # CONFIG_WAN_ROUTER is not set |
310 | 324 | ||
@@ -460,6 +474,7 @@ CONFIG_BLK_DEV_NBD=m | |||
460 | CONFIG_BLK_DEV_RAM=y | 474 | CONFIG_BLK_DEV_RAM=y |
461 | CONFIG_BLK_DEV_RAM_COUNT=16 | 475 | CONFIG_BLK_DEV_RAM_COUNT=16 |
462 | CONFIG_BLK_DEV_RAM_SIZE=4096 | 476 | CONFIG_BLK_DEV_RAM_SIZE=4096 |
477 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
463 | CONFIG_BLK_DEV_INITRD=y | 478 | CONFIG_BLK_DEV_INITRD=y |
464 | # CONFIG_CDROM_PKTCDVD is not set | 479 | # CONFIG_CDROM_PKTCDVD is not set |
465 | CONFIG_ATA_OVER_ETH=m | 480 | CONFIG_ATA_OVER_ETH=m |
@@ -640,6 +655,7 @@ CONFIG_SERIO_LIBPS2=y | |||
640 | CONFIG_VT=y | 655 | CONFIG_VT=y |
641 | CONFIG_VT_CONSOLE=y | 656 | CONFIG_VT_CONSOLE=y |
642 | CONFIG_HW_CONSOLE=y | 657 | CONFIG_HW_CONSOLE=y |
658 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
643 | CONFIG_SERIAL_NONSTANDARD=y | 659 | CONFIG_SERIAL_NONSTANDARD=y |
644 | # CONFIG_COMPUTONE is not set | 660 | # CONFIG_COMPUTONE is not set |
645 | # CONFIG_ROCKETPORT is not set | 661 | # CONFIG_ROCKETPORT is not set |
@@ -716,6 +732,7 @@ CONFIG_S3C2410_WATCHDOG=y | |||
716 | # USB-based Watchdog Cards | 732 | # USB-based Watchdog Cards |
717 | # | 733 | # |
718 | # CONFIG_USBPCWATCHDOG is not set | 734 | # CONFIG_USBPCWATCHDOG is not set |
735 | CONFIG_HW_RANDOM=y | ||
719 | # CONFIG_NVRAM is not set | 736 | # CONFIG_NVRAM is not set |
720 | CONFIG_S3C2410_RTC=y | 737 | CONFIG_S3C2410_RTC=y |
721 | # CONFIG_DTLK is not set | 738 | # CONFIG_DTLK is not set |
@@ -857,12 +874,12 @@ CONFIG_VIDEO_V4L2=y | |||
857 | # | 874 | # |
858 | # Graphics support | 875 | # Graphics support |
859 | # | 876 | # |
877 | CONFIG_FIRMWARE_EDID=y | ||
860 | CONFIG_FB=y | 878 | CONFIG_FB=y |
861 | CONFIG_FB_CFB_FILLRECT=y | 879 | CONFIG_FB_CFB_FILLRECT=y |
862 | CONFIG_FB_CFB_COPYAREA=y | 880 | CONFIG_FB_CFB_COPYAREA=y |
863 | CONFIG_FB_CFB_IMAGEBLIT=y | 881 | CONFIG_FB_CFB_IMAGEBLIT=y |
864 | # CONFIG_FB_MACMODES is not set | 882 | # CONFIG_FB_MACMODES is not set |
865 | CONFIG_FB_FIRMWARE_EDID=y | ||
866 | # CONFIG_FB_BACKLIGHT is not set | 883 | # CONFIG_FB_BACKLIGHT is not set |
867 | CONFIG_FB_MODE_HELPERS=y | 884 | CONFIG_FB_MODE_HELPERS=y |
868 | # CONFIG_FB_TILEBLITTING is not set | 885 | # CONFIG_FB_TILEBLITTING is not set |
@@ -995,7 +1012,7 @@ CONFIG_USB_MON=y | |||
995 | # CONFIG_USB_LEGOTOWER is not set | 1012 | # CONFIG_USB_LEGOTOWER is not set |
996 | # CONFIG_USB_LCD is not set | 1013 | # CONFIG_USB_LCD is not set |
997 | # CONFIG_USB_LED is not set | 1014 | # CONFIG_USB_LED is not set |
998 | # CONFIG_USB_CY7C63 is not set | 1015 | # CONFIG_USB_CYPRESS_CY7C63 is not set |
999 | # CONFIG_USB_CYTHERM is not set | 1016 | # CONFIG_USB_CYTHERM is not set |
1000 | # CONFIG_USB_PHIDGETKIT is not set | 1017 | # CONFIG_USB_PHIDGETKIT is not set |
1001 | # CONFIG_USB_PHIDGETSERVO is not set | 1018 | # CONFIG_USB_PHIDGETSERVO is not set |
@@ -1095,6 +1112,7 @@ CONFIG_JFFS2_FS=y | |||
1095 | CONFIG_JFFS2_FS_DEBUG=0 | 1112 | CONFIG_JFFS2_FS_DEBUG=0 |
1096 | CONFIG_JFFS2_FS_WRITEBUFFER=y | 1113 | CONFIG_JFFS2_FS_WRITEBUFFER=y |
1097 | # CONFIG_JFFS2_SUMMARY is not set | 1114 | # CONFIG_JFFS2_SUMMARY is not set |
1115 | # CONFIG_JFFS2_FS_XATTR is not set | ||
1098 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | 1116 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set |
1099 | CONFIG_JFFS2_ZLIB=y | 1117 | CONFIG_JFFS2_ZLIB=y |
1100 | CONFIG_JFFS2_RTIME=y | 1118 | CONFIG_JFFS2_RTIME=y |
@@ -1202,14 +1220,19 @@ CONFIG_NLS_DEFAULT="iso8859-1" | |||
1202 | # | 1220 | # |
1203 | # CONFIG_PRINTK_TIME is not set | 1221 | # CONFIG_PRINTK_TIME is not set |
1204 | CONFIG_MAGIC_SYSRQ=y | 1222 | CONFIG_MAGIC_SYSRQ=y |
1223 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1205 | CONFIG_DEBUG_KERNEL=y | 1224 | CONFIG_DEBUG_KERNEL=y |
1206 | CONFIG_LOG_BUF_SHIFT=16 | 1225 | CONFIG_LOG_BUF_SHIFT=16 |
1207 | CONFIG_DETECT_SOFTLOCKUP=y | 1226 | CONFIG_DETECT_SOFTLOCKUP=y |
1208 | # CONFIG_SCHEDSTATS is not set | 1227 | # CONFIG_SCHEDSTATS is not set |
1209 | # CONFIG_DEBUG_SLAB is not set | 1228 | # CONFIG_DEBUG_SLAB is not set |
1210 | CONFIG_DEBUG_MUTEXES=y | 1229 | # CONFIG_DEBUG_RT_MUTEXES is not set |
1230 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1211 | # CONFIG_DEBUG_SPINLOCK is not set | 1231 | # CONFIG_DEBUG_SPINLOCK is not set |
1232 | CONFIG_DEBUG_MUTEXES=y | ||
1233 | # CONFIG_DEBUG_RWSEMS is not set | ||
1212 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | 1234 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set |
1235 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
1213 | # CONFIG_DEBUG_KOBJECT is not set | 1236 | # CONFIG_DEBUG_KOBJECT is not set |
1214 | CONFIG_DEBUG_BUGVERBOSE=y | 1237 | CONFIG_DEBUG_BUGVERBOSE=y |
1215 | CONFIG_DEBUG_INFO=y | 1238 | CONFIG_DEBUG_INFO=y |
@@ -1251,3 +1274,4 @@ CONFIG_CRC32=y | |||
1251 | # CONFIG_LIBCRC32C is not set | 1274 | # CONFIG_LIBCRC32C is not set |
1252 | CONFIG_ZLIB_INFLATE=y | 1275 | CONFIG_ZLIB_INFLATE=y |
1253 | CONFIG_ZLIB_DEFLATE=y | 1276 | CONFIG_ZLIB_DEFLATE=y |
1277 | CONFIG_PLIST=y | ||