defconfig 30.8 KB
Newer Older
L
Linus Torvalds 已提交
1 2
#
# Automatically generated make config: don't edit
D
David S. Miller 已提交
3 4
# Linux kernel version: 2.6.19-rc1
# Thu Oct  5 02:08:41 2006
L
Linus Torvalds 已提交
5
#
D
David S. Miller 已提交
6 7
CONFIG_SPARC=y
CONFIG_SPARC64=y
L
Linus Torvalds 已提交
8 9 10
CONFIG_64BIT=y
CONFIG_MMU=y
CONFIG_TIME_INTERPOLATION=y
D
David S. Miller 已提交
11
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
D
David S. Miller 已提交
12
CONFIG_AUDIT_ARCH=y
D
David S. Miller 已提交
13 14 15 16 17 18 19 20 21
CONFIG_SPARC64_PAGE_SIZE_8KB=y
# CONFIG_SPARC64_PAGE_SIZE_64KB is not set
# CONFIG_SPARC64_PAGE_SIZE_512KB is not set
# CONFIG_SPARC64_PAGE_SIZE_4MB is not set
CONFIG_SECCOMP=y
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
D
David S. Miller 已提交
22
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
L
Linus Torvalds 已提交
23 24 25 26 27

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
D
David S. Miller 已提交
28 29
CONFIG_BROKEN_ON_SMP=y
CONFIG_INIT_ENV_ARG_LIMIT=32
L
Linus Torvalds 已提交
30 31 32 33 34

#
# General setup
#
CONFIG_LOCALVERSION=""
D
David S. Miller 已提交
35
# CONFIG_LOCALVERSION_AUTO is not set
L
Linus Torvalds 已提交
36 37
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
D
David S. Miller 已提交
38
# CONFIG_IPC_NS is not set
L
Linus Torvalds 已提交
39 40
CONFIG_POSIX_MQUEUE=y
# CONFIG_BSD_PROCESS_ACCT is not set
D
David S. Miller 已提交
41
# CONFIG_TASKSTATS is not set
D
David S. Miller 已提交
42
# CONFIG_UTS_NS is not set
L
Linus Torvalds 已提交
43 44
# CONFIG_AUDIT is not set
# CONFIG_IKCONFIG is not set
D
David S. Miller 已提交
45
CONFIG_RELAY=y
D
David S. Miller 已提交
46 47
CONFIG_INITRAMFS_SOURCE=""
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
D
David S. Miller 已提交
48
CONFIG_SYSCTL=y
L
Linus Torvalds 已提交
49
# CONFIG_EMBEDDED is not set
D
David S. Miller 已提交
50
CONFIG_UID16=y
D
David S. Miller 已提交
51
# CONFIG_SYSCTL_SYSCALL is not set
L
Linus Torvalds 已提交
52 53 54
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_ALL is not set
# CONFIG_KALLSYMS_EXTRA_PASS is not set
D
David S. Miller 已提交
55 56 57 58 59
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_BASE_FULL=y
L
Linus Torvalds 已提交
60 61 62
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SHMEM=y
D
David S. Miller 已提交
63
CONFIG_SLAB=y
D
David S. Miller 已提交
64
CONFIG_VM_EVENT_COUNTERS=y
D
David S. Miller 已提交
65
CONFIG_RT_MUTEXES=y
L
Linus Torvalds 已提交
66
# CONFIG_TINY_SHMEM is not set
D
David S. Miller 已提交
67 68
CONFIG_BASE_SMALL=0
# CONFIG_SLOB is not set
L
Linus Torvalds 已提交
69 70 71 72 73 74 75 76 77 78

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
CONFIG_MODVERSIONS=y
CONFIG_MODULE_SRCVERSION_ALL=y
CONFIG_KMOD=y
D
David S. Miller 已提交
79 80 81 82

#
# Block layer
#
D
David S. Miller 已提交
83
CONFIG_BLOCK=y
D
David S. Miller 已提交
84
CONFIG_BLK_DEV_IO_TRACE=y
D
David S. Miller 已提交
85 86 87 88 89 90 91 92 93 94 95 96 97

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
CONFIG_DEFAULT_AS=y
# CONFIG_DEFAULT_DEADLINE is not set
# CONFIG_DEFAULT_CFQ is not set
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="anticipatory"
L
Linus Torvalds 已提交
98
CONFIG_SYSVIPC_COMPAT=y
D
David S. Miller 已提交
99
CONFIG_GENERIC_HARDIRQS=y
L
Linus Torvalds 已提交
100 101 102 103

#
# General machine setup
#
D
David S. Miller 已提交
104
# CONFIG_SMP is not set
L
Linus Torvalds 已提交
105 106
# CONFIG_PREEMPT is not set
CONFIG_CPU_FREQ=y
D
David S. Miller 已提交
107
CONFIG_CPU_FREQ_TABLE=m
L
Linus Torvalds 已提交
108 109 110 111 112 113 114 115 116
# CONFIG_CPU_FREQ_DEBUG is not set
CONFIG_CPU_FREQ_STAT=m
CONFIG_CPU_FREQ_STAT_DETAILS=y
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=m
CONFIG_CPU_FREQ_GOV_USERSPACE=m
CONFIG_CPU_FREQ_GOV_ONDEMAND=m
D
David S. Miller 已提交
117
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
L
Linus Torvalds 已提交
118 119 120
CONFIG_US3_FREQ=m
CONFIG_US2E_FREQ=m
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
D
David S. Miller 已提交
121 122
CONFIG_GENERIC_FIND_NEXT_BIT=y
CONFIG_GENERIC_HWEIGHT=y
L
Linus Torvalds 已提交
123 124 125 126
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_HUGETLB_PAGE_SIZE_4MB=y
# CONFIG_HUGETLB_PAGE_SIZE_512K is not set
# CONFIG_HUGETLB_PAGE_SIZE_64K is not set
D
David S. Miller 已提交
127
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
D
David S. Miller 已提交
128 129 130
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
CONFIG_LARGE_ALLOCS=y
D
David S. Miller 已提交
131
CONFIG_SELECT_MEMORY_MODEL=y
D
David S. Miller 已提交
132
# CONFIG_FLATMEM_MANUAL is not set
D
David S. Miller 已提交
133
# CONFIG_DISCONTIGMEM_MANUAL is not set
D
David S. Miller 已提交
134 135 136
CONFIG_SPARSEMEM_MANUAL=y
CONFIG_SPARSEMEM=y
CONFIG_HAVE_MEMORY_PRESENT=y
D
David S. Miller 已提交
137
# CONFIG_SPARSEMEM_STATIC is not set
D
David S. Miller 已提交
138
CONFIG_SPARSEMEM_EXTREME=y
D
David S. Miller 已提交
139
CONFIG_SPLIT_PTLOCK_CPUS=4
D
David S. Miller 已提交
140
CONFIG_RESOURCES_64BIT=y
L
Linus Torvalds 已提交
141 142 143 144 145 146 147
CONFIG_GENERIC_ISA_DMA=y
CONFIG_SBUS=y
CONFIG_SBUSCHAR=y
CONFIG_SUN_AUXIO=y
CONFIG_SUN_IO=y
CONFIG_PCI=y
CONFIG_PCI_DOMAINS=y
D
David S. Miller 已提交
148
# CONFIG_PCI_MULTITHREAD_PROBE is not set
D
David S. Miller 已提交
149
# CONFIG_PCI_DEBUG is not set
L
Linus Torvalds 已提交
150 151 152 153 154
CONFIG_SUN_OPENPROMFS=m
CONFIG_SPARC32_COMPAT=y
CONFIG_COMPAT=y
CONFIG_BINFMT_ELF32=y
# CONFIG_BINFMT_AOUT32 is not set
D
David S. Miller 已提交
155 156 157 158

#
# Executable file formats
#
L
Linus Torvalds 已提交
159 160
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=m
D
David S. Miller 已提交
161
CONFIG_SOLARIS_EMUL=y
D
David S. Miller 已提交
162
# CONFIG_CMDLINE_BOOL is not set
L
Linus Torvalds 已提交
163 164

#
D
David S. Miller 已提交
165
# Networking
L
Linus Torvalds 已提交
166
#
D
David S. Miller 已提交
167
CONFIG_NET=y
L
Linus Torvalds 已提交
168 169

#
D
David S. Miller 已提交
170
# Networking options
L
Linus Torvalds 已提交
171
#
D
David S. Miller 已提交
172
# CONFIG_NETDEBUG is not set
D
David S. Miller 已提交
173 174 175 176 177
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
CONFIG_UNIX=y
CONFIG_XFRM=y
CONFIG_XFRM_USER=m
D
David S. Miller 已提交
178
# CONFIG_XFRM_SUB_POLICY is not set
D
David S. Miller 已提交
179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195
CONFIG_NET_KEY=m
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
# CONFIG_IP_ADVANCED_ROUTER is not set
CONFIG_IP_FIB_HASH=y
# CONFIG_IP_PNP is not set
CONFIG_NET_IPIP=m
CONFIG_NET_IPGRE=m
CONFIG_NET_IPGRE_BROADCAST=y
CONFIG_IP_MROUTE=y
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
CONFIG_ARPD=y
CONFIG_SYN_COOKIES=y
CONFIG_INET_AH=y
CONFIG_INET_ESP=y
CONFIG_INET_IPCOMP=y
D
David S. Miller 已提交
196
CONFIG_INET_XFRM_TUNNEL=y
D
David S. Miller 已提交
197
CONFIG_INET_TUNNEL=y
D
David S. Miller 已提交
198 199
CONFIG_INET_XFRM_MODE_TRANSPORT=y
CONFIG_INET_XFRM_MODE_TUNNEL=y
D
David S. Miller 已提交
200
CONFIG_INET_XFRM_MODE_BEET=y
D
David S. Miller 已提交
201 202
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
D
David S. Miller 已提交
203 204 205
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
D
David S. Miller 已提交
206 207
CONFIG_IPV6=m
CONFIG_IPV6_PRIVACY=y
D
David S. Miller 已提交
208 209
CONFIG_IPV6_ROUTER_PREF=y
CONFIG_IPV6_ROUTE_INFO=y
D
David S. Miller 已提交
210 211 212
CONFIG_INET6_AH=m
CONFIG_INET6_ESP=m
CONFIG_INET6_IPCOMP=m
D
David S. Miller 已提交
213
# CONFIG_IPV6_MIP6 is not set
D
David S. Miller 已提交
214
CONFIG_INET6_XFRM_TUNNEL=m
D
David S. Miller 已提交
215
CONFIG_INET6_TUNNEL=m
D
David S. Miller 已提交
216 217
CONFIG_INET6_XFRM_MODE_TRANSPORT=m
CONFIG_INET6_XFRM_MODE_TUNNEL=m
D
David S. Miller 已提交
218
CONFIG_INET6_XFRM_MODE_BEET=m
D
David S. Miller 已提交
219
# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
D
David S. Miller 已提交
220
CONFIG_IPV6_TUNNEL=m
D
David S. Miller 已提交
221 222
# CONFIG_IPV6_SUBTREES is not set
# CONFIG_IPV6_MULTIPLE_TABLES is not set
D
David S. Miller 已提交
223
# CONFIG_NETWORK_SECMARK is not set
D
David S. Miller 已提交
224
# CONFIG_NETFILTER is not set
L
Linus Torvalds 已提交
225 226

#
D
David S. Miller 已提交
227
# DCCP Configuration (EXPERIMENTAL)
L
Linus Torvalds 已提交
228
#
D
David S. Miller 已提交
229 230
CONFIG_IP_DCCP=m
CONFIG_INET_DCCP_DIAG=m
D
David S. Miller 已提交
231
CONFIG_IP_DCCP_ACKVEC=y
L
Linus Torvalds 已提交
232 233

#
D
David S. Miller 已提交
234
# DCCP CCIDs Configuration (EXPERIMENTAL)
L
Linus Torvalds 已提交
235
#
D
David S. Miller 已提交
236
CONFIG_IP_DCCP_CCID2=m
D
David S. Miller 已提交
237
# CONFIG_IP_DCCP_CCID2_DEBUG is not set
D
David S. Miller 已提交
238 239
CONFIG_IP_DCCP_CCID3=m
CONFIG_IP_DCCP_TFRC_LIB=m
L
Linus Torvalds 已提交
240 241

#
D
David S. Miller 已提交
242
# DCCP Kernel Hacking
L
Linus Torvalds 已提交
243
#
D
David S. Miller 已提交
244
# CONFIG_IP_DCCP_DEBUG is not set
D
David S. Miller 已提交
245
# CONFIG_NET_DCCPPROBE is not set
L
Linus Torvalds 已提交
246 247

#
D
David S. Miller 已提交
248
# SCTP Configuration (EXPERIMENTAL)
L
Linus Torvalds 已提交
249
#
D
David S. Miller 已提交
250
# CONFIG_IP_SCTP is not set
D
David S. Miller 已提交
251 252 253 254 255

#
# TIPC Configuration (EXPERIMENTAL)
#
# CONFIG_TIPC is not set
D
David S. Miller 已提交
256 257 258 259 260 261 262 263 264 265 266
# CONFIG_ATM is not set
# CONFIG_BRIDGE is not set
CONFIG_VLAN_8021Q=m
# CONFIG_DECNET is not set
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
L
Linus Torvalds 已提交
267 268

#
D
David S. Miller 已提交
269
# QoS and/or fair queueing
L
Linus Torvalds 已提交
270
#
D
David S. Miller 已提交
271 272 273 274 275 276
# CONFIG_NET_SCHED is not set

#
# Network testing
#
CONFIG_NET_PKTGEN=m
D
David S. Miller 已提交
277
CONFIG_NET_TCPPROBE=m
D
David S. Miller 已提交
278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293
# CONFIG_HAMRADIO is not set
# CONFIG_IRDA is not set
# CONFIG_BT is not set
# CONFIG_IEEE80211 is not set

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_STANDALONE=y
# CONFIG_PREVENT_FIRMWARE_BUILD is not set
CONFIG_FW_LOADER=y
# CONFIG_DEBUG_DRIVER is not set
D
David S. Miller 已提交
294
# CONFIG_SYS_HYPERVISOR is not set
D
David S. Miller 已提交
295 296 297 298 299

#
# Connector - unified userspace <-> kernelspace linker
#
CONFIG_CONNECTOR=m
L
Linus Torvalds 已提交
300 301 302 303 304 305

#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set

D
David S. Miller 已提交
306 307 308 309 310 311 312 313 314
#
# Parallel port support
#
# CONFIG_PARPORT is not set

#
# Plug and Play support
#

L
Linus Torvalds 已提交
315 316 317 318 319 320 321 322 323 324 325 326
#
# Block devices
#
# CONFIG_BLK_DEV_FD is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=m
CONFIG_BLK_DEV_CRYPTOLOOP=m
CONFIG_BLK_DEV_NBD=m
D
David S. Miller 已提交
327
# CONFIG_BLK_DEV_SX8 is not set
L
Linus Torvalds 已提交
328 329
CONFIG_BLK_DEV_UB=m
# CONFIG_BLK_DEV_RAM is not set
D
David S. Miller 已提交
330
# CONFIG_BLK_DEV_INITRD is not set
L
Linus Torvalds 已提交
331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348
CONFIG_CDROM_PKTCDVD=m
CONFIG_CDROM_PKTCDVD_BUFFERS=8
CONFIG_CDROM_PKTCDVD_WCACHE=y
CONFIG_ATA_OVER_ETH=m

#
# ATA/ATAPI/MFM/RLL support
#
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=y

#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_IDE_SATA is not set
CONFIG_BLK_DEV_IDEDISK=y
# CONFIG_IDEDISK_MULTI_MODE is not set
CONFIG_BLK_DEV_IDECD=y
D
David S. Miller 已提交
349
# CONFIG_BLK_DEV_IDETAPE is not set
L
Linus Torvalds 已提交
350 351 352 353 354 355 356 357 358 359 360 361
# CONFIG_BLK_DEV_IDEFLOPPY is not set
# CONFIG_BLK_DEV_IDESCSI is not set
# CONFIG_IDE_TASK_IOCTL is not set

#
# IDE chipset support/bugfixes
#
CONFIG_IDE_GENERIC=y
CONFIG_BLK_DEV_IDEPCI=y
# CONFIG_IDEPCI_SHARE_IRQ is not set
# CONFIG_BLK_DEV_OFFBOARD is not set
# CONFIG_BLK_DEV_GENERIC is not set
D
David S. Miller 已提交
362
# CONFIG_BLK_DEV_OPTI621 is not set
L
Linus Torvalds 已提交
363 364 365 366 367 368 369
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
CONFIG_IDEDMA_ONLYDISK=y
# CONFIG_BLK_DEV_AEC62XX is not set
CONFIG_BLK_DEV_ALI15X3=y
# CONFIG_WDC_ALI15X3 is not set
D
David S. Miller 已提交
370 371 372 373 374 375 376 377
# CONFIG_BLK_DEV_AMD74XX is not set
# CONFIG_BLK_DEV_CMD64X is not set
# CONFIG_BLK_DEV_TRIFLEX is not set
# CONFIG_BLK_DEV_CY82C693 is not set
# CONFIG_BLK_DEV_CS5520 is not set
# CONFIG_BLK_DEV_CS5530 is not set
# CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_BLK_DEV_HPT366 is not set
D
David S. Miller 已提交
378
# CONFIG_BLK_DEV_JMICRON is not set
D
David S. Miller 已提交
379 380 381 382 383 384 385 386 387 388 389
# CONFIG_BLK_DEV_SC1200 is not set
# CONFIG_BLK_DEV_PIIX is not set
# CONFIG_BLK_DEV_IT821X is not set
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
# CONFIG_BLK_DEV_PDC202XX_NEW is not set
# CONFIG_BLK_DEV_SVWKS is not set
# CONFIG_BLK_DEV_SIIMAGE is not set
# CONFIG_BLK_DEV_SLC90E66 is not set
# CONFIG_BLK_DEV_TRM290 is not set
# CONFIG_BLK_DEV_VIA82CXXX is not set
L
Linus Torvalds 已提交
390 391 392 393 394 395 396 397 398
# CONFIG_IDE_ARM is not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_IVB is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_BLK_DEV_HD is not set

#
# SCSI device support
#
D
David S. Miller 已提交
399
CONFIG_RAID_ATTRS=m
L
Linus Torvalds 已提交
400
CONFIG_SCSI=y
D
David S. Miller 已提交
401
CONFIG_SCSI_NETLINK=y
L
Linus Torvalds 已提交
402 403 404 405 406 407
CONFIG_SCSI_PROC_FS=y

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
D
David S. Miller 已提交
408 409
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
L
Linus Torvalds 已提交
410 411 412
CONFIG_BLK_DEV_SR=m
CONFIG_BLK_DEV_SR_VENDOR=y
CONFIG_CHR_DEV_SG=m
D
David S. Miller 已提交
413
# CONFIG_CHR_DEV_SCH is not set
L
Linus Torvalds 已提交
414 415 416 417 418 419 420 421 422

#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
# CONFIG_SCSI_LOGGING is not set

#
D
David S. Miller 已提交
423
# SCSI Transports
L
Linus Torvalds 已提交
424 425
#
CONFIG_SCSI_SPI_ATTRS=y
D
David S. Miller 已提交
426
CONFIG_SCSI_FC_ATTRS=y
L
Linus Torvalds 已提交
427
CONFIG_SCSI_ISCSI_ATTRS=m
D
David S. Miller 已提交
428
# CONFIG_SCSI_SAS_ATTRS is not set
D
David S. Miller 已提交
429
# CONFIG_SCSI_SAS_LIBSAS is not set
L
Linus Torvalds 已提交
430 431 432 433

#
# SCSI low-level drivers
#
D
David S. Miller 已提交
434 435 436 437 438
CONFIG_ISCSI_TCP=m
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AACRAID is not set
L
Linus Torvalds 已提交
439 440
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
D
David S. Miller 已提交
441
# CONFIG_SCSI_AIC79XX is not set
D
David S. Miller 已提交
442 443
# CONFIG_SCSI_AIC94XX is not set
# CONFIG_SCSI_ARCMSR is not set
L
Linus Torvalds 已提交
444 445
# CONFIG_MEGARAID_NEWGEN is not set
# CONFIG_MEGARAID_LEGACY is not set
D
David S. Miller 已提交
446
# CONFIG_MEGARAID_SAS is not set
D
David S. Miller 已提交
447
# CONFIG_SCSI_HPTIOP is not set
D
David S. Miller 已提交
448
# CONFIG_SCSI_DMX3191D is not set
L
Linus Torvalds 已提交
449
# CONFIG_SCSI_FUTURE_DOMAIN is not set
D
David S. Miller 已提交
450 451 452
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
D
David S. Miller 已提交
453
# CONFIG_SCSI_STEX is not set
D
David S. Miller 已提交
454
# CONFIG_SCSI_SYM53C8XX_2 is not set
L
Linus Torvalds 已提交
455
# CONFIG_SCSI_QLOGIC_1280 is not set
D
David S. Miller 已提交
456
# CONFIG_SCSI_QLOGICPTI is not set
D
David S. Miller 已提交
457
# CONFIG_SCSI_QLA_FC is not set
D
David S. Miller 已提交
458
# CONFIG_SCSI_QLA_ISCSI is not set
D
David S. Miller 已提交
459 460
# CONFIG_SCSI_LPFC is not set
# CONFIG_SCSI_DC395x is not set
L
Linus Torvalds 已提交
461
# CONFIG_SCSI_DC390T is not set
D
David S. Miller 已提交
462 463
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_SUNESP is not set
L
Linus Torvalds 已提交
464

D
David S. Miller 已提交
465 466 467 468 469
#
# Serial ATA (prod) and Parallel ATA (experimental) drivers
#
# CONFIG_ATA is not set

L
Linus Torvalds 已提交
470 471 472 473 474 475 476 477 478
#
# Multi-device support (RAID and LVM)
#
CONFIG_MD=y
CONFIG_BLK_DEV_MD=m
CONFIG_MD_LINEAR=m
CONFIG_MD_RAID0=m
CONFIG_MD_RAID1=m
CONFIG_MD_RAID10=m
D
David S. Miller 已提交
479
CONFIG_MD_RAID456=m
D
David S. Miller 已提交
480
# CONFIG_MD_RAID5_RESHAPE is not set
L
Linus Torvalds 已提交
481 482 483
CONFIG_MD_MULTIPATH=m
# CONFIG_MD_FAULTY is not set
CONFIG_BLK_DEV_DM=m
D
David S. Miller 已提交
484
# CONFIG_DM_DEBUG is not set
L
Linus Torvalds 已提交
485 486 487 488
CONFIG_DM_CRYPT=m
CONFIG_DM_SNAPSHOT=m
CONFIG_DM_MIRROR=m
CONFIG_DM_ZERO=m
D
David S. Miller 已提交
489
# CONFIG_DM_MULTIPATH is not set
L
Linus Torvalds 已提交
490 491 492 493

#
# Fusion MPT device support
#
D
David S. Miller 已提交
494 495 496 497
# CONFIG_FUSION is not set
# CONFIG_FUSION_SPI is not set
# CONFIG_FUSION_FC is not set
# CONFIG_FUSION_SAS is not set
L
Linus Torvalds 已提交
498 499 500 501

#
# IEEE 1394 (FireWire) support
#
D
David S. Miller 已提交
502
# CONFIG_IEEE1394 is not set
L
Linus Torvalds 已提交
503 504

#
D
David S. Miller 已提交
505
# I2O device support
L
Linus Torvalds 已提交
506
#
D
David S. Miller 已提交
507
# CONFIG_I2O is not set
L
Linus Torvalds 已提交
508 509

#
D
David S. Miller 已提交
510
# Network device support
L
Linus Torvalds 已提交
511 512 513
#
CONFIG_NETDEVICES=y
CONFIG_DUMMY=m
D
David S. Miller 已提交
514 515 516
# CONFIG_BONDING is not set
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set
L
Linus Torvalds 已提交
517 518

#
D
David S. Miller 已提交
519
# ARCnet devices
L
Linus Torvalds 已提交
520
#
D
David S. Miller 已提交
521
# CONFIG_ARCNET is not set
L
Linus Torvalds 已提交
522 523

#
D
David S. Miller 已提交
524 525 526
# PHY device support
#
# CONFIG_PHYLIB is not set
L
Linus Torvalds 已提交
527 528

#
D
David S. Miller 已提交
529
# Ethernet (10 or 100Mbit)
L
Linus Torvalds 已提交
530
#
D
David S. Miller 已提交
531 532 533 534 535 536 537 538 539
CONFIG_NET_ETHERNET=y
CONFIG_MII=m
# CONFIG_SUNLANCE is not set
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNBMAC is not set
# CONFIG_SUNQE is not set
# CONFIG_SUNGEM is not set
CONFIG_CASSINI=m
# CONFIG_NET_VENDOR_3COM is not set
L
Linus Torvalds 已提交
540 541

#
D
David S. Miller 已提交
542
# Tulip family network device support
L
Linus Torvalds 已提交
543
#
D
David S. Miller 已提交
544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563
# CONFIG_NET_TULIP is not set
# CONFIG_HP100 is not set
CONFIG_NET_PCI=y
# CONFIG_PCNET32 is not set
# CONFIG_AMD8111_ETH is not set
# CONFIG_ADAPTEC_STARFIRE is not set
# CONFIG_B44 is not set
# CONFIG_FORCEDETH is not set
# CONFIG_DGRS is not set
# CONFIG_EEPRO100 is not set
# CONFIG_E100 is not set
# CONFIG_FEALNX is not set
# CONFIG_NATSEMI is not set
# CONFIG_NE2K_PCI is not set
# CONFIG_8139CP is not set
# CONFIG_8139TOO is not set
# CONFIG_SIS900 is not set
# CONFIG_EPIC100 is not set
# CONFIG_SUNDANCE is not set
# CONFIG_VIA_RHINE is not set
L
Linus Torvalds 已提交
564 565

#
D
David S. Miller 已提交
566
# Ethernet (1000 Mbit)
L
Linus Torvalds 已提交
567
#
D
David S. Miller 已提交
568 569 570 571
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
CONFIG_E1000=m
CONFIG_E1000_NAPI=y
572
# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
D
David S. Miller 已提交
573 574 575 576 577 578 579 580 581 582 583 584
# CONFIG_MYRI_SBUS is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set
# CONFIG_SIS190 is not set
# CONFIG_SKGE is not set
# CONFIG_SKY2 is not set
# CONFIG_SK98LIN is not set
# CONFIG_VIA_VELOCITY is not set
CONFIG_TIGON3=m
CONFIG_BNX2=m
D
David S. Miller 已提交
585
# CONFIG_QLA3XXX is not set
L
Linus Torvalds 已提交
586 587

#
D
David S. Miller 已提交
588
# Ethernet (10000 Mbit)
L
Linus Torvalds 已提交
589
#
D
David S. Miller 已提交
590 591 592
# CONFIG_CHELSIO_T1 is not set
# CONFIG_IXGB is not set
# CONFIG_S2IO is not set
D
David S. Miller 已提交
593
# CONFIG_MYRI10GE is not set
L
Linus Torvalds 已提交
594 595

#
D
David S. Miller 已提交
596
# Token Ring devices
L
Linus Torvalds 已提交
597
#
D
David S. Miller 已提交
598
# CONFIG_TR is not set
L
Linus Torvalds 已提交
599 600

#
D
David S. Miller 已提交
601
# Wireless LAN (non-hamradio)
L
Linus Torvalds 已提交
602
#
D
David S. Miller 已提交
603
# CONFIG_NET_RADIO is not set
L
Linus Torvalds 已提交
604 605

#
D
David S. Miller 已提交
606
# Wan interfaces
L
Linus Torvalds 已提交
607
#
D
David S. Miller 已提交
608 609 610 611 612 613 614 615 616 617
# CONFIG_WAN is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
# CONFIG_NET_FC is not set
# CONFIG_SHAPER is not set
# CONFIG_NETCONSOLE is not set
# CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not set
L
Linus Torvalds 已提交
618 619

#
D
David S. Miller 已提交
620
# ISDN subsystem
L
Linus Torvalds 已提交
621
#
D
David S. Miller 已提交
622
# CONFIG_ISDN is not set
L
Linus Torvalds 已提交
623 624

#
D
David S. Miller 已提交
625
# Telephony Support
L
Linus Torvalds 已提交
626
#
D
David S. Miller 已提交
627
# CONFIG_PHONE is not set
L
Linus Torvalds 已提交
628 629 630 631 632

#
# Input device support
#
CONFIG_INPUT=y
D
David S. Miller 已提交
633
# CONFIG_INPUT_FF_MEMLESS is not set
L
Linus Torvalds 已提交
634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_TSDEV is not set
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
CONFIG_KEYBOARD_SUNKBD=y
CONFIG_KEYBOARD_LKKBD=m
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
D
David S. Miller 已提交
656
# CONFIG_KEYBOARD_STOWAWAY is not set
L
Linus Torvalds 已提交
657 658 659
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_MOUSE_SERIAL=y
D
David S. Miller 已提交
660
# CONFIG_MOUSE_VSXXXAA is not set
L
Linus Torvalds 已提交
661 662 663 664 665 666 667
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
CONFIG_INPUT_SPARCSPKR=y
# CONFIG_INPUT_UINPUT is not set

#
D
David S. Miller 已提交
668
# Hardware I/O ports
L
Linus Torvalds 已提交
669
#
D
David S. Miller 已提交
670 671 672 673 674 675 676
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
# CONFIG_SERIO_SERPORT is not set
CONFIG_SERIO_PCIPS2=m
CONFIG_SERIO_LIBPS2=y
CONFIG_SERIO_RAW=m
# CONFIG_GAMEPORT is not set
L
Linus Torvalds 已提交
677 678

#
D
David S. Miller 已提交
679
# Character devices
L
Linus Torvalds 已提交
680
#
D
David S. Miller 已提交
681 682 683
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
D
David S. Miller 已提交
684
# CONFIG_VT_HW_CONSOLE_BINDING is not set
D
David S. Miller 已提交
685
# CONFIG_SERIAL_NONSTANDARD is not set
L
Linus Torvalds 已提交
686 687

#
D
David S. Miller 已提交
688
# Serial drivers
L
Linus Torvalds 已提交
689 690 691
#

#
D
David S. Miller 已提交
692
# Non-8250 serial port support
L
Linus Torvalds 已提交
693
#
D
David S. Miller 已提交
694 695 696 697 698
CONFIG_SERIAL_SUNCORE=y
# CONFIG_SERIAL_SUNZILOG is not set
CONFIG_SERIAL_SUNSU=y
CONFIG_SERIAL_SUNSU_CONSOLE=y
CONFIG_SERIAL_SUNSAB=m
D
David S. Miller 已提交
699
CONFIG_SERIAL_SUNHV=y
D
David S. Miller 已提交
700 701
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
D
David S. Miller 已提交
702
# CONFIG_SERIAL_JSM is not set
D
David S. Miller 已提交
703 704
CONFIG_UNIX98_PTYS=y
# CONFIG_LEGACY_PTYS is not set
L
Linus Torvalds 已提交
705 706

#
D
David S. Miller 已提交
707
# IPMI
L
Linus Torvalds 已提交
708
#
D
David S. Miller 已提交
709
# CONFIG_IPMI_HANDLER is not set
L
Linus Torvalds 已提交
710 711

#
D
David S. Miller 已提交
712
# Watchdog Cards
L
Linus Torvalds 已提交
713
#
D
David S. Miller 已提交
714
# CONFIG_WATCHDOG is not set
D
David S. Miller 已提交
715
# CONFIG_HW_RANDOM is not set
D
David S. Miller 已提交
716 717 718 719
CONFIG_RTC=y
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
L
Linus Torvalds 已提交
720 721

#
D
David S. Miller 已提交
722
# Ftape, the floppy tape device driver
L
Linus Torvalds 已提交
723
#
D
David S. Miller 已提交
724 725
# CONFIG_DRM is not set
# CONFIG_RAW_DRIVER is not set
L
Linus Torvalds 已提交
726 727

#
D
David S. Miller 已提交
728
# TPM devices
L
Linus Torvalds 已提交
729
#
D
David S. Miller 已提交
730 731
# CONFIG_TCG_TPM is not set
# CONFIG_TELCLOCK is not set
L
Linus Torvalds 已提交
732 733

#
D
David S. Miller 已提交
734
# I2C support
L
Linus Torvalds 已提交
735
#
D
David S. Miller 已提交
736 737
CONFIG_I2C=y
# CONFIG_I2C_CHARDEV is not set
L
Linus Torvalds 已提交
738 739

#
D
David S. Miller 已提交
740
# I2C Algorithms
L
Linus Torvalds 已提交
741
#
D
David S. Miller 已提交
742 743 744
CONFIG_I2C_ALGOBIT=y
# CONFIG_I2C_ALGOPCF is not set
# CONFIG_I2C_ALGOPCA is not set
L
Linus Torvalds 已提交
745 746

#
D
David S. Miller 已提交
747
# I2C Hardware Bus support
L
Linus Torvalds 已提交
748
#
D
David S. Miller 已提交
749 750 751 752 753 754 755 756 757
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI1563 is not set
# CONFIG_I2C_ALI15X3 is not set
# CONFIG_I2C_AMD756 is not set
# CONFIG_I2C_AMD8111 is not set
# CONFIG_I2C_I801 is not set
# CONFIG_I2C_I810 is not set
# CONFIG_I2C_PIIX4 is not set
# CONFIG_I2C_NFORCE2 is not set
D
David S. Miller 已提交
758
# CONFIG_I2C_OCORES is not set
D
David S. Miller 已提交
759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_PROSAVAGE is not set
# CONFIG_I2C_SAVAGE4 is not set
# CONFIG_I2C_SIS5595 is not set
# CONFIG_I2C_SIS630 is not set
# CONFIG_I2C_SIS96X is not set
# CONFIG_I2C_STUB is not set
# CONFIG_I2C_VIA is not set
# CONFIG_I2C_VIAPRO is not set
# CONFIG_I2C_VOODOO3 is not set
# CONFIG_I2C_PCA_ISA is not set

#
# Miscellaneous I2C Chip support
#
# CONFIG_SENSORS_DS1337 is not set
# CONFIG_SENSORS_DS1374 is not set
# CONFIG_SENSORS_EEPROM is not set
# CONFIG_SENSORS_PCF8574 is not set
# CONFIG_SENSORS_PCA9539 is not set
# CONFIG_SENSORS_PCF8591 is not set
# CONFIG_SENSORS_MAX6875 is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_I2C_DEBUG_CHIP is not set
L
Linus Torvalds 已提交
785

D
David S. Miller 已提交
786 787 788 789 790 791
#
# SPI support
#
# CONFIG_SPI is not set
# CONFIG_SPI_MASTER is not set

L
Linus Torvalds 已提交
792
#
D
David S. Miller 已提交
793
# Dallas's 1-wire bus
L
Linus Torvalds 已提交
794
#
D
David S. Miller 已提交
795
# CONFIG_W1 is not set
L
Linus Torvalds 已提交
796 797

#
D
David S. Miller 已提交
798
# Hardware Monitoring support
L
Linus Torvalds 已提交
799
#
D
David S. Miller 已提交
800 801
CONFIG_HWMON=y
# CONFIG_HWMON_VID is not set
D
David S. Miller 已提交
802
# CONFIG_SENSORS_ABITUGURU is not set
D
David S. Miller 已提交
803 804 805 806 807 808 809 810
# CONFIG_SENSORS_ADM1021 is not set
# CONFIG_SENSORS_ADM1025 is not set
# CONFIG_SENSORS_ADM1026 is not set
# CONFIG_SENSORS_ADM1031 is not set
# CONFIG_SENSORS_ADM9240 is not set
# CONFIG_SENSORS_ASB100 is not set
# CONFIG_SENSORS_ATXP1 is not set
# CONFIG_SENSORS_DS1621 is not set
D
David S. Miller 已提交
811
# CONFIG_SENSORS_F71805F is not set
D
David S. Miller 已提交
812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830
# CONFIG_SENSORS_FSCHER is not set
# CONFIG_SENSORS_FSCPOS is not set
# CONFIG_SENSORS_GL518SM is not set
# CONFIG_SENSORS_GL520SM is not set
# CONFIG_SENSORS_IT87 is not set
# CONFIG_SENSORS_LM63 is not set
# CONFIG_SENSORS_LM75 is not set
# CONFIG_SENSORS_LM77 is not set
# CONFIG_SENSORS_LM78 is not set
# CONFIG_SENSORS_LM80 is not set
# CONFIG_SENSORS_LM83 is not set
# CONFIG_SENSORS_LM85 is not set
# CONFIG_SENSORS_LM87 is not set
# CONFIG_SENSORS_LM90 is not set
# CONFIG_SENSORS_LM92 is not set
# CONFIG_SENSORS_MAX1619 is not set
# CONFIG_SENSORS_PC87360 is not set
# CONFIG_SENSORS_SIS5595 is not set
# CONFIG_SENSORS_SMSC47M1 is not set
D
David S. Miller 已提交
831
# CONFIG_SENSORS_SMSC47M192 is not set
D
David S. Miller 已提交
832 833
# CONFIG_SENSORS_SMSC47B397 is not set
# CONFIG_SENSORS_VIA686A is not set
D
David S. Miller 已提交
834
# CONFIG_SENSORS_VT1211 is not set
D
David S. Miller 已提交
835 836
# CONFIG_SENSORS_VT8231 is not set
# CONFIG_SENSORS_W83781D is not set
D
David S. Miller 已提交
837
# CONFIG_SENSORS_W83791D is not set
D
David S. Miller 已提交
838 839 840 841 842
# CONFIG_SENSORS_W83792D is not set
# CONFIG_SENSORS_W83L785TS is not set
# CONFIG_SENSORS_W83627HF is not set
# CONFIG_SENSORS_W83627EHF is not set
# CONFIG_HWMON_DEBUG_CHIP is not set
L
Linus Torvalds 已提交
843 844

#
D
David S. Miller 已提交
845
# Misc devices
L
Linus Torvalds 已提交
846
#
D
David S. Miller 已提交
847
# CONFIG_TIFM_CORE is not set
L
Linus Torvalds 已提交
848 849

#
D
David S. Miller 已提交
850
# Multimedia devices
L
Linus Torvalds 已提交
851
#
D
David S. Miller 已提交
852
# CONFIG_VIDEO_DEV is not set
L
Linus Torvalds 已提交
853 854 855 856

#
# Digital Video Broadcasting Devices
#
D
David S. Miller 已提交
857
# CONFIG_DVB is not set
D
David S. Miller 已提交
858
# CONFIG_USB_DABUSB is not set
L
Linus Torvalds 已提交
859 860

#
D
David S. Miller 已提交
861
# Graphics support
L
Linus Torvalds 已提交
862
#
D
David S. Miller 已提交
863
# CONFIG_FIRMWARE_EDID is not set
D
David S. Miller 已提交
864
CONFIG_FB=y
D
David S. Miller 已提交
865
CONFIG_FB_DDC=y
D
David S. Miller 已提交
866 867 868 869
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_MACMODES is not set
D
David S. Miller 已提交
870
# CONFIG_FB_BACKLIGHT is not set
D
David S. Miller 已提交
871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_SBUS is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_MATROX is not set
CONFIG_FB_RADEON=y
CONFIG_FB_RADEON_I2C=y
# CONFIG_FB_RADEON_DEBUG is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_PCI is not set
# CONFIG_FB_VIRTUAL is not set
L
Linus Torvalds 已提交
896 897

#
D
David S. Miller 已提交
898
# Console display driver support
L
Linus Torvalds 已提交
899
#
D
David S. Miller 已提交
900 901 902 903 904 905 906 907 908 909 910 911 912 913
# CONFIG_PROM_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
CONFIG_FONTS=y
# CONFIG_FONT_8x8 is not set
# CONFIG_FONT_8x16 is not set
# CONFIG_FONT_6x11 is not set
# CONFIG_FONT_7x14 is not set
# CONFIG_FONT_PEARL_8x8 is not set
# CONFIG_FONT_ACORN_8x8 is not set
CONFIG_FONT_SUN8x16=y
# CONFIG_FONT_SUN12x22 is not set
# CONFIG_FONT_10x18 is not set
L
Linus Torvalds 已提交
914 915

#
D
David S. Miller 已提交
916
# Logo configuration
L
Linus Torvalds 已提交
917
#
D
David S. Miller 已提交
918 919 920 921 922 923
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
# CONFIG_LOGO_LINUX_CLUT224 is not set
CONFIG_LOGO_SUN_CLUT224=y
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
L
Linus Torvalds 已提交
924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941

#
# Sound
#
CONFIG_SOUND=m

#
# Advanced Linux Sound Architecture
#
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_SEQUENCER=m
CONFIG_SND_SEQ_DUMMY=m
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
D
David S. Miller 已提交
942
CONFIG_SND_PCM_OSS_PLUGINS=y
L
Linus Torvalds 已提交
943 944
CONFIG_SND_SEQUENCER_OSS=y
# CONFIG_SND_RTCTIMER is not set
D
David S. Miller 已提交
945 946
# CONFIG_SND_DYNAMIC_MINORS is not set
CONFIG_SND_SUPPORT_OLD_API=y
D
David S. Miller 已提交
947
CONFIG_SND_VERBOSE_PROCFS=y
L
Linus Torvalds 已提交
948 949 950 951 952 953 954
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set

#
# Generic devices
#
CONFIG_SND_MPU401_UART=m
D
David S. Miller 已提交
955 956
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_AC97_BUS=m
L
Linus Torvalds 已提交
957 958
CONFIG_SND_DUMMY=m
CONFIG_SND_VIRMIDI=m
D
David S. Miller 已提交
959
CONFIG_SND_MTPAV=m
L
Linus Torvalds 已提交
960 961 962 963 964 965
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set

#
# PCI devices
#
D
David S. Miller 已提交
966
# CONFIG_SND_AD1889 is not set
D
David S. Miller 已提交
967
# CONFIG_SND_ALS300 is not set
L
Linus Torvalds 已提交
968
CONFIG_SND_ALI5451=m
D
David S. Miller 已提交
969 970 971 972 973 974 975 976 977 978 979
# CONFIG_SND_ATIIXP is not set
# CONFIG_SND_ATIIXP_MODEM is not set
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
# CONFIG_SND_AZT3328 is not set
# CONFIG_SND_BT87X is not set
# CONFIG_SND_CA0106 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_CS46XX is not set
D
David S. Miller 已提交
980 981 982 983 984 985 986 987 988 989 990 991
# CONFIG_SND_DARLA20 is not set
# CONFIG_SND_GINA20 is not set
# CONFIG_SND_LAYLA20 is not set
# CONFIG_SND_DARLA24 is not set
# CONFIG_SND_GINA24 is not set
# CONFIG_SND_LAYLA24 is not set
# CONFIG_SND_MONA is not set
# CONFIG_SND_MIA is not set
# CONFIG_SND_ECHO3G is not set
# CONFIG_SND_INDIGO is not set
# CONFIG_SND_INDIGOIO is not set
# CONFIG_SND_INDIGODJ is not set
D
David S. Miller 已提交
992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_EMU10K1X is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_FM801 is not set
# CONFIG_SND_HDA_INTEL is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_HDSPM is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
# CONFIG_SND_INTEL8X0 is not set
# CONFIG_SND_INTEL8X0M is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_PCXHR is not set
D
David S. Miller 已提交
1011
# CONFIG_SND_RIPTIDE is not set
L
Linus Torvalds 已提交
1012 1013 1014
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
D
David S. Miller 已提交
1015 1016
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_TRIDENT is not set
L
Linus Torvalds 已提交
1017
# CONFIG_SND_VIA82XX is not set
D
David S. Miller 已提交
1018 1019 1020
# CONFIG_SND_VIA82XX_MODEM is not set
# CONFIG_SND_VX222 is not set
# CONFIG_SND_YMFPCI is not set
D
David S. Miller 已提交
1021
# CONFIG_SND_AC97_POWER_SAVE is not set
L
Linus Torvalds 已提交
1022 1023 1024 1025 1026 1027 1028 1029 1030

#
# USB devices
#
# CONFIG_SND_USB_AUDIO is not set

#
# ALSA Sparc devices
#
D
David S. Miller 已提交
1031
# CONFIG_SND_SUN_AMD7930 is not set
L
Linus Torvalds 已提交
1032
CONFIG_SND_SUN_CS4231=m
D
David S. Miller 已提交
1033 1034 1035 1036 1037 1038
# CONFIG_SND_SUN_DBRI is not set

#
# Open Sound System
#
# CONFIG_SOUND_PRIME is not set
L
Linus Torvalds 已提交
1039 1040 1041 1042

#
# USB support
#
D
David S. Miller 已提交
1043 1044
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
D
David S. Miller 已提交
1045
CONFIG_USB_ARCH_HAS_EHCI=y
L
Linus Torvalds 已提交
1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062
CONFIG_USB=y
# CONFIG_USB_DEBUG is not set

#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_BANDWIDTH is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
# CONFIG_USB_OTG is not set

#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=m
# CONFIG_USB_EHCI_SPLIT_ISO is not set
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
D
David S. Miller 已提交
1063
# CONFIG_USB_EHCI_TT_NEWSCHED is not set
D
David S. Miller 已提交
1064
# CONFIG_USB_ISP116X_HCD is not set
L
Linus Torvalds 已提交
1065
CONFIG_USB_OHCI_HCD=y
D
David S. Miller 已提交
1066 1067
# CONFIG_USB_OHCI_BIG_ENDIAN is not set
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
L
Linus Torvalds 已提交
1068
CONFIG_USB_UHCI_HCD=m
D
David S. Miller 已提交
1069
# CONFIG_USB_SL811_HCD is not set
L
Linus Torvalds 已提交
1070 1071 1072 1073

#
# USB Device Class drivers
#
D
David S. Miller 已提交
1074 1075
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER is not set
L
Linus Torvalds 已提交
1076 1077

#
D
David S. Miller 已提交
1078
# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
L
Linus Torvalds 已提交
1079 1080 1081
#

#
D
David S. Miller 已提交
1082
# may also be needed; see USB_STORAGE Help for more information
L
Linus Torvalds 已提交
1083
#
D
David S. Miller 已提交
1084 1085
# CONFIG_USB_STORAGE is not set
# CONFIG_USB_LIBUSUAL is not set
L
Linus Torvalds 已提交
1086 1087 1088 1089 1090 1091

#
# USB Input Devices
#
CONFIG_USB_HID=y
CONFIG_USB_HIDINPUT=y
D
David S. Miller 已提交
1092
# CONFIG_USB_HIDINPUT_POWERBOOK is not set
L
Linus Torvalds 已提交
1093 1094 1095
# CONFIG_HID_FF is not set
CONFIG_USB_HIDDEV=y
# CONFIG_USB_AIPTEK is not set
D
David S. Miller 已提交
1096 1097 1098
# CONFIG_USB_WACOM is not set
# CONFIG_USB_ACECAD is not set
# CONFIG_USB_KBTAB is not set
L
Linus Torvalds 已提交
1099
# CONFIG_USB_POWERMATE is not set
D
David S. Miller 已提交
1100
# CONFIG_USB_TOUCHSCREEN is not set
D
David S. Miller 已提交
1101
# CONFIG_USB_YEALINK is not set
L
Linus Torvalds 已提交
1102
# CONFIG_USB_XPAD is not set
D
David S. Miller 已提交
1103 1104 1105 1106
# CONFIG_USB_ATI_REMOTE is not set
# CONFIG_USB_ATI_REMOTE2 is not set
# CONFIG_USB_KEYSPAN_REMOTE is not set
# CONFIG_USB_APPLETOUCH is not set
D
David S. Miller 已提交
1107
# CONFIG_USB_TRANCEVIBRATOR is not set
L
Linus Torvalds 已提交
1108 1109 1110 1111

#
# USB Imaging devices
#
D
David S. Miller 已提交
1112 1113
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set
L
Linus Torvalds 已提交
1114 1115 1116 1117

#
# USB Network Adapters
#
D
David S. Miller 已提交
1118 1119 1120 1121 1122 1123
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_USBNET is not set
# CONFIG_USB_MON is not set
L
Linus Torvalds 已提交
1124 1125 1126 1127 1128 1129 1130 1131

#
# USB port drivers
#

#
# USB Serial Converter support
#
D
David S. Miller 已提交
1132
# CONFIG_USB_SERIAL is not set
L
Linus Torvalds 已提交
1133 1134 1135 1136

#
# USB Miscellaneous drivers
#
D
David S. Miller 已提交
1137 1138
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
D
David S. Miller 已提交
1139
# CONFIG_USB_ADUTUX is not set
D
David S. Miller 已提交
1140 1141 1142 1143 1144
# CONFIG_USB_AUERSWALD is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_LED is not set
D
David S. Miller 已提交
1145
# CONFIG_USB_CYPRESS_CY7C63 is not set
D
David S. Miller 已提交
1146
# CONFIG_USB_CYTHERM is not set
D
David S. Miller 已提交
1147
# CONFIG_USB_PHIDGET is not set
D
David S. Miller 已提交
1148
# CONFIG_USB_IDMOUSE is not set
D
David S. Miller 已提交
1149
# CONFIG_USB_FTDI_ELAN is not set
D
David S. Miller 已提交
1150
# CONFIG_USB_APPLEDISPLAY is not set
D
David S. Miller 已提交
1151 1152 1153
# CONFIG_USB_SISUSBVGA is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TEST is not set
L
Linus Torvalds 已提交
1154 1155

#
D
David S. Miller 已提交
1156
# USB DSL modem support
L
Linus Torvalds 已提交
1157 1158 1159 1160 1161 1162 1163
#

#
# USB Gadget Support
#
# CONFIG_USB_GADGET is not set

D
David S. Miller 已提交
1164 1165 1166 1167 1168
#
# MMC/SD Card support
#
# CONFIG_MMC is not set

D
David S. Miller 已提交
1169 1170 1171 1172 1173
#
# LED devices
#
# CONFIG_NEW_LEDS is not set

D
David S. Miller 已提交
1174 1175 1176 1177 1178 1179 1180 1181
#
# LED drivers
#

#
# LED Triggers
#

L
Linus Torvalds 已提交
1182 1183 1184
#
# InfiniBand support
#
D
David S. Miller 已提交
1185
# CONFIG_INFINIBAND is not set
L
Linus Torvalds 已提交
1186 1187

#
D
David S. Miller 已提交
1188
# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
D
David S. Miller 已提交
1189 1190
#

D
David S. Miller 已提交
1191 1192 1193 1194 1195
#
# Real Time Clock
#
# CONFIG_RTC_CLASS is not set

D
David S. Miller 已提交
1196
#
D
David S. Miller 已提交
1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209
# DMA Engine support
#
# CONFIG_DMA_ENGINE is not set

#
# DMA Clients
#

#
# DMA Devices
#

#
D
David S. Miller 已提交
1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243
# Misc Linux/SPARC drivers
#
CONFIG_SUN_OPENPROMIO=m
CONFIG_SUN_MOSTEK_RTC=y
# CONFIG_OBP_FLASH is not set
# CONFIG_SUN_BPP is not set
# CONFIG_BBC_I2C is not set
# CONFIG_ENVCTRL is not set
# CONFIG_DISPLAY7SEG is not set

#
# Fibre Channel support
#
# CONFIG_FC4 is not set

#
# File systems
#
CONFIG_EXT2_FS=y
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT2_FS_POSIX_ACL=y
CONFIG_EXT2_FS_SECURITY=y
# CONFIG_EXT2_FS_XIP is not set
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
CONFIG_FS_POSIX_ACL=y
# CONFIG_XFS_FS is not set
D
David S. Miller 已提交
1244
# CONFIG_GFS2_FS is not set
D
David S. Miller 已提交
1245 1246 1247 1248
# CONFIG_OCFS2_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_ROMFS_FS is not set
CONFIG_INOTIFY=y
D
David S. Miller 已提交
1249
CONFIG_INOTIFY_USER=y
D
David S. Miller 已提交
1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268
# CONFIG_QUOTA is not set
CONFIG_DNOTIFY=y
# CONFIG_AUTOFS_FS is not set
# CONFIG_AUTOFS4_FS is not set
# CONFIG_FUSE_FS is not set

#
# CD-ROM/DVD Filesystems
#
# CONFIG_ISO9660_FS is not set
# CONFIG_UDF_FS is not set

#
# DOS/FAT/NT Filesystems
#
# CONFIG_MSDOS_FS is not set
# CONFIG_VFAT_FS is not set
# CONFIG_NTFS_FS is not set

L
Linus Torvalds 已提交
1269
#
D
David S. Miller 已提交
1270 1271 1272 1273
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
D
David S. Miller 已提交
1274
CONFIG_PROC_SYSCTL=y
D
David S. Miller 已提交
1275 1276
CONFIG_SYSFS=y
CONFIG_TMPFS=y
D
David S. Miller 已提交
1277
# CONFIG_TMPFS_POSIX_ACL is not set
D
David S. Miller 已提交
1278 1279 1280 1281
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
CONFIG_RAMFS=y
# CONFIG_CONFIGFS_FS is not set
L
Linus Torvalds 已提交
1282 1283

#
D
David S. Miller 已提交
1284
# Miscellaneous filesystems
L
Linus Torvalds 已提交
1285
#
D
David S. Miller 已提交
1286 1287
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
D
David S. Miller 已提交
1288
# CONFIG_ECRYPT_FS is not set
D
David S. Miller 已提交
1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_CRAMFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
L
Linus Torvalds 已提交
1300 1301

#
D
David S. Miller 已提交
1302
# Network File Systems
L
Linus Torvalds 已提交
1303
#
D
David S. Miller 已提交
1304 1305 1306 1307 1308 1309 1310 1311
# CONFIG_NFS_FS is not set
# CONFIG_NFSD is not set
# CONFIG_SMB_FS is not set
# CONFIG_CIFS is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set
# CONFIG_9P_FS is not set
L
Linus Torvalds 已提交
1312 1313

#
D
David S. Miller 已提交
1314
# Partition Types
L
Linus Torvalds 已提交
1315
#
D
David S. Miller 已提交
1316 1317 1318
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y
CONFIG_SUN_PARTITION=y
L
Linus Torvalds 已提交
1319 1320

#
D
David S. Miller 已提交
1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363
# Native Language Support
#
CONFIG_NLS=m
CONFIG_NLS_DEFAULT="iso8859-1"
# CONFIG_NLS_CODEPAGE_437 is not set
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
# CONFIG_NLS_ASCII is not set
# CONFIG_NLS_ISO8859_1 is not set
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_UTF8 is not set

D
David S. Miller 已提交
1364 1365 1366 1367
#
# Distributed Lock Manager
#

D
David S. Miller 已提交
1368 1369
#
# Instrumentation Support
L
Linus Torvalds 已提交
1370 1371 1372
#
CONFIG_PROFILING=y
CONFIG_OPROFILE=m
D
David S. Miller 已提交
1373
CONFIG_KPROBES=y
L
Linus Torvalds 已提交
1374 1375 1376 1377

#
# Kernel hacking
#
D
David S. Miller 已提交
1378
CONFIG_PRINTK_TIME=y
D
David S. Miller 已提交
1379
CONFIG_ENABLE_MUST_CHECK=y
L
Linus Torvalds 已提交
1380
CONFIG_MAGIC_SYSRQ=y
D
David S. Miller 已提交
1381
# CONFIG_UNUSED_SYMBOLS is not set
D
David S. Miller 已提交
1382
CONFIG_DEBUG_KERNEL=y
D
David S. Miller 已提交
1383 1384
CONFIG_LOG_BUF_SHIFT=18
CONFIG_DETECT_SOFTLOCKUP=y
L
Linus Torvalds 已提交
1385 1386
CONFIG_SCHEDSTATS=y
# CONFIG_DEBUG_SLAB is not set
D
David S. Miller 已提交
1387 1388
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_RT_MUTEX_TESTER is not set
L
Linus Torvalds 已提交
1389
# CONFIG_DEBUG_SPINLOCK is not set
D
David S. Miller 已提交
1390 1391
# CONFIG_DEBUG_MUTEXES is not set
# CONFIG_DEBUG_RWSEMS is not set
L
Linus Torvalds 已提交
1392
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
D
David S. Miller 已提交
1393
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
L
Linus Torvalds 已提交
1394 1395 1396 1397
# CONFIG_DEBUG_KOBJECT is not set
CONFIG_DEBUG_BUGVERBOSE=y
# CONFIG_DEBUG_INFO is not set
CONFIG_DEBUG_FS=y
D
David S. Miller 已提交
1398
# CONFIG_DEBUG_VM is not set
D
David S. Miller 已提交
1399
# CONFIG_DEBUG_LIST is not set
1400
# CONFIG_UNWIND_INFO is not set
D
David S. Miller 已提交
1401
CONFIG_FORCED_INLINING=y
D
David S. Miller 已提交
1402
# CONFIG_RCU_TORTURE_TEST is not set
D
David S. Miller 已提交
1403
# CONFIG_LKDTM is not set
L
Linus Torvalds 已提交
1404 1405 1406 1407
# CONFIG_DEBUG_STACK_USAGE is not set
# CONFIG_DEBUG_DCFLUSH is not set
# CONFIG_STACK_DEBUG is not set
# CONFIG_DEBUG_BOOTMEM is not set
D
David S. Miller 已提交
1408
# CONFIG_DEBUG_PAGEALLOC is not set
L
Linus Torvalds 已提交
1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420

#
# Security options
#
CONFIG_KEYS=y
# CONFIG_KEYS_DEBUG_PROC_KEYS is not set
# CONFIG_SECURITY is not set

#
# Cryptographic options
#
CONFIG_CRYPTO=y
D
David S. Miller 已提交
1421 1422 1423 1424
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_MANAGER=m
L
Linus Torvalds 已提交
1425 1426 1427 1428 1429 1430 1431 1432 1433
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_NULL=m
CONFIG_CRYPTO_MD4=y
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_SHA1=y
CONFIG_CRYPTO_SHA256=m
CONFIG_CRYPTO_SHA512=m
CONFIG_CRYPTO_WP512=m
CONFIG_CRYPTO_TGR192=m
D
David S. Miller 已提交
1434 1435
CONFIG_CRYPTO_ECB=m
CONFIG_CRYPTO_CBC=y
L
Linus Torvalds 已提交
1436 1437 1438
CONFIG_CRYPTO_DES=y
CONFIG_CRYPTO_BLOWFISH=m
CONFIG_CRYPTO_TWOFISH=m
D
David S. Miller 已提交
1439
CONFIG_CRYPTO_TWOFISH_COMMON=m
L
Linus Torvalds 已提交
1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460
CONFIG_CRYPTO_SERPENT=m
CONFIG_CRYPTO_AES=m
CONFIG_CRYPTO_CAST5=m
CONFIG_CRYPTO_CAST6=m
CONFIG_CRYPTO_TEA=m
CONFIG_CRYPTO_ARC4=m
CONFIG_CRYPTO_KHAZAD=m
CONFIG_CRYPTO_ANUBIS=m
CONFIG_CRYPTO_DEFLATE=y
CONFIG_CRYPTO_MICHAEL_MIC=m
CONFIG_CRYPTO_CRC32C=m
CONFIG_CRYPTO_TEST=m

#
# Hardware crypto devices
#

#
# Library routines
#
CONFIG_CRC_CCITT=m
D
David S. Miller 已提交
1461
CONFIG_CRC16=m
L
Linus Torvalds 已提交
1462 1463 1464 1465
CONFIG_CRC32=y
CONFIG_LIBCRC32C=m
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
D
David S. Miller 已提交
1466
CONFIG_PLIST=y