diff options
author | Hirokazu Takata <takata@linux-m32r.org> | 2007-02-10 04:43:37 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-11 13:51:20 -0500 |
commit | 4aa3b3ccfc6abda052a1bbd9cf018d51c1689836 (patch) | |
tree | 7a755ad28e5bec79e8c22bff3bf9b497b2fd85f4 /arch/m32r/opsput/defconfig.opsput | |
parent | 9b87ed790714bd3a8d492feb24f6c48f8bb59c3a (diff) |
[PATCH] m32r: update defconfig files for v2.6.19
This patch upgrades defconfig files for all m32r platforms.
Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m32r/opsput/defconfig.opsput')
-rw-r--r-- | arch/m32r/opsput/defconfig.opsput | 383 |
1 files changed, 268 insertions, 115 deletions
diff --git a/arch/m32r/opsput/defconfig.opsput b/arch/m32r/opsput/defconfig.opsput index 66adec6a701a..461f95e72d17 100644 --- a/arch/m32r/opsput/defconfig.opsput +++ b/arch/m32r/opsput/defconfig.opsput | |||
@@ -1,19 +1,18 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.12-rc5 | 3 | # Linux kernel version: 2.6.19 |
4 | # Fri Jun 3 16:22:06 2005 | 4 | # Wed Dec 13 18:34:36 2006 |
5 | # | 5 | # |
6 | CONFIG_M32R=y | 6 | CONFIG_M32R=y |
7 | # CONFIG_UID16 is not set | ||
8 | CONFIG_GENERIC_ISA_DMA=y | 7 | CONFIG_GENERIC_ISA_DMA=y |
9 | CONFIG_GENERIC_HARDIRQS=y | 8 | CONFIG_GENERIC_HARDIRQS=y |
10 | CONFIG_GENERIC_IRQ_PROBE=y | 9 | CONFIG_GENERIC_IRQ_PROBE=y |
10 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
11 | 11 | ||
12 | # | 12 | # |
13 | # Code maturity level options | 13 | # Code maturity level options |
14 | # | 14 | # |
15 | CONFIG_EXPERIMENTAL=y | 15 | CONFIG_EXPERIMENTAL=y |
16 | CONFIG_CLEAN_COMPILE=y | ||
17 | CONFIG_BROKEN_ON_SMP=y | 16 | CONFIG_BROKEN_ON_SMP=y |
18 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 17 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
19 | 18 | ||
@@ -21,32 +20,39 @@ CONFIG_INIT_ENV_ARG_LIMIT=32 | |||
21 | # General setup | 20 | # General setup |
22 | # | 21 | # |
23 | CONFIG_LOCALVERSION="" | 22 | CONFIG_LOCALVERSION="" |
23 | CONFIG_LOCALVERSION_AUTO=y | ||
24 | CONFIG_SWAP=y | 24 | CONFIG_SWAP=y |
25 | CONFIG_SYSVIPC=y | 25 | CONFIG_SYSVIPC=y |
26 | # CONFIG_IPC_NS is not set | ||
26 | # CONFIG_POSIX_MQUEUE is not set | 27 | # CONFIG_POSIX_MQUEUE is not set |
27 | CONFIG_BSD_PROCESS_ACCT=y | 28 | CONFIG_BSD_PROCESS_ACCT=y |
28 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | 29 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set |
29 | CONFIG_SYSCTL=y | 30 | # CONFIG_TASKSTATS is not set |
31 | # CONFIG_UTS_NS is not set | ||
30 | # CONFIG_AUDIT is not set | 32 | # CONFIG_AUDIT is not set |
31 | CONFIG_HOTPLUG=y | ||
32 | CONFIG_KOBJECT_UEVENT=y | ||
33 | CONFIG_IKCONFIG=y | 33 | CONFIG_IKCONFIG=y |
34 | # CONFIG_IKCONFIG_PROC is not set | 34 | # CONFIG_IKCONFIG_PROC is not set |
35 | CONFIG_SYSFS_DEPRECATED=y | ||
36 | # CONFIG_RELAY is not set | ||
37 | CONFIG_INITRAMFS_SOURCE="" | ||
38 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
39 | CONFIG_SYSCTL=y | ||
35 | CONFIG_EMBEDDED=y | 40 | CONFIG_EMBEDDED=y |
41 | CONFIG_SYSCTL_SYSCALL=y | ||
36 | # CONFIG_KALLSYMS is not set | 42 | # CONFIG_KALLSYMS is not set |
43 | CONFIG_HOTPLUG=y | ||
37 | CONFIG_PRINTK=y | 44 | CONFIG_PRINTK=y |
38 | CONFIG_BUG=y | 45 | CONFIG_BUG=y |
46 | CONFIG_ELF_CORE=y | ||
39 | CONFIG_BASE_FULL=y | 47 | CONFIG_BASE_FULL=y |
40 | # CONFIG_FUTEX is not set | 48 | # CONFIG_FUTEX is not set |
41 | # CONFIG_EPOLL is not set | 49 | # CONFIG_EPOLL is not set |
42 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
43 | CONFIG_SHMEM=y | 50 | CONFIG_SHMEM=y |
44 | CONFIG_CC_ALIGN_FUNCTIONS=0 | 51 | CONFIG_SLAB=y |
45 | CONFIG_CC_ALIGN_LABELS=0 | 52 | CONFIG_VM_EVENT_COUNTERS=y |
46 | CONFIG_CC_ALIGN_LOOPS=0 | ||
47 | CONFIG_CC_ALIGN_JUMPS=0 | ||
48 | # CONFIG_TINY_SHMEM is not set | 53 | # CONFIG_TINY_SHMEM is not set |
49 | CONFIG_BASE_SMALL=0 | 54 | CONFIG_BASE_SMALL=0 |
55 | # CONFIG_SLOB is not set | ||
50 | 56 | ||
51 | # | 57 | # |
52 | # Loadable module support | 58 | # Loadable module support |
@@ -54,12 +60,30 @@ CONFIG_BASE_SMALL=0 | |||
54 | CONFIG_MODULES=y | 60 | CONFIG_MODULES=y |
55 | CONFIG_MODULE_UNLOAD=y | 61 | CONFIG_MODULE_UNLOAD=y |
56 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 62 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
57 | CONFIG_OBSOLETE_MODPARM=y | ||
58 | # CONFIG_MODVERSIONS is not set | 63 | # CONFIG_MODVERSIONS is not set |
59 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 64 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
60 | CONFIG_KMOD=y | 65 | CONFIG_KMOD=y |
61 | 66 | ||
62 | # | 67 | # |
68 | # Block layer | ||
69 | # | ||
70 | CONFIG_BLOCK=y | ||
71 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
72 | |||
73 | # | ||
74 | # IO Schedulers | ||
75 | # | ||
76 | CONFIG_IOSCHED_NOOP=y | ||
77 | # CONFIG_IOSCHED_AS is not set | ||
78 | CONFIG_IOSCHED_DEADLINE=y | ||
79 | CONFIG_IOSCHED_CFQ=y | ||
80 | # CONFIG_DEFAULT_AS is not set | ||
81 | # CONFIG_DEFAULT_DEADLINE is not set | ||
82 | CONFIG_DEFAULT_CFQ=y | ||
83 | # CONFIG_DEFAULT_NOOP is not set | ||
84 | CONFIG_DEFAULT_IOSCHED="cfq" | ||
85 | |||
86 | # | ||
63 | # Processor type and features | 87 | # Processor type and features |
64 | # | 88 | # |
65 | # CONFIG_PLAT_MAPPI is not set | 89 | # CONFIG_PLAT_MAPPI is not set |
@@ -69,8 +93,10 @@ CONFIG_PLAT_OPSPUT=y | |||
69 | # CONFIG_PLAT_OAKS32R is not set | 93 | # CONFIG_PLAT_OAKS32R is not set |
70 | # CONFIG_PLAT_MAPPI2 is not set | 94 | # CONFIG_PLAT_MAPPI2 is not set |
71 | # CONFIG_PLAT_MAPPI3 is not set | 95 | # CONFIG_PLAT_MAPPI3 is not set |
96 | # CONFIG_PLAT_M32104UT is not set | ||
72 | # CONFIG_CHIP_M32700 is not set | 97 | # CONFIG_CHIP_M32700 is not set |
73 | # CONFIG_CHIP_M32102 is not set | 98 | # CONFIG_CHIP_M32102 is not set |
99 | # CONFIG_CHIP_M32104 is not set | ||
74 | # CONFIG_CHIP_VDEC2 is not set | 100 | # CONFIG_CHIP_VDEC2 is not set |
75 | CONFIG_CHIP_OPSP=y | 101 | CONFIG_CHIP_OPSP=y |
76 | CONFIG_MMU=y | 102 | CONFIG_MMU=y |
@@ -84,17 +110,31 @@ CONFIG_TIMER_DIVIDE=128 | |||
84 | CONFIG_MEMORY_START=0x08000000 | 110 | CONFIG_MEMORY_START=0x08000000 |
85 | CONFIG_MEMORY_SIZE=0x01000000 | 111 | CONFIG_MEMORY_SIZE=0x01000000 |
86 | CONFIG_NOHIGHMEM=y | 112 | CONFIG_NOHIGHMEM=y |
87 | # CONFIG_DISCONTIGMEM is not set | 113 | CONFIG_ARCH_DISCONTIGMEM_ENABLE=y |
114 | CONFIG_SELECT_MEMORY_MODEL=y | ||
115 | # CONFIG_FLATMEM_MANUAL is not set | ||
116 | CONFIG_DISCONTIGMEM_MANUAL=y | ||
117 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
118 | CONFIG_DISCONTIGMEM=y | ||
119 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
120 | CONFIG_NEED_MULTIPLE_NODES=y | ||
121 | # CONFIG_SPARSEMEM_STATIC is not set | ||
122 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
123 | # CONFIG_RESOURCES_64BIT is not set | ||
124 | CONFIG_IRAM_START=0x00f00000 | ||
125 | CONFIG_IRAM_SIZE=0x00010000 | ||
88 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 126 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
89 | # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set | 127 | # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set |
128 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
129 | CONFIG_GENERIC_HWEIGHT=y | ||
90 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 130 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
91 | # CONFIG_PREEMPT is not set | 131 | # CONFIG_PREEMPT is not set |
92 | # CONFIG_SMP is not set | 132 | # CONFIG_SMP is not set |
133 | CONFIG_NODES_SHIFT=1 | ||
93 | 134 | ||
94 | # | 135 | # |
95 | # Bus options (PCI, PCMCIA, EISA, MCA, ISA) | 136 | # Bus options (PCI, PCMCIA, EISA, MCA, ISA) |
96 | # | 137 | # |
97 | # CONFIG_PCI is not set | ||
98 | # CONFIG_ISA is not set | 138 | # CONFIG_ISA is not set |
99 | 139 | ||
100 | # | 140 | # |
@@ -103,13 +143,15 @@ CONFIG_GENERIC_CALIBRATE_DELAY=y | |||
103 | CONFIG_PCCARD=y | 143 | CONFIG_PCCARD=y |
104 | # CONFIG_PCMCIA_DEBUG is not set | 144 | # CONFIG_PCMCIA_DEBUG is not set |
105 | CONFIG_PCMCIA=y | 145 | CONFIG_PCMCIA=y |
146 | CONFIG_PCMCIA_LOAD_CIS=y | ||
147 | CONFIG_PCMCIA_IOCTL=y | ||
106 | 148 | ||
107 | # | 149 | # |
108 | # PC-card bridges | 150 | # PC-card bridges |
109 | # | 151 | # |
110 | # CONFIG_TCIC is not set | ||
111 | CONFIG_M32R_CFC=y | 152 | CONFIG_M32R_CFC=y |
112 | CONFIG_M32R_CFC_NUM=1 | 153 | CONFIG_M32R_CFC_NUM=1 |
154 | CONFIG_PCCARD_NONSTATIC=y | ||
113 | 155 | ||
114 | # | 156 | # |
115 | # PCI Hotplug Support | 157 | # PCI Hotplug Support |
@@ -122,6 +164,94 @@ CONFIG_BINFMT_ELF=y | |||
122 | # CONFIG_BINFMT_MISC is not set | 164 | # CONFIG_BINFMT_MISC is not set |
123 | 165 | ||
124 | # | 166 | # |
167 | # Networking | ||
168 | # | ||
169 | CONFIG_NET=y | ||
170 | |||
171 | # | ||
172 | # Networking options | ||
173 | # | ||
174 | # CONFIG_NETDEBUG is not set | ||
175 | CONFIG_PACKET=y | ||
176 | # CONFIG_PACKET_MMAP is not set | ||
177 | CONFIG_UNIX=y | ||
178 | CONFIG_XFRM=y | ||
179 | # CONFIG_XFRM_USER is not set | ||
180 | # CONFIG_XFRM_SUB_POLICY is not set | ||
181 | # CONFIG_NET_KEY is not set | ||
182 | CONFIG_INET=y | ||
183 | # CONFIG_IP_MULTICAST is not set | ||
184 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
185 | CONFIG_IP_FIB_HASH=y | ||
186 | CONFIG_IP_PNP=y | ||
187 | CONFIG_IP_PNP_DHCP=y | ||
188 | # CONFIG_IP_PNP_BOOTP is not set | ||
189 | # CONFIG_IP_PNP_RARP is not set | ||
190 | # CONFIG_NET_IPIP is not set | ||
191 | # CONFIG_NET_IPGRE is not set | ||
192 | # CONFIG_ARPD is not set | ||
193 | # CONFIG_SYN_COOKIES is not set | ||
194 | # CONFIG_INET_AH is not set | ||
195 | # CONFIG_INET_ESP is not set | ||
196 | # CONFIG_INET_IPCOMP is not set | ||
197 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
198 | # CONFIG_INET_TUNNEL is not set | ||
199 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
200 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
201 | CONFIG_INET_XFRM_MODE_BEET=y | ||
202 | CONFIG_INET_DIAG=y | ||
203 | CONFIG_INET_TCP_DIAG=y | ||
204 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
205 | CONFIG_TCP_CONG_CUBIC=y | ||
206 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
207 | # CONFIG_TCP_MD5SIG is not set | ||
208 | # CONFIG_IPV6 is not set | ||
209 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
210 | # CONFIG_INET6_TUNNEL is not set | ||
211 | # CONFIG_NETWORK_SECMARK is not set | ||
212 | # CONFIG_NETFILTER is not set | ||
213 | |||
214 | # | ||
215 | # DCCP Configuration (EXPERIMENTAL) | ||
216 | # | ||
217 | # CONFIG_IP_DCCP is not set | ||
218 | |||
219 | # | ||
220 | # SCTP Configuration (EXPERIMENTAL) | ||
221 | # | ||
222 | # CONFIG_IP_SCTP is not set | ||
223 | |||
224 | # | ||
225 | # TIPC Configuration (EXPERIMENTAL) | ||
226 | # | ||
227 | # CONFIG_TIPC is not set | ||
228 | # CONFIG_ATM is not set | ||
229 | # CONFIG_BRIDGE is not set | ||
230 | # CONFIG_VLAN_8021Q is not set | ||
231 | # CONFIG_DECNET is not set | ||
232 | # CONFIG_LLC2 is not set | ||
233 | # CONFIG_IPX is not set | ||
234 | # CONFIG_ATALK is not set | ||
235 | # CONFIG_X25 is not set | ||
236 | # CONFIG_LAPB is not set | ||
237 | # CONFIG_ECONET is not set | ||
238 | # CONFIG_WAN_ROUTER is not set | ||
239 | |||
240 | # | ||
241 | # QoS and/or fair queueing | ||
242 | # | ||
243 | # CONFIG_NET_SCHED is not set | ||
244 | |||
245 | # | ||
246 | # Network testing | ||
247 | # | ||
248 | # CONFIG_NET_PKTGEN is not set | ||
249 | # CONFIG_HAMRADIO is not set | ||
250 | # CONFIG_IRDA is not set | ||
251 | # CONFIG_BT is not set | ||
252 | # CONFIG_IEEE80211 is not set | ||
253 | |||
254 | # | ||
125 | # Device Drivers | 255 | # Device Drivers |
126 | # | 256 | # |
127 | 257 | ||
@@ -130,8 +260,14 @@ CONFIG_BINFMT_ELF=y | |||
130 | # | 260 | # |
131 | CONFIG_STANDALONE=y | 261 | CONFIG_STANDALONE=y |
132 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 262 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
133 | # CONFIG_FW_LOADER is not set | 263 | CONFIG_FW_LOADER=y |
134 | # CONFIG_DEBUG_DRIVER is not set | 264 | # CONFIG_DEBUG_DRIVER is not set |
265 | # CONFIG_SYS_HYPERVISOR is not set | ||
266 | |||
267 | # | ||
268 | # Connector - unified userspace <-> kernelspace linker | ||
269 | # | ||
270 | # CONFIG_CONNECTOR is not set | ||
135 | 271 | ||
136 | # | 272 | # |
137 | # Memory Technology Devices (MTD) | 273 | # Memory Technology Devices (MTD) |
@@ -150,7 +286,6 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y | |||
150 | # | 286 | # |
151 | # Block devices | 287 | # Block devices |
152 | # | 288 | # |
153 | # CONFIG_BLK_DEV_FD is not set | ||
154 | # CONFIG_BLK_DEV_COW_COMMON is not set | 289 | # CONFIG_BLK_DEV_COW_COMMON is not set |
155 | CONFIG_BLK_DEV_LOOP=y | 290 | CONFIG_BLK_DEV_LOOP=y |
156 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | 291 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set |
@@ -158,18 +293,15 @@ CONFIG_BLK_DEV_LOOP=y | |||
158 | CONFIG_BLK_DEV_RAM=y | 293 | CONFIG_BLK_DEV_RAM=y |
159 | CONFIG_BLK_DEV_RAM_COUNT=16 | 294 | CONFIG_BLK_DEV_RAM_COUNT=16 |
160 | CONFIG_BLK_DEV_RAM_SIZE=4096 | 295 | CONFIG_BLK_DEV_RAM_SIZE=4096 |
296 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
161 | # CONFIG_BLK_DEV_INITRD is not set | 297 | # CONFIG_BLK_DEV_INITRD is not set |
162 | CONFIG_INITRAMFS_SOURCE="" | ||
163 | # CONFIG_CDROM_PKTCDVD is not set | 298 | # CONFIG_CDROM_PKTCDVD is not set |
299 | # CONFIG_ATA_OVER_ETH is not set | ||
164 | 300 | ||
165 | # | 301 | # |
166 | # IO Schedulers | 302 | # Misc devices |
167 | # | 303 | # |
168 | CONFIG_IOSCHED_NOOP=y | 304 | # CONFIG_TIFM_CORE is not set |
169 | # CONFIG_IOSCHED_AS is not set | ||
170 | CONFIG_IOSCHED_DEADLINE=y | ||
171 | CONFIG_IOSCHED_CFQ=y | ||
172 | # CONFIG_ATA_OVER_ETH is not set | ||
173 | 305 | ||
174 | # | 306 | # |
175 | # ATA/ATAPI/MFM/RLL support | 307 | # ATA/ATAPI/MFM/RLL support |
@@ -179,7 +311,9 @@ CONFIG_IOSCHED_CFQ=y | |||
179 | # | 311 | # |
180 | # SCSI device support | 312 | # SCSI device support |
181 | # | 313 | # |
314 | # CONFIG_RAID_ATTRS is not set | ||
182 | CONFIG_SCSI=m | 315 | CONFIG_SCSI=m |
316 | # CONFIG_SCSI_NETLINK is not set | ||
183 | CONFIG_SCSI_PROC_FS=y | 317 | CONFIG_SCSI_PROC_FS=y |
184 | 318 | ||
185 | # | 319 | # |
@@ -191,6 +325,7 @@ CONFIG_BLK_DEV_SD=m | |||
191 | CONFIG_BLK_DEV_SR=m | 325 | CONFIG_BLK_DEV_SR=m |
192 | # CONFIG_BLK_DEV_SR_VENDOR is not set | 326 | # CONFIG_BLK_DEV_SR_VENDOR is not set |
193 | CONFIG_CHR_DEV_SG=m | 327 | CONFIG_CHR_DEV_SG=m |
328 | # CONFIG_CHR_DEV_SCH is not set | ||
194 | 329 | ||
195 | # | 330 | # |
196 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | 331 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs |
@@ -200,16 +335,18 @@ CONFIG_SCSI_MULTI_LUN=y | |||
200 | # CONFIG_SCSI_LOGGING is not set | 335 | # CONFIG_SCSI_LOGGING is not set |
201 | 336 | ||
202 | # | 337 | # |
203 | # SCSI Transport Attributes | 338 | # SCSI Transports |
204 | # | 339 | # |
205 | # CONFIG_SCSI_SPI_ATTRS is not set | 340 | # CONFIG_SCSI_SPI_ATTRS is not set |
206 | # CONFIG_SCSI_FC_ATTRS is not set | 341 | # CONFIG_SCSI_FC_ATTRS is not set |
207 | # CONFIG_SCSI_ISCSI_ATTRS is not set | 342 | # CONFIG_SCSI_ISCSI_ATTRS is not set |
343 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
344 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
208 | 345 | ||
209 | # | 346 | # |
210 | # SCSI low-level drivers | 347 | # SCSI low-level drivers |
211 | # | 348 | # |
212 | # CONFIG_SCSI_SATA is not set | 349 | # CONFIG_ISCSI_TCP is not set |
213 | # CONFIG_SCSI_DEBUG is not set | 350 | # CONFIG_SCSI_DEBUG is not set |
214 | 351 | ||
215 | # | 352 | # |
@@ -222,6 +359,10 @@ CONFIG_SCSI_MULTI_LUN=y | |||
222 | # CONFIG_PCMCIA_SYM53C500 is not set | 359 | # CONFIG_PCMCIA_SYM53C500 is not set |
223 | 360 | ||
224 | # | 361 | # |
362 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
363 | # | ||
364 | |||
365 | # | ||
225 | # Multi-device support (RAID and LVM) | 366 | # Multi-device support (RAID and LVM) |
226 | # | 367 | # |
227 | # CONFIG_MD is not set | 368 | # CONFIG_MD is not set |
@@ -229,6 +370,7 @@ CONFIG_SCSI_MULTI_LUN=y | |||
229 | # | 370 | # |
230 | # Fusion MPT device support | 371 | # Fusion MPT device support |
231 | # | 372 | # |
373 | # CONFIG_FUSION is not set | ||
232 | 374 | ||
233 | # | 375 | # |
234 | # IEEE 1394 (FireWire) support | 376 | # IEEE 1394 (FireWire) support |
@@ -239,69 +381,8 @@ CONFIG_SCSI_MULTI_LUN=y | |||
239 | # | 381 | # |
240 | 382 | ||
241 | # | 383 | # |
242 | # Networking support | 384 | # Network device support |
243 | # | ||
244 | CONFIG_NET=y | ||
245 | |||
246 | # | ||
247 | # Networking options | ||
248 | # | ||
249 | CONFIG_PACKET=y | ||
250 | # CONFIG_PACKET_MMAP is not set | ||
251 | CONFIG_UNIX=y | ||
252 | # CONFIG_NET_KEY is not set | ||
253 | CONFIG_INET=y | ||
254 | # CONFIG_IP_MULTICAST is not set | ||
255 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
256 | CONFIG_IP_PNP=y | ||
257 | CONFIG_IP_PNP_DHCP=y | ||
258 | # CONFIG_IP_PNP_BOOTP is not set | ||
259 | # CONFIG_IP_PNP_RARP is not set | ||
260 | # CONFIG_NET_IPIP is not set | ||
261 | # CONFIG_NET_IPGRE is not set | ||
262 | # CONFIG_ARPD is not set | ||
263 | # CONFIG_SYN_COOKIES is not set | ||
264 | # CONFIG_INET_AH is not set | ||
265 | # CONFIG_INET_ESP is not set | ||
266 | # CONFIG_INET_IPCOMP is not set | ||
267 | # CONFIG_INET_TUNNEL is not set | ||
268 | CONFIG_IP_TCPDIAG=y | ||
269 | # CONFIG_IP_TCPDIAG_IPV6 is not set | ||
270 | # CONFIG_IPV6 is not set | ||
271 | # CONFIG_NETFILTER is not set | ||
272 | |||
273 | # | ||
274 | # SCTP Configuration (EXPERIMENTAL) | ||
275 | # | 385 | # |
276 | # CONFIG_IP_SCTP is not set | ||
277 | # CONFIG_ATM is not set | ||
278 | # CONFIG_BRIDGE is not set | ||
279 | # CONFIG_VLAN_8021Q is not set | ||
280 | # CONFIG_DECNET is not set | ||
281 | # CONFIG_LLC2 is not set | ||
282 | # CONFIG_IPX is not set | ||
283 | # CONFIG_ATALK is not set | ||
284 | # CONFIG_X25 is not set | ||
285 | # CONFIG_LAPB is not set | ||
286 | # CONFIG_NET_DIVERT is not set | ||
287 | # CONFIG_ECONET is not set | ||
288 | # CONFIG_WAN_ROUTER is not set | ||
289 | |||
290 | # | ||
291 | # QoS and/or fair queueing | ||
292 | # | ||
293 | # CONFIG_NET_SCHED is not set | ||
294 | # CONFIG_NET_CLS_ROUTE is not set | ||
295 | |||
296 | # | ||
297 | # Network testing | ||
298 | # | ||
299 | # CONFIG_NET_PKTGEN is not set | ||
300 | # CONFIG_NETPOLL is not set | ||
301 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
302 | # CONFIG_HAMRADIO is not set | ||
303 | # CONFIG_IRDA is not set | ||
304 | # CONFIG_BT is not set | ||
305 | CONFIG_NETDEVICES=y | 386 | CONFIG_NETDEVICES=y |
306 | # CONFIG_DUMMY is not set | 387 | # CONFIG_DUMMY is not set |
307 | # CONFIG_BONDING is not set | 388 | # CONFIG_BONDING is not set |
@@ -309,6 +390,11 @@ CONFIG_NETDEVICES=y | |||
309 | # CONFIG_TUN is not set | 390 | # CONFIG_TUN is not set |
310 | 391 | ||
311 | # | 392 | # |
393 | # PHY device support | ||
394 | # | ||
395 | # CONFIG_PHYLIB is not set | ||
396 | |||
397 | # | ||
312 | # Ethernet (10 or 100Mbit) | 398 | # Ethernet (10 or 100Mbit) |
313 | # | 399 | # |
314 | CONFIG_NET_ETHERNET=y | 400 | CONFIG_NET_ETHERNET=y |
@@ -346,6 +432,8 @@ CONFIG_SMC91X=y | |||
346 | # CONFIG_SLIP is not set | 432 | # CONFIG_SLIP is not set |
347 | # CONFIG_SHAPER is not set | 433 | # CONFIG_SHAPER is not set |
348 | # CONFIG_NETCONSOLE is not set | 434 | # CONFIG_NETCONSOLE is not set |
435 | # CONFIG_NETPOLL is not set | ||
436 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
349 | 437 | ||
350 | # | 438 | # |
351 | # ISDN subsystem | 439 | # ISDN subsystem |
@@ -361,6 +449,7 @@ CONFIG_SMC91X=y | |||
361 | # Input device support | 449 | # Input device support |
362 | # | 450 | # |
363 | CONFIG_INPUT=y | 451 | CONFIG_INPUT=y |
452 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
364 | 453 | ||
365 | # | 454 | # |
366 | # Userland interfaces | 455 | # Userland interfaces |
@@ -389,7 +478,6 @@ CONFIG_SERIO_SERPORT=y | |||
389 | # CONFIG_SERIO_LIBPS2 is not set | 478 | # CONFIG_SERIO_LIBPS2 is not set |
390 | # CONFIG_SERIO_RAW is not set | 479 | # CONFIG_SERIO_RAW is not set |
391 | # CONFIG_GAMEPORT is not set | 480 | # CONFIG_GAMEPORT is not set |
392 | CONFIG_SOUND_GAMEPORT=y | ||
393 | 481 | ||
394 | # | 482 | # |
395 | # Character devices | 483 | # Character devices |
@@ -423,8 +511,8 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
423 | # Watchdog Cards | 511 | # Watchdog Cards |
424 | # | 512 | # |
425 | # CONFIG_WATCHDOG is not set | 513 | # CONFIG_WATCHDOG is not set |
514 | CONFIG_HW_RANDOM=y | ||
426 | # CONFIG_RTC is not set | 515 | # CONFIG_RTC is not set |
427 | # CONFIG_GEN_RTC is not set | ||
428 | CONFIG_DS1302=y | 516 | CONFIG_DS1302=y |
429 | # CONFIG_DTLK is not set | 517 | # CONFIG_DTLK is not set |
430 | # CONFIG_R3964 is not set | 518 | # CONFIG_R3964 is not set |
@@ -432,17 +520,19 @@ CONFIG_DS1302=y | |||
432 | # | 520 | # |
433 | # Ftape, the floppy tape device driver | 521 | # Ftape, the floppy tape device driver |
434 | # | 522 | # |
435 | # CONFIG_DRM is not set | ||
436 | 523 | ||
437 | # | 524 | # |
438 | # PCMCIA character devices | 525 | # PCMCIA character devices |
439 | # | 526 | # |
440 | # CONFIG_SYNCLINK_CS is not set | 527 | # CONFIG_SYNCLINK_CS is not set |
528 | # CONFIG_CARDMAN_4000 is not set | ||
529 | # CONFIG_CARDMAN_4040 is not set | ||
441 | # CONFIG_RAW_DRIVER is not set | 530 | # CONFIG_RAW_DRIVER is not set |
442 | 531 | ||
443 | # | 532 | # |
444 | # TPM devices | 533 | # TPM devices |
445 | # | 534 | # |
535 | # CONFIG_TCG_TPM is not set | ||
446 | 536 | ||
447 | # | 537 | # |
448 | # I2C support | 538 | # I2C support |
@@ -450,13 +540,25 @@ CONFIG_DS1302=y | |||
450 | # CONFIG_I2C is not set | 540 | # CONFIG_I2C is not set |
451 | 541 | ||
452 | # | 542 | # |
543 | # SPI support | ||
544 | # | ||
545 | # CONFIG_SPI is not set | ||
546 | # CONFIG_SPI_MASTER is not set | ||
547 | |||
548 | # | ||
453 | # Dallas's 1-wire bus | 549 | # Dallas's 1-wire bus |
454 | # | 550 | # |
455 | # CONFIG_W1 is not set | 551 | # CONFIG_W1 is not set |
456 | 552 | ||
457 | # | 553 | # |
458 | # Misc devices | 554 | # Hardware Monitoring support |
459 | # | 555 | # |
556 | CONFIG_HWMON=y | ||
557 | # CONFIG_HWMON_VID is not set | ||
558 | # CONFIG_SENSORS_ABITUGURU is not set | ||
559 | # CONFIG_SENSORS_F71805F is not set | ||
560 | # CONFIG_SENSORS_VT1211 is not set | ||
561 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
460 | 562 | ||
461 | # | 563 | # |
462 | # Multimedia devices | 564 | # Multimedia devices |
@@ -471,7 +573,9 @@ CONFIG_DS1302=y | |||
471 | # | 573 | # |
472 | # Graphics support | 574 | # Graphics support |
473 | # | 575 | # |
576 | CONFIG_FIRMWARE_EDID=y | ||
474 | # CONFIG_FB is not set | 577 | # CONFIG_FB is not set |
578 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
475 | 579 | ||
476 | # | 580 | # |
477 | # Sound | 581 | # Sound |
@@ -483,6 +587,11 @@ CONFIG_DS1302=y | |||
483 | # | 587 | # |
484 | # CONFIG_USB_ARCH_HAS_HCD is not set | 588 | # CONFIG_USB_ARCH_HAS_HCD is not set |
485 | # CONFIG_USB_ARCH_HAS_OHCI is not set | 589 | # CONFIG_USB_ARCH_HAS_OHCI is not set |
590 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
591 | |||
592 | # | ||
593 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
594 | # | ||
486 | 595 | ||
487 | # | 596 | # |
488 | # USB Gadget Support | 597 | # USB Gadget Support |
@@ -495,38 +604,73 @@ CONFIG_DS1302=y | |||
495 | # CONFIG_MMC is not set | 604 | # CONFIG_MMC is not set |
496 | 605 | ||
497 | # | 606 | # |
607 | # LED devices | ||
608 | # | ||
609 | # CONFIG_NEW_LEDS is not set | ||
610 | |||
611 | # | ||
612 | # LED drivers | ||
613 | # | ||
614 | |||
615 | # | ||
616 | # LED Triggers | ||
617 | # | ||
618 | |||
619 | # | ||
498 | # InfiniBand support | 620 | # InfiniBand support |
499 | # | 621 | # |
500 | # CONFIG_INFINIBAND is not set | 622 | |
623 | # | ||
624 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | ||
625 | # | ||
626 | |||
627 | # | ||
628 | # Real Time Clock | ||
629 | # | ||
630 | # CONFIG_RTC_CLASS is not set | ||
631 | |||
632 | # | ||
633 | # DMA Engine support | ||
634 | # | ||
635 | # CONFIG_DMA_ENGINE is not set | ||
636 | |||
637 | # | ||
638 | # DMA Clients | ||
639 | # | ||
640 | |||
641 | # | ||
642 | # DMA Devices | ||
643 | # | ||
501 | 644 | ||
502 | # | 645 | # |
503 | # File systems | 646 | # File systems |
504 | # | 647 | # |
505 | CONFIG_EXT2_FS=y | 648 | CONFIG_EXT2_FS=y |
506 | # CONFIG_EXT2_FS_XATTR is not set | 649 | # CONFIG_EXT2_FS_XATTR is not set |
507 | CONFIG_EXT3_FS=m | 650 | # CONFIG_EXT2_FS_XIP is not set |
651 | CONFIG_EXT3_FS=y | ||
508 | CONFIG_EXT3_FS_XATTR=y | 652 | CONFIG_EXT3_FS_XATTR=y |
509 | # CONFIG_EXT3_FS_POSIX_ACL is not set | 653 | # CONFIG_EXT3_FS_POSIX_ACL is not set |
510 | # CONFIG_EXT3_FS_SECURITY is not set | 654 | # CONFIG_EXT3_FS_SECURITY is not set |
511 | CONFIG_JBD=m | 655 | # CONFIG_EXT4DEV_FS is not set |
656 | CONFIG_JBD=y | ||
512 | CONFIG_JBD_DEBUG=y | 657 | CONFIG_JBD_DEBUG=y |
513 | CONFIG_FS_MBCACHE=y | 658 | CONFIG_FS_MBCACHE=y |
514 | CONFIG_REISERFS_FS=m | 659 | # CONFIG_REISERFS_FS is not set |
515 | # CONFIG_REISERFS_CHECK is not set | ||
516 | # CONFIG_REISERFS_PROC_INFO is not set | ||
517 | # CONFIG_REISERFS_FS_XATTR is not set | ||
518 | # CONFIG_JFS_FS is not set | 660 | # CONFIG_JFS_FS is not set |
519 | 661 | # CONFIG_FS_POSIX_ACL is not set | |
520 | # | ||
521 | # XFS support | ||
522 | # | ||
523 | # CONFIG_XFS_FS is not set | 662 | # CONFIG_XFS_FS is not set |
663 | # CONFIG_GFS2_FS is not set | ||
664 | # CONFIG_OCFS2_FS is not set | ||
524 | # CONFIG_MINIX_FS is not set | 665 | # CONFIG_MINIX_FS is not set |
525 | # CONFIG_ROMFS_FS is not set | 666 | # CONFIG_ROMFS_FS is not set |
667 | CONFIG_INOTIFY=y | ||
668 | CONFIG_INOTIFY_USER=y | ||
526 | # CONFIG_QUOTA is not set | 669 | # CONFIG_QUOTA is not set |
527 | CONFIG_DNOTIFY=y | 670 | CONFIG_DNOTIFY=y |
528 | # CONFIG_AUTOFS_FS is not set | 671 | # CONFIG_AUTOFS_FS is not set |
529 | # CONFIG_AUTOFS4_FS is not set | 672 | # CONFIG_AUTOFS4_FS is not set |
673 | # CONFIG_FUSE_FS is not set | ||
530 | 674 | ||
531 | # | 675 | # |
532 | # CD-ROM/DVD Filesystems | 676 | # CD-ROM/DVD Filesystems |
@@ -552,15 +696,13 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | |||
552 | # | 696 | # |
553 | CONFIG_PROC_FS=y | 697 | CONFIG_PROC_FS=y |
554 | CONFIG_PROC_KCORE=y | 698 | CONFIG_PROC_KCORE=y |
699 | CONFIG_PROC_SYSCTL=y | ||
555 | CONFIG_SYSFS=y | 700 | CONFIG_SYSFS=y |
556 | CONFIG_DEVFS_FS=y | ||
557 | CONFIG_DEVFS_MOUNT=y | ||
558 | # CONFIG_DEVFS_DEBUG is not set | ||
559 | # CONFIG_DEVPTS_FS_XATTR is not set | ||
560 | CONFIG_TMPFS=y | 701 | CONFIG_TMPFS=y |
561 | # CONFIG_TMPFS_XATTR is not set | 702 | # CONFIG_TMPFS_POSIX_ACL is not set |
562 | # CONFIG_HUGETLB_PAGE is not set | 703 | # CONFIG_HUGETLB_PAGE is not set |
563 | CONFIG_RAMFS=y | 704 | CONFIG_RAMFS=y |
705 | # CONFIG_CONFIGFS_FS is not set | ||
564 | 706 | ||
565 | # | 707 | # |
566 | # Miscellaneous filesystems | 708 | # Miscellaneous filesystems |
@@ -584,12 +726,14 @@ CONFIG_RAMFS=y | |||
584 | # | 726 | # |
585 | CONFIG_NFS_FS=y | 727 | CONFIG_NFS_FS=y |
586 | CONFIG_NFS_V3=y | 728 | CONFIG_NFS_V3=y |
729 | # CONFIG_NFS_V3_ACL is not set | ||
587 | # CONFIG_NFS_V4 is not set | 730 | # CONFIG_NFS_V4 is not set |
588 | # CONFIG_NFS_DIRECTIO is not set | 731 | # CONFIG_NFS_DIRECTIO is not set |
589 | # CONFIG_NFSD is not set | 732 | # CONFIG_NFSD is not set |
590 | CONFIG_ROOT_NFS=y | 733 | CONFIG_ROOT_NFS=y |
591 | CONFIG_LOCKD=y | 734 | CONFIG_LOCKD=y |
592 | CONFIG_LOCKD_V4=y | 735 | CONFIG_LOCKD_V4=y |
736 | CONFIG_NFS_COMMON=y | ||
593 | CONFIG_SUNRPC=y | 737 | CONFIG_SUNRPC=y |
594 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 738 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
595 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 739 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
@@ -598,6 +742,7 @@ CONFIG_SUNRPC=y | |||
598 | # CONFIG_NCP_FS is not set | 742 | # CONFIG_NCP_FS is not set |
599 | # CONFIG_CODA_FS is not set | 743 | # CONFIG_CODA_FS is not set |
600 | # CONFIG_AFS_FS is not set | 744 | # CONFIG_AFS_FS is not set |
745 | # CONFIG_9P_FS is not set | ||
601 | 746 | ||
602 | # | 747 | # |
603 | # Partition Types | 748 | # Partition Types |
@@ -658,21 +803,32 @@ CONFIG_NLS_DEFAULT="iso8859-1" | |||
658 | # Kernel hacking | 803 | # Kernel hacking |
659 | # | 804 | # |
660 | # CONFIG_PRINTK_TIME is not set | 805 | # CONFIG_PRINTK_TIME is not set |
661 | CONFIG_DEBUG_KERNEL=y | 806 | CONFIG_ENABLE_MUST_CHECK=y |
662 | # CONFIG_MAGIC_SYSRQ is not set | 807 | # CONFIG_MAGIC_SYSRQ is not set |
808 | # CONFIG_UNUSED_SYMBOLS is not set | ||
809 | CONFIG_DEBUG_KERNEL=y | ||
663 | CONFIG_LOG_BUF_SHIFT=14 | 810 | CONFIG_LOG_BUF_SHIFT=14 |
811 | CONFIG_DETECT_SOFTLOCKUP=y | ||
664 | # CONFIG_SCHEDSTATS is not set | 812 | # CONFIG_SCHEDSTATS is not set |
665 | # CONFIG_DEBUG_SLAB is not set | 813 | # CONFIG_DEBUG_SLAB is not set |
666 | # CONFIG_DEBUG_SPINLOCK is not set | 814 | # CONFIG_DEBUG_SPINLOCK is not set |
815 | # CONFIG_DEBUG_MUTEXES is not set | ||
816 | # CONFIG_DEBUG_RWSEMS is not set | ||
667 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | 817 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set |
818 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
668 | # CONFIG_DEBUG_KOBJECT is not set | 819 | # CONFIG_DEBUG_KOBJECT is not set |
669 | # CONFIG_DEBUG_BUGVERBOSE is not set | 820 | # CONFIG_DEBUG_BUGVERBOSE is not set |
670 | CONFIG_DEBUG_INFO=y | 821 | CONFIG_DEBUG_INFO=y |
671 | # CONFIG_DEBUG_FS is not set | 822 | # CONFIG_DEBUG_FS is not set |
823 | # CONFIG_DEBUG_VM is not set | ||
824 | # CONFIG_DEBUG_LIST is not set | ||
672 | # CONFIG_FRAME_POINTER is not set | 825 | # CONFIG_FRAME_POINTER is not set |
826 | # CONFIG_UNWIND_INFO is not set | ||
827 | CONFIG_FORCED_INLINING=y | ||
828 | # CONFIG_HEADERS_CHECK is not set | ||
829 | # CONFIG_RCU_TORTURE_TEST is not set | ||
673 | # CONFIG_DEBUG_STACKOVERFLOW is not set | 830 | # CONFIG_DEBUG_STACKOVERFLOW is not set |
674 | # CONFIG_DEBUG_STACK_USAGE is not set | 831 | # CONFIG_DEBUG_STACK_USAGE is not set |
675 | # CONFIG_DEBUG_PAGEALLOC is not set | ||
676 | 832 | ||
677 | # | 833 | # |
678 | # Security options | 834 | # Security options |
@@ -686,12 +842,9 @@ CONFIG_DEBUG_INFO=y | |||
686 | # CONFIG_CRYPTO is not set | 842 | # CONFIG_CRYPTO is not set |
687 | 843 | ||
688 | # | 844 | # |
689 | # Hardware crypto devices | ||
690 | # | ||
691 | |||
692 | # | ||
693 | # Library routines | 845 | # Library routines |
694 | # | 846 | # |
695 | # CONFIG_CRC_CCITT is not set | 847 | # CONFIG_CRC_CCITT is not set |
848 | # CONFIG_CRC16 is not set | ||
696 | CONFIG_CRC32=y | 849 | CONFIG_CRC32=y |
697 | # CONFIG_LIBCRC32C is not set | 850 | # CONFIG_LIBCRC32C is not set |