aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2008-08-06 14:46:39 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2008-08-06 14:46:39 -0400
commit0016fe9d8a1ca99a4642735f41a7753d7c1f7e2b (patch)
tree492a2a9f18f07517f38eedb1f208a8efd9e56a7f /arch
parent8bc5fb6abb670fa9079cd1994f016a39f99698fe (diff)
parentbcbd2b65868213c1426654304de3da330cde6b3a (diff)
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
* 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6: [IA64] Update generic config [IA64] Fix uniprocessor build w.r.t. SGI_XP and SGI_GRU [IA64] Eliminate trailing backquote in IA64_SGI_UV [IA64] update generic_defconfig to support sn2. [IA64] update generic_defconfig for 2.6.27-rc1 [IA64] Allow ia64 to CONFIG_NR_CPUS up to 4096 [IA64] Cleanup generated file not ignored by .gitignore [IA64] pv_ops: fix ivt.S paravirtualization
Diffstat (limited to 'arch')
-rw-r--r--arch/ia64/Kconfig10
-rw-r--r--arch/ia64/configs/generic_defconfig586
-rw-r--r--arch/ia64/kernel/.gitignore1
-rw-r--r--arch/ia64/kernel/ivt.S4
4 files changed, 379 insertions, 222 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index 451f2ffb137b..48e496fe1e75 100644
--- a/arch/ia64/Kconfig
+++ b/arch/ia64/Kconfig
@@ -171,8 +171,8 @@ config IA64_SGI_SN2
171 to select this option. If in doubt, select ia64 generic support 171 to select this option. If in doubt, select ia64 generic support
172 instead. 172 instead.
173 173
174config IA64_SGI_UV` 174config IA64_SGI_UV
175 bool "SGI-UV`" 175 bool "SGI-UV"
176 select NUMA 176 select NUMA
177 select ACPI_NUMA 177 select ACPI_NUMA
178 select SWIOTLB 178 select SWIOTLB
@@ -321,10 +321,10 @@ config SMP
321 If you don't know what to do here, say N. 321 If you don't know what to do here, say N.
322 322
323config NR_CPUS 323config NR_CPUS
324 int "Maximum number of CPUs (2-1024)" 324 int "Maximum number of CPUs (2-4096)"
325 range 2 1024 325 range 2 4096
326 depends on SMP 326 depends on SMP
327 default "1024" 327 default "4096"
328 help 328 help
329 You should set this to the number of CPUs in your system, but 329 You should set this to the number of CPUs in your system, but
330 keep in mind that a kernel compiled for, e.g., 2 CPUs will boot but 330 keep in mind that a kernel compiled for, e.g., 2 CPUs will boot but
diff --git a/arch/ia64/configs/generic_defconfig b/arch/ia64/configs/generic_defconfig
index 0210545e7f61..9f483976228f 100644
--- a/arch/ia64/configs/generic_defconfig
+++ b/arch/ia64/configs/generic_defconfig
@@ -1,20 +1,16 @@
1# 1#
2# Automatically generated make config: don't edit 2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.22 3# Linux kernel version: 2.6.27-rc1
4# Thu Jul 19 13:55:32 2007 4# Mon Aug 4 15:38:01 2008
5# 5#
6CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 6CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
7 7
8# 8#
9# Code maturity level options 9# General setup
10# 10#
11CONFIG_EXPERIMENTAL=y 11CONFIG_EXPERIMENTAL=y
12CONFIG_LOCK_KERNEL=y 12CONFIG_LOCK_KERNEL=y
13CONFIG_INIT_ENV_ARG_LIMIT=32 13CONFIG_INIT_ENV_ARG_LIMIT=32
14
15#
16# General setup
17#
18CONFIG_LOCALVERSION="" 14CONFIG_LOCALVERSION=""
19CONFIG_LOCALVERSION_AUTO=y 15CONFIG_LOCALVERSION_AUTO=y
20CONFIG_SWAP=y 16CONFIG_SWAP=y
@@ -23,20 +19,34 @@ CONFIG_SYSVIPC_SYSCTL=y
23CONFIG_POSIX_MQUEUE=y 19CONFIG_POSIX_MQUEUE=y
24# CONFIG_BSD_PROCESS_ACCT is not set 20# CONFIG_BSD_PROCESS_ACCT is not set
25# CONFIG_TASKSTATS is not set 21# CONFIG_TASKSTATS is not set
26# CONFIG_USER_NS is not set
27# CONFIG_AUDIT is not set 22# CONFIG_AUDIT is not set
28CONFIG_IKCONFIG=y 23CONFIG_IKCONFIG=y
29CONFIG_IKCONFIG_PROC=y 24CONFIG_IKCONFIG_PROC=y
30CONFIG_LOG_BUF_SHIFT=20 25CONFIG_LOG_BUF_SHIFT=20
31# CONFIG_CPUSETS is not set 26CONFIG_CGROUPS=y
27# CONFIG_CGROUP_DEBUG is not set
28# CONFIG_CGROUP_NS is not set
29# CONFIG_CGROUP_DEVICE is not set
30CONFIG_CPUSETS=y
31# CONFIG_GROUP_SCHED is not set
32# CONFIG_CGROUP_CPUACCT is not set
33# CONFIG_RESOURCE_COUNTERS is not set
32CONFIG_SYSFS_DEPRECATED=y 34CONFIG_SYSFS_DEPRECATED=y
35CONFIG_SYSFS_DEPRECATED_V2=y
36CONFIG_PROC_PID_CPUSET=y
33# CONFIG_RELAY is not set 37# CONFIG_RELAY is not set
38CONFIG_NAMESPACES=y
39# CONFIG_UTS_NS is not set
40# CONFIG_IPC_NS is not set
41# CONFIG_USER_NS is not set
42# CONFIG_PID_NS is not set
34CONFIG_BLK_DEV_INITRD=y 43CONFIG_BLK_DEV_INITRD=y
35CONFIG_INITRAMFS_SOURCE="" 44CONFIG_INITRAMFS_SOURCE=""
36CONFIG_CC_OPTIMIZE_FOR_SIZE=y 45CONFIG_CC_OPTIMIZE_FOR_SIZE=y
37CONFIG_SYSCTL=y 46CONFIG_SYSCTL=y
38# CONFIG_EMBEDDED is not set 47# CONFIG_EMBEDDED is not set
39CONFIG_SYSCTL_SYSCALL=y 48CONFIG_SYSCTL_SYSCALL=y
49CONFIG_SYSCTL_SYSCALL_CHECK=y
40CONFIG_KALLSYMS=y 50CONFIG_KALLSYMS=y
41CONFIG_KALLSYMS_ALL=y 51CONFIG_KALLSYMS_ALL=y
42# CONFIG_KALLSYMS_EXTRA_PASS is not set 52# CONFIG_KALLSYMS_EXTRA_PASS is not set
@@ -44,6 +54,7 @@ CONFIG_HOTPLUG=y
44CONFIG_PRINTK=y 54CONFIG_PRINTK=y
45CONFIG_BUG=y 55CONFIG_BUG=y
46CONFIG_ELF_CORE=y 56CONFIG_ELF_CORE=y
57CONFIG_COMPAT_BRK=y
47CONFIG_BASE_FULL=y 58CONFIG_BASE_FULL=y
48CONFIG_FUTEX=y 59CONFIG_FUTEX=y
49CONFIG_ANON_INODES=y 60CONFIG_ANON_INODES=y
@@ -53,12 +64,30 @@ CONFIG_TIMERFD=y
53CONFIG_EVENTFD=y 64CONFIG_EVENTFD=y
54CONFIG_SHMEM=y 65CONFIG_SHMEM=y
55CONFIG_VM_EVENT_COUNTERS=y 66CONFIG_VM_EVENT_COUNTERS=y
67CONFIG_SLUB_DEBUG=y
68# CONFIG_SLAB is not set
56CONFIG_SLUB=y 69CONFIG_SLUB=y
57# CONFIG_SLOB is not set 70# CONFIG_SLOB is not set
71# CONFIG_PROFILING is not set
72# CONFIG_MARKERS is not set
73CONFIG_HAVE_OPROFILE=y
74# CONFIG_KPROBES is not set
75# CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set
76# CONFIG_HAVE_IOREMAP_PROT is not set
77CONFIG_HAVE_KPROBES=y
78CONFIG_HAVE_KRETPROBES=y
79# CONFIG_HAVE_ARCH_TRACEHOOK is not set
80CONFIG_HAVE_DMA_ATTRS=y
81CONFIG_USE_GENERIC_SMP_HELPERS=y
82# CONFIG_HAVE_CLK is not set
83CONFIG_PROC_PAGE_MONITOR=y
84# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set
85CONFIG_SLABINFO=y
58CONFIG_RT_MUTEXES=y 86CONFIG_RT_MUTEXES=y
59# CONFIG_TINY_SHMEM is not set 87# CONFIG_TINY_SHMEM is not set
60CONFIG_BASE_SMALL=0 88CONFIG_BASE_SMALL=0
61CONFIG_MODULES=y 89CONFIG_MODULES=y
90# CONFIG_MODULE_FORCE_LOAD is not set
62CONFIG_MODULE_UNLOAD=y 91CONFIG_MODULE_UNLOAD=y
63# CONFIG_MODULE_FORCE_UNLOAD is not set 92# CONFIG_MODULE_FORCE_UNLOAD is not set
64CONFIG_MODVERSIONS=y 93CONFIG_MODVERSIONS=y
@@ -68,6 +97,8 @@ CONFIG_STOP_MACHINE=y
68CONFIG_BLOCK=y 97CONFIG_BLOCK=y
69# CONFIG_BLK_DEV_IO_TRACE is not set 98# CONFIG_BLK_DEV_IO_TRACE is not set
70# CONFIG_BLK_DEV_BSG is not set 99# CONFIG_BLK_DEV_BSG is not set
100# CONFIG_BLK_DEV_INTEGRITY is not set
101CONFIG_BLOCK_COMPAT=y
71 102
72# 103#
73# IO Schedulers 104# IO Schedulers
@@ -81,6 +112,7 @@ CONFIG_DEFAULT_AS=y
81# CONFIG_DEFAULT_CFQ is not set 112# CONFIG_DEFAULT_CFQ is not set
82# CONFIG_DEFAULT_NOOP is not set 113# CONFIG_DEFAULT_NOOP is not set
83CONFIG_DEFAULT_IOSCHED="anticipatory" 114CONFIG_DEFAULT_IOSCHED="anticipatory"
115CONFIG_CLASSIC_RCU=y
84 116
85# 117#
86# Processor type and features 118# Processor type and features
@@ -91,22 +123,28 @@ CONFIG_ZONE_DMA=y
91CONFIG_QUICKLIST=y 123CONFIG_QUICKLIST=y
92CONFIG_MMU=y 124CONFIG_MMU=y
93CONFIG_SWIOTLB=y 125CONFIG_SWIOTLB=y
126CONFIG_IOMMU_HELPER=y
94CONFIG_RWSEM_XCHGADD_ALGORITHM=y 127CONFIG_RWSEM_XCHGADD_ALGORITHM=y
95# CONFIG_ARCH_HAS_ILOG2_U32 is not set 128# CONFIG_ARCH_HAS_ILOG2_U32 is not set
96# CONFIG_ARCH_HAS_ILOG2_U64 is not set 129# CONFIG_ARCH_HAS_ILOG2_U64 is not set
130CONFIG_HUGETLB_PAGE_SIZE_VARIABLE=y
97CONFIG_GENERIC_FIND_NEXT_BIT=y 131CONFIG_GENERIC_FIND_NEXT_BIT=y
98CONFIG_GENERIC_CALIBRATE_DELAY=y 132CONFIG_GENERIC_CALIBRATE_DELAY=y
99CONFIG_GENERIC_TIME=y 133CONFIG_GENERIC_TIME=y
134CONFIG_GENERIC_TIME_VSYSCALL=y
135CONFIG_HAVE_SETUP_PER_CPU_AREA=y
100CONFIG_DMI=y 136CONFIG_DMI=y
101CONFIG_EFI=y 137CONFIG_EFI=y
102CONFIG_GENERIC_IOMAP=y 138CONFIG_GENERIC_IOMAP=y
103CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y 139CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
140CONFIG_IA64_UNCACHED_ALLOCATOR=y
104CONFIG_AUDIT_ARCH=y 141CONFIG_AUDIT_ARCH=y
105CONFIG_IA64_GENERIC=y 142CONFIG_IA64_GENERIC=y
106# CONFIG_IA64_DIG is not set 143# CONFIG_IA64_DIG is not set
107# CONFIG_IA64_HP_ZX1 is not set 144# CONFIG_IA64_HP_ZX1 is not set
108# CONFIG_IA64_HP_ZX1_SWIOTLB is not set 145# CONFIG_IA64_HP_ZX1_SWIOTLB is not set
109# CONFIG_IA64_SGI_SN2 is not set 146# CONFIG_IA64_SGI_SN2 is not set
147# CONFIG_IA64_SGI_UV is not set
110# CONFIG_IA64_HP_SIM is not set 148# CONFIG_IA64_HP_SIM is not set
111# CONFIG_ITANIUM is not set 149# CONFIG_ITANIUM is not set
112CONFIG_MCKINLEY=y 150CONFIG_MCKINLEY=y
@@ -116,22 +154,26 @@ CONFIG_MCKINLEY=y
116CONFIG_IA64_PAGE_SIZE_64KB=y 154CONFIG_IA64_PAGE_SIZE_64KB=y
117CONFIG_PGTABLE_3=y 155CONFIG_PGTABLE_3=y
118# CONFIG_PGTABLE_4 is not set 156# CONFIG_PGTABLE_4 is not set
157CONFIG_HZ=250
119# CONFIG_HZ_100 is not set 158# CONFIG_HZ_100 is not set
120CONFIG_HZ_250=y 159CONFIG_HZ_250=y
121# CONFIG_HZ_300 is not set 160# CONFIG_HZ_300 is not set
122# CONFIG_HZ_1000 is not set 161# CONFIG_HZ_1000 is not set
123CONFIG_HZ=250 162# CONFIG_SCHED_HRTICK is not set
124CONFIG_IA64_L1_CACHE_SHIFT=7 163CONFIG_IA64_L1_CACHE_SHIFT=7
125CONFIG_IA64_CYCLONE=y 164CONFIG_IA64_CYCLONE=y
126CONFIG_IOSAPIC=y 165CONFIG_IOSAPIC=y
127# CONFIG_IA64_SGI_SN_XP is not set
128CONFIG_FORCE_MAX_ZONEORDER=17 166CONFIG_FORCE_MAX_ZONEORDER=17
167# CONFIG_VIRT_CPU_ACCOUNTING is not set
129CONFIG_SMP=y 168CONFIG_SMP=y
130CONFIG_NR_CPUS=512 169CONFIG_NR_CPUS=4096
131CONFIG_HOTPLUG_CPU=y 170CONFIG_HOTPLUG_CPU=y
132CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y 171CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
172CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
133# CONFIG_SCHED_SMT is not set 173# CONFIG_SCHED_SMT is not set
134# CONFIG_PERMIT_BSP_REMOVE is not set 174# CONFIG_PERMIT_BSP_REMOVE is not set
175CONFIG_PREEMPT_NONE=y
176# CONFIG_PREEMPT_VOLUNTARY is not set
135# CONFIG_PREEMPT is not set 177# CONFIG_PREEMPT is not set
136CONFIG_SELECT_MEMORY_MODEL=y 178CONFIG_SELECT_MEMORY_MODEL=y
137# CONFIG_FLATMEM_MANUAL is not set 179# CONFIG_FLATMEM_MANUAL is not set
@@ -141,6 +183,8 @@ CONFIG_DISCONTIGMEM=y
141CONFIG_FLAT_NODE_MEM_MAP=y 183CONFIG_FLAT_NODE_MEM_MAP=y
142CONFIG_NEED_MULTIPLE_NODES=y 184CONFIG_NEED_MULTIPLE_NODES=y
143# CONFIG_SPARSEMEM_STATIC is not set 185# CONFIG_SPARSEMEM_STATIC is not set
186CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
187CONFIG_PAGEFLAGS_EXTENDED=y
144CONFIG_SPLIT_PTLOCK_CPUS=4 188CONFIG_SPLIT_PTLOCK_CPUS=4
145CONFIG_MIGRATION=y 189CONFIG_MIGRATION=y
146CONFIG_RESOURCES_64BIT=y 190CONFIG_RESOURCES_64BIT=y
@@ -148,6 +192,7 @@ CONFIG_ZONE_DMA_FLAG=1
148CONFIG_BOUNCE=y 192CONFIG_BOUNCE=y
149CONFIG_NR_QUICK=1 193CONFIG_NR_QUICK=1
150CONFIG_VIRT_TO_BUS=y 194CONFIG_VIRT_TO_BUS=y
195CONFIG_MMU_NOTIFIER=y
151CONFIG_ARCH_SELECT_MEMORY_MODEL=y 196CONFIG_ARCH_SELECT_MEMORY_MODEL=y
152CONFIG_ARCH_DISCONTIGMEM_ENABLE=y 197CONFIG_ARCH_DISCONTIGMEM_ENABLE=y
153CONFIG_ARCH_FLATMEM_ENABLE=y 198CONFIG_ARCH_FLATMEM_ENABLE=y
@@ -162,12 +207,14 @@ CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID=y
162CONFIG_HAVE_ARCH_NODEDATA_EXTENSION=y 207CONFIG_HAVE_ARCH_NODEDATA_EXTENSION=y
163CONFIG_IA32_SUPPORT=y 208CONFIG_IA32_SUPPORT=y
164CONFIG_COMPAT=y 209CONFIG_COMPAT=y
210CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
165CONFIG_IA64_MCA_RECOVERY=y 211CONFIG_IA64_MCA_RECOVERY=y
166CONFIG_PERFMON=y 212CONFIG_PERFMON=y
167CONFIG_IA64_PALINFO=y 213CONFIG_IA64_PALINFO=y
168# CONFIG_IA64_MC_ERR_INJECT is not set 214# CONFIG_IA64_MC_ERR_INJECT is not set
169CONFIG_SGI_SN=y 215CONFIG_SGI_SN=y
170# CONFIG_IA64_ESI is not set 216# CONFIG_IA64_ESI is not set
217# CONFIG_IA64_HP_AML_NFW is not set
171 218
172# 219#
173# SN Devices 220# SN Devices
@@ -179,6 +226,7 @@ CONFIG_CRASH_DUMP=y
179# 226#
180# Firmware Drivers 227# Firmware Drivers
181# 228#
229# CONFIG_FIRMWARE_MEMMAP is not set
182CONFIG_EFI_VARS=y 230CONFIG_EFI_VARS=y
183CONFIG_EFI_PCDP=y 231CONFIG_EFI_PCDP=y
184CONFIG_DMIID=y 232CONFIG_DMIID=y
@@ -189,24 +237,25 @@ CONFIG_BINFMT_MISC=m
189# Power management and ACPI 237# Power management and ACPI
190# 238#
191CONFIG_PM=y 239CONFIG_PM=y
192CONFIG_PM_LEGACY=y
193# CONFIG_PM_DEBUG is not set 240# CONFIG_PM_DEBUG is not set
194
195#
196# ACPI (Advanced Configuration and Power Interface) Support
197#
198CONFIG_ACPI=y 241CONFIG_ACPI=y
199CONFIG_ACPI_PROCFS=y 242CONFIG_ACPI_PROCFS=y
243CONFIG_ACPI_PROCFS_POWER=y
244CONFIG_ACPI_SYSFS_POWER=y
245CONFIG_ACPI_PROC_EVENT=y
200CONFIG_ACPI_BUTTON=m 246CONFIG_ACPI_BUTTON=m
201CONFIG_ACPI_FAN=m 247CONFIG_ACPI_FAN=m
202# CONFIG_ACPI_DOCK is not set 248CONFIG_ACPI_DOCK=y
249# CONFIG_ACPI_BAY is not set
203CONFIG_ACPI_PROCESSOR=m 250CONFIG_ACPI_PROCESSOR=m
204CONFIG_ACPI_HOTPLUG_CPU=y 251CONFIG_ACPI_HOTPLUG_CPU=y
205CONFIG_ACPI_THERMAL=m 252CONFIG_ACPI_THERMAL=m
206CONFIG_ACPI_NUMA=y 253CONFIG_ACPI_NUMA=y
254# CONFIG_ACPI_CUSTOM_DSDT is not set
207CONFIG_ACPI_BLACKLIST_YEAR=0 255CONFIG_ACPI_BLACKLIST_YEAR=0
208# CONFIG_ACPI_DEBUG is not set 256# CONFIG_ACPI_DEBUG is not set
209CONFIG_ACPI_EC=y 257CONFIG_ACPI_EC=y
258# CONFIG_ACPI_PCI_SLOT is not set
210CONFIG_ACPI_POWER=y 259CONFIG_ACPI_POWER=y
211CONFIG_ACPI_SYSTEM=y 260CONFIG_ACPI_SYSTEM=y
212CONFIG_ACPI_CONTAINER=m 261CONFIG_ACPI_CONTAINER=m
@@ -225,6 +274,7 @@ CONFIG_PCI_SYSCALL=y
225# CONFIG_PCIEPORTBUS is not set 274# CONFIG_PCIEPORTBUS is not set
226CONFIG_ARCH_SUPPORTS_MSI=y 275CONFIG_ARCH_SUPPORTS_MSI=y
227# CONFIG_PCI_MSI is not set 276# CONFIG_PCI_MSI is not set
277CONFIG_PCI_LEGACY=y
228# CONFIG_PCI_DEBUG is not set 278# CONFIG_PCI_DEBUG is not set
229CONFIG_HOTPLUG_PCI=m 279CONFIG_HOTPLUG_PCI=m
230# CONFIG_HOTPLUG_PCI_FAKE is not set 280# CONFIG_HOTPLUG_PCI_FAKE is not set
@@ -233,15 +283,7 @@ CONFIG_HOTPLUG_PCI_ACPI=m
233# CONFIG_HOTPLUG_PCI_CPCI is not set 283# CONFIG_HOTPLUG_PCI_CPCI is not set
234# CONFIG_HOTPLUG_PCI_SHPC is not set 284# CONFIG_HOTPLUG_PCI_SHPC is not set
235# CONFIG_HOTPLUG_PCI_SGI is not set 285# CONFIG_HOTPLUG_PCI_SGI is not set
236
237#
238# PCCARD (PCMCIA/CardBus) support
239#
240# CONFIG_PCCARD is not set 286# CONFIG_PCCARD is not set
241
242#
243# Networking
244#
245CONFIG_NET=y 287CONFIG_NET=y
246 288
247# 289#
@@ -254,6 +296,7 @@ CONFIG_XFRM=y
254# CONFIG_XFRM_USER is not set 296# CONFIG_XFRM_USER is not set
255# CONFIG_XFRM_SUB_POLICY is not set 297# CONFIG_XFRM_SUB_POLICY is not set
256# CONFIG_XFRM_MIGRATE is not set 298# CONFIG_XFRM_MIGRATE is not set
299# CONFIG_XFRM_STATISTICS is not set
257# CONFIG_NET_KEY is not set 300# CONFIG_NET_KEY is not set
258CONFIG_INET=y 301CONFIG_INET=y
259CONFIG_IP_MULTICAST=y 302CONFIG_IP_MULTICAST=y
@@ -273,6 +316,7 @@ CONFIG_SYN_COOKIES=y
273CONFIG_INET_XFRM_MODE_TRANSPORT=y 316CONFIG_INET_XFRM_MODE_TRANSPORT=y
274CONFIG_INET_XFRM_MODE_TUNNEL=y 317CONFIG_INET_XFRM_MODE_TUNNEL=y
275CONFIG_INET_XFRM_MODE_BEET=y 318CONFIG_INET_XFRM_MODE_BEET=y
319CONFIG_INET_LRO=m
276CONFIG_INET_DIAG=y 320CONFIG_INET_DIAG=y
277CONFIG_INET_TCP_DIAG=y 321CONFIG_INET_TCP_DIAG=y
278# CONFIG_TCP_CONG_ADVANCED is not set 322# CONFIG_TCP_CONG_ADVANCED is not set
@@ -280,8 +324,6 @@ CONFIG_TCP_CONG_CUBIC=y
280CONFIG_DEFAULT_TCP_CONG="cubic" 324CONFIG_DEFAULT_TCP_CONG="cubic"
281# CONFIG_TCP_MD5SIG is not set 325# CONFIG_TCP_MD5SIG is not set
282# CONFIG_IPV6 is not set 326# CONFIG_IPV6 is not set
283# CONFIG_INET6_XFRM_TUNNEL is not set
284# CONFIG_INET6_TUNNEL is not set
285# CONFIG_NETWORK_SECMARK is not set 327# CONFIG_NETWORK_SECMARK is not set
286# CONFIG_NETFILTER is not set 328# CONFIG_NETFILTER is not set
287# CONFIG_IP_DCCP is not set 329# CONFIG_IP_DCCP is not set
@@ -298,10 +340,6 @@ CONFIG_DEFAULT_TCP_CONG="cubic"
298# CONFIG_LAPB is not set 340# CONFIG_LAPB is not set
299# CONFIG_ECONET is not set 341# CONFIG_ECONET is not set
300# CONFIG_WAN_ROUTER is not set 342# CONFIG_WAN_ROUTER is not set
301
302#
303# QoS and/or fair queueing
304#
305# CONFIG_NET_SCHED is not set 343# CONFIG_NET_SCHED is not set
306 344
307# 345#
@@ -309,6 +347,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic"
309# 347#
310# CONFIG_NET_PKTGEN is not set 348# CONFIG_NET_PKTGEN is not set
311# CONFIG_HAMRADIO is not set 349# CONFIG_HAMRADIO is not set
350# CONFIG_CAN is not set
312# CONFIG_IRDA is not set 351# CONFIG_IRDA is not set
313# CONFIG_BT is not set 352# CONFIG_BT is not set
314# CONFIG_AF_RXRPC is not set 353# CONFIG_AF_RXRPC is not set
@@ -330,13 +369,17 @@ CONFIG_DEFAULT_TCP_CONG="cubic"
330# 369#
331# Generic Driver Options 370# Generic Driver Options
332# 371#
372CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
333CONFIG_STANDALONE=y 373CONFIG_STANDALONE=y
334CONFIG_PREVENT_FIRMWARE_BUILD=y 374CONFIG_PREVENT_FIRMWARE_BUILD=y
335CONFIG_FW_LOADER=m 375CONFIG_FW_LOADER=y
376CONFIG_FIRMWARE_IN_KERNEL=y
377CONFIG_EXTRA_FIRMWARE=""
336# CONFIG_DEBUG_DRIVER is not set 378# CONFIG_DEBUG_DRIVER is not set
337# CONFIG_DEBUG_DEVRES is not set 379# CONFIG_DEBUG_DEVRES is not set
338# CONFIG_SYS_HYPERVISOR is not set 380# CONFIG_SYS_HYPERVISOR is not set
339# CONFIG_CONNECTOR is not set 381CONFIG_CONNECTOR=y
382CONFIG_PROC_EVENTS=y
340# CONFIG_MTD is not set 383# CONFIG_MTD is not set
341# CONFIG_PARPORT is not set 384# CONFIG_PARPORT is not set
342CONFIG_PNP=y 385CONFIG_PNP=y
@@ -360,25 +403,35 @@ CONFIG_BLK_DEV_NBD=m
360CONFIG_BLK_DEV_RAM=y 403CONFIG_BLK_DEV_RAM=y
361CONFIG_BLK_DEV_RAM_COUNT=16 404CONFIG_BLK_DEV_RAM_COUNT=16
362CONFIG_BLK_DEV_RAM_SIZE=4096 405CONFIG_BLK_DEV_RAM_SIZE=4096
363CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 406# CONFIG_BLK_DEV_XIP is not set
364# CONFIG_CDROM_PKTCDVD is not set 407# CONFIG_CDROM_PKTCDVD is not set
365# CONFIG_ATA_OVER_ETH is not set 408# CONFIG_ATA_OVER_ETH is not set
409# CONFIG_BLK_DEV_HD is not set
366CONFIG_MISC_DEVICES=y 410CONFIG_MISC_DEVICES=y
367# CONFIG_PHANTOM is not set 411# CONFIG_PHANTOM is not set
368# CONFIG_EEPROM_93CX6 is not set 412# CONFIG_EEPROM_93CX6 is not set
369CONFIG_SGI_IOC4=y 413CONFIG_SGI_IOC4=y
370# CONFIG_TIFM_CORE is not set 414# CONFIG_TIFM_CORE is not set
415# CONFIG_ENCLOSURE_SERVICES is not set
416CONFIG_SGI_XP=m
417# CONFIG_HP_ILO is not set
418CONFIG_SGI_GRU=m
419# CONFIG_SGI_GRU_DEBUG is not set
420CONFIG_HAVE_IDE=y
371CONFIG_IDE=y 421CONFIG_IDE=y
372CONFIG_IDE_MAX_HWIFS=4 422CONFIG_IDE_MAX_HWIFS=4
373CONFIG_BLK_DEV_IDE=y 423CONFIG_BLK_DEV_IDE=y
374 424
375# 425#
376# Please see Documentation/ide.txt for help/info on IDE drives 426# Please see Documentation/ide/ide.txt for help/info on IDE drives
377# 427#
428CONFIG_IDE_TIMINGS=y
429CONFIG_IDE_ATAPI=y
378# CONFIG_BLK_DEV_IDE_SATA is not set 430# CONFIG_BLK_DEV_IDE_SATA is not set
379CONFIG_BLK_DEV_IDEDISK=y 431CONFIG_BLK_DEV_IDEDISK=y
380# CONFIG_IDEDISK_MULTI_MODE is not set 432# CONFIG_IDEDISK_MULTI_MODE is not set
381CONFIG_BLK_DEV_IDECD=y 433CONFIG_BLK_DEV_IDECD=y
434CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y
382# CONFIG_BLK_DEV_IDETAPE is not set 435# CONFIG_BLK_DEV_IDETAPE is not set
383CONFIG_BLK_DEV_IDEFLOPPY=y 436CONFIG_BLK_DEV_IDEFLOPPY=y
384CONFIG_BLK_DEV_IDESCSI=m 437CONFIG_BLK_DEV_IDESCSI=m
@@ -390,25 +443,26 @@ CONFIG_IDE_PROC_FS=y
390# IDE chipset support/bugfixes 443# IDE chipset support/bugfixes
391# 444#
392# CONFIG_IDE_GENERIC is not set 445# CONFIG_IDE_GENERIC is not set
446# CONFIG_BLK_DEV_PLATFORM is not set
393# CONFIG_BLK_DEV_IDEPNP is not set 447# CONFIG_BLK_DEV_IDEPNP is not set
448CONFIG_BLK_DEV_IDEDMA_SFF=y
449
450#
451# PCI IDE chipsets support
452#
394CONFIG_BLK_DEV_IDEPCI=y 453CONFIG_BLK_DEV_IDEPCI=y
395CONFIG_IDEPCI_SHARE_IRQ=y
396CONFIG_IDEPCI_PCIBUS_ORDER=y 454CONFIG_IDEPCI_PCIBUS_ORDER=y
397# CONFIG_BLK_DEV_OFFBOARD is not set 455# CONFIG_BLK_DEV_OFFBOARD is not set
398CONFIG_BLK_DEV_GENERIC=y 456CONFIG_BLK_DEV_GENERIC=y
399# CONFIG_BLK_DEV_OPTI621 is not set 457# CONFIG_BLK_DEV_OPTI621 is not set
400CONFIG_BLK_DEV_IDEDMA_PCI=y 458CONFIG_BLK_DEV_IDEDMA_PCI=y
401# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
402# CONFIG_IDEDMA_ONLYDISK is not set
403# CONFIG_BLK_DEV_AEC62XX is not set 459# CONFIG_BLK_DEV_AEC62XX is not set
404# CONFIG_BLK_DEV_ALI15X3 is not set 460# CONFIG_BLK_DEV_ALI15X3 is not set
405# CONFIG_BLK_DEV_AMD74XX is not set 461# CONFIG_BLK_DEV_AMD74XX is not set
406CONFIG_BLK_DEV_CMD64X=y 462CONFIG_BLK_DEV_CMD64X=y
407# CONFIG_BLK_DEV_TRIFLEX is not set 463# CONFIG_BLK_DEV_TRIFLEX is not set
408# CONFIG_BLK_DEV_CY82C693 is not set
409# CONFIG_BLK_DEV_CS5520 is not set 464# CONFIG_BLK_DEV_CS5520 is not set
410# CONFIG_BLK_DEV_CS5530 is not set 465# CONFIG_BLK_DEV_CS5530 is not set
411# CONFIG_BLK_DEV_HPT34X is not set
412# CONFIG_BLK_DEV_HPT366 is not set 466# CONFIG_BLK_DEV_HPT366 is not set
413# CONFIG_BLK_DEV_JMICRON is not set 467# CONFIG_BLK_DEV_JMICRON is not set
414# CONFIG_BLK_DEV_SC1200 is not set 468# CONFIG_BLK_DEV_SC1200 is not set
@@ -425,10 +479,7 @@ CONFIG_BLK_DEV_SGIIOC4=y
425# CONFIG_BLK_DEV_TRM290 is not set 479# CONFIG_BLK_DEV_TRM290 is not set
426# CONFIG_BLK_DEV_VIA82CXXX is not set 480# CONFIG_BLK_DEV_VIA82CXXX is not set
427# CONFIG_BLK_DEV_TC86C001 is not set 481# CONFIG_BLK_DEV_TC86C001 is not set
428# CONFIG_IDE_ARM is not set
429CONFIG_BLK_DEV_IDEDMA=y 482CONFIG_BLK_DEV_IDEDMA=y
430# CONFIG_IDEDMA_IVB is not set
431# CONFIG_BLK_DEV_HD is not set
432 483
433# 484#
434# SCSI device support 485# SCSI device support
@@ -468,10 +519,8 @@ CONFIG_SCSI_FC_ATTRS=y
468# CONFIG_SCSI_ISCSI_ATTRS is not set 519# CONFIG_SCSI_ISCSI_ATTRS is not set
469CONFIG_SCSI_SAS_ATTRS=y 520CONFIG_SCSI_SAS_ATTRS=y
470# CONFIG_SCSI_SAS_LIBSAS is not set 521# CONFIG_SCSI_SAS_LIBSAS is not set
471 522# CONFIG_SCSI_SRP_ATTRS is not set
472# 523CONFIG_SCSI_LOWLEVEL=y
473# SCSI low-level drivers
474#
475# CONFIG_ISCSI_TCP is not set 524# CONFIG_ISCSI_TCP is not set
476# CONFIG_BLK_DEV_3W_XXXX_RAID is not set 525# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
477# CONFIG_SCSI_3W_9XXX is not set 526# CONFIG_SCSI_3W_9XXX is not set
@@ -481,6 +530,8 @@ CONFIG_SCSI_SAS_ATTRS=y
481# CONFIG_SCSI_AIC7XXX_OLD is not set 530# CONFIG_SCSI_AIC7XXX_OLD is not set
482# CONFIG_SCSI_AIC79XX is not set 531# CONFIG_SCSI_AIC79XX is not set
483# CONFIG_SCSI_AIC94XX is not set 532# CONFIG_SCSI_AIC94XX is not set
533# CONFIG_SCSI_DPT_I2O is not set
534# CONFIG_SCSI_ADVANSYS is not set
484# CONFIG_SCSI_ARCMSR is not set 535# CONFIG_SCSI_ARCMSR is not set
485# CONFIG_MEGARAID_NEWGEN is not set 536# CONFIG_MEGARAID_NEWGEN is not set
486# CONFIG_MEGARAID_LEGACY is not set 537# CONFIG_MEGARAID_LEGACY is not set
@@ -491,12 +542,14 @@ CONFIG_SCSI_SAS_ATTRS=y
491# CONFIG_SCSI_IPS is not set 542# CONFIG_SCSI_IPS is not set
492# CONFIG_SCSI_INITIO is not set 543# CONFIG_SCSI_INITIO is not set
493# CONFIG_SCSI_INIA100 is not set 544# CONFIG_SCSI_INIA100 is not set
545# CONFIG_SCSI_MVSAS is not set
494# CONFIG_SCSI_STEX is not set 546# CONFIG_SCSI_STEX is not set
495CONFIG_SCSI_SYM53C8XX_2=y 547CONFIG_SCSI_SYM53C8XX_2=y
496CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1 548CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1
497CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16 549CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16
498CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64 550CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64
499CONFIG_SCSI_SYM53C8XX_MMIO=y 551CONFIG_SCSI_SYM53C8XX_MMIO=y
552# CONFIG_SCSI_IPR is not set
500CONFIG_SCSI_QLOGIC_1280=y 553CONFIG_SCSI_QLOGIC_1280=y
501# CONFIG_SCSI_QLA_FC is not set 554# CONFIG_SCSI_QLA_FC is not set
502# CONFIG_SCSI_QLA_ISCSI is not set 555# CONFIG_SCSI_QLA_ISCSI is not set
@@ -505,7 +558,68 @@ CONFIG_SCSI_QLOGIC_1280=y
505# CONFIG_SCSI_DC390T is not set 558# CONFIG_SCSI_DC390T is not set
506# CONFIG_SCSI_DEBUG is not set 559# CONFIG_SCSI_DEBUG is not set
507# CONFIG_SCSI_SRP is not set 560# CONFIG_SCSI_SRP is not set
508# CONFIG_ATA is not set 561# CONFIG_SCSI_DH is not set
562CONFIG_ATA=y
563CONFIG_ATA_NONSTANDARD=y
564CONFIG_ATA_ACPI=y
565CONFIG_SATA_PMP=y
566# CONFIG_SATA_AHCI is not set
567# CONFIG_SATA_SIL24 is not set
568CONFIG_ATA_SFF=y
569# CONFIG_SATA_SVW is not set
570CONFIG_ATA_PIIX=y
571# CONFIG_SATA_MV is not set
572# CONFIG_SATA_NV is not set
573# CONFIG_PDC_ADMA is not set
574# CONFIG_SATA_QSTOR is not set
575# CONFIG_SATA_PROMISE is not set
576# CONFIG_SATA_SX4 is not set
577# CONFIG_SATA_SIL is not set
578# CONFIG_SATA_SIS is not set
579# CONFIG_SATA_ULI is not set
580# CONFIG_SATA_VIA is not set
581# CONFIG_SATA_VITESSE is not set
582# CONFIG_SATA_INIC162X is not set
583# CONFIG_PATA_ACPI is not set
584# CONFIG_PATA_ALI is not set
585# CONFIG_PATA_AMD is not set
586# CONFIG_PATA_ARTOP is not set
587# CONFIG_PATA_ATIIXP is not set
588# CONFIG_PATA_CMD640_PCI is not set
589# CONFIG_PATA_CMD64X is not set
590# CONFIG_PATA_CS5520 is not set
591# CONFIG_PATA_CS5530 is not set
592# CONFIG_PATA_CYPRESS is not set
593# CONFIG_PATA_EFAR is not set
594# CONFIG_ATA_GENERIC is not set
595# CONFIG_PATA_HPT366 is not set
596# CONFIG_PATA_HPT37X is not set
597# CONFIG_PATA_HPT3X2N is not set
598# CONFIG_PATA_HPT3X3 is not set
599# CONFIG_PATA_IT821X is not set
600# CONFIG_PATA_IT8213 is not set
601# CONFIG_PATA_JMICRON is not set
602# CONFIG_PATA_TRIFLEX is not set
603# CONFIG_PATA_MARVELL is not set
604# CONFIG_PATA_MPIIX is not set
605# CONFIG_PATA_OLDPIIX is not set
606# CONFIG_PATA_NETCELL is not set
607# CONFIG_PATA_NINJA32 is not set
608# CONFIG_PATA_NS87410 is not set
609# CONFIG_PATA_NS87415 is not set
610# CONFIG_PATA_OPTI is not set
611# CONFIG_PATA_OPTIDMA is not set
612# CONFIG_PATA_PDC_OLD is not set
613# CONFIG_PATA_RADISYS is not set
614# CONFIG_PATA_RZ1000 is not set
615# CONFIG_PATA_SC1200 is not set
616# CONFIG_PATA_SERVERWORKS is not set
617# CONFIG_PATA_PDC2027X is not set
618# CONFIG_PATA_SIL680 is not set
619# CONFIG_PATA_SIS is not set
620# CONFIG_PATA_VIA is not set
621# CONFIG_PATA_WINBOND is not set
622# CONFIG_PATA_SCH is not set
509CONFIG_MD=y 623CONFIG_MD=y
510CONFIG_BLK_DEV_MD=m 624CONFIG_BLK_DEV_MD=m
511CONFIG_MD_LINEAR=m 625CONFIG_MD_LINEAR=m
@@ -522,36 +636,52 @@ CONFIG_DM_SNAPSHOT=m
522CONFIG_DM_MIRROR=m 636CONFIG_DM_MIRROR=m
523CONFIG_DM_ZERO=m 637CONFIG_DM_ZERO=m
524CONFIG_DM_MULTIPATH=m 638CONFIG_DM_MULTIPATH=m
525# CONFIG_DM_MULTIPATH_EMC is not set
526# CONFIG_DM_MULTIPATH_RDAC is not set
527# CONFIG_DM_DELAY is not set 639# CONFIG_DM_DELAY is not set
528 640# CONFIG_DM_UEVENT is not set
529#
530# Fusion MPT device support
531#
532CONFIG_FUSION=y 641CONFIG_FUSION=y
533CONFIG_FUSION_SPI=y 642CONFIG_FUSION_SPI=y
534CONFIG_FUSION_FC=m 643CONFIG_FUSION_FC=m
535CONFIG_FUSION_SAS=y 644CONFIG_FUSION_SAS=y
536CONFIG_FUSION_MAX_SGE=128 645CONFIG_FUSION_MAX_SGE=128
537# CONFIG_FUSION_CTL is not set 646# CONFIG_FUSION_CTL is not set
647# CONFIG_FUSION_LOGGING is not set
538 648
539# 649#
540# IEEE 1394 (FireWire) support 650# IEEE 1394 (FireWire) support
541# 651#
652
653#
654# Enable only one of the two stacks, unless you know what you are doing
655#
542# CONFIG_FIREWIRE is not set 656# CONFIG_FIREWIRE is not set
543# CONFIG_IEEE1394 is not set 657# CONFIG_IEEE1394 is not set
544# CONFIG_I2O is not set 658# CONFIG_I2O is not set
545CONFIG_NETDEVICES=y 659CONFIG_NETDEVICES=y
546# CONFIG_NETDEVICES_MULTIQUEUE is not set
547CONFIG_DUMMY=m 660CONFIG_DUMMY=m
548# CONFIG_BONDING is not set 661# CONFIG_BONDING is not set
549# CONFIG_MACVLAN is not set 662# CONFIG_MACVLAN is not set
550# CONFIG_EQUALIZER is not set 663# CONFIG_EQUALIZER is not set
551# CONFIG_TUN is not set 664# CONFIG_TUN is not set
665# CONFIG_VETH is not set
552# CONFIG_NET_SB1000 is not set 666# CONFIG_NET_SB1000 is not set
553# CONFIG_ARCNET is not set 667# CONFIG_ARCNET is not set
554# CONFIG_PHYLIB is not set 668CONFIG_PHYLIB=y
669
670#
671# MII PHY device drivers
672#
673# CONFIG_MARVELL_PHY is not set
674# CONFIG_DAVICOM_PHY is not set
675# CONFIG_QSEMI_PHY is not set
676# CONFIG_LXT_PHY is not set
677# CONFIG_CICADA_PHY is not set
678# CONFIG_VITESSE_PHY is not set
679# CONFIG_SMSC_PHY is not set
680# CONFIG_BROADCOM_PHY is not set
681# CONFIG_ICPLUS_PHY is not set
682# CONFIG_REALTEK_PHY is not set
683# CONFIG_FIXED_PHY is not set
684# CONFIG_MDIO_BITBANG is not set
555CONFIG_NET_ETHERNET=y 685CONFIG_NET_ETHERNET=y
556CONFIG_MII=m 686CONFIG_MII=m
557# CONFIG_HAPPYMEAL is not set 687# CONFIG_HAPPYMEAL is not set
@@ -569,13 +699,16 @@ CONFIG_TULIP=m
569# CONFIG_DM9102 is not set 699# CONFIG_DM9102 is not set
570# CONFIG_ULI526X is not set 700# CONFIG_ULI526X is not set
571# CONFIG_HP100 is not set 701# CONFIG_HP100 is not set
702# CONFIG_IBM_NEW_EMAC_ZMII is not set
703# CONFIG_IBM_NEW_EMAC_RGMII is not set
704# CONFIG_IBM_NEW_EMAC_TAH is not set
705# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
572CONFIG_NET_PCI=y 706CONFIG_NET_PCI=y
573# CONFIG_PCNET32 is not set 707# CONFIG_PCNET32 is not set
574# CONFIG_AMD8111_ETH is not set 708# CONFIG_AMD8111_ETH is not set
575# CONFIG_ADAPTEC_STARFIRE is not set 709# CONFIG_ADAPTEC_STARFIRE is not set
576# CONFIG_B44 is not set 710# CONFIG_B44 is not set
577# CONFIG_FORCEDETH is not set 711# CONFIG_FORCEDETH is not set
578# CONFIG_DGRS is not set
579CONFIG_EEPRO100=m 712CONFIG_EEPRO100=m
580CONFIG_E100=m 713CONFIG_E100=m
581# CONFIG_FEALNX is not set 714# CONFIG_FEALNX is not set
@@ -583,17 +716,22 @@ CONFIG_E100=m
583# CONFIG_NE2K_PCI is not set 716# CONFIG_NE2K_PCI is not set
584# CONFIG_8139CP is not set 717# CONFIG_8139CP is not set
585# CONFIG_8139TOO is not set 718# CONFIG_8139TOO is not set
719# CONFIG_R6040 is not set
586# CONFIG_SIS900 is not set 720# CONFIG_SIS900 is not set
587# CONFIG_EPIC100 is not set 721# CONFIG_EPIC100 is not set
588# CONFIG_SUNDANCE is not set 722# CONFIG_SUNDANCE is not set
723# CONFIG_TLAN is not set
589# CONFIG_VIA_RHINE is not set 724# CONFIG_VIA_RHINE is not set
590# CONFIG_SC92031 is not set 725# CONFIG_SC92031 is not set
591CONFIG_NETDEV_1000=y 726CONFIG_NETDEV_1000=y
592# CONFIG_ACENIC is not set 727# CONFIG_ACENIC is not set
593# CONFIG_DL2K is not set 728# CONFIG_DL2K is not set
594CONFIG_E1000=y 729CONFIG_E1000=y
595# CONFIG_E1000_NAPI is not set
596# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set 730# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
731# CONFIG_E1000E is not set
732# CONFIG_IP1000 is not set
733CONFIG_IGB=y
734# CONFIG_IGB_LRO is not set
597# CONFIG_NS83820 is not set 735# CONFIG_NS83820 is not set
598# CONFIG_HAMACHI is not set 736# CONFIG_HAMACHI is not set
599# CONFIG_YELLOWFIN is not set 737# CONFIG_YELLOWFIN is not set
@@ -606,14 +744,20 @@ CONFIG_TIGON3=y
606# CONFIG_BNX2 is not set 744# CONFIG_BNX2 is not set
607# CONFIG_QLA3XXX is not set 745# CONFIG_QLA3XXX is not set
608# CONFIG_ATL1 is not set 746# CONFIG_ATL1 is not set
747# CONFIG_ATL1E is not set
609CONFIG_NETDEV_10000=y 748CONFIG_NETDEV_10000=y
610# CONFIG_CHELSIO_T1 is not set 749# CONFIG_CHELSIO_T1 is not set
611# CONFIG_CHELSIO_T3 is not set 750# CONFIG_CHELSIO_T3 is not set
751# CONFIG_IXGBE is not set
612# CONFIG_IXGB is not set 752# CONFIG_IXGB is not set
613# CONFIG_S2IO is not set 753# CONFIG_S2IO is not set
614# CONFIG_MYRI10GE is not set 754# CONFIG_MYRI10GE is not set
615# CONFIG_NETXEN_NIC is not set 755# CONFIG_NETXEN_NIC is not set
756# CONFIG_NIU is not set
616# CONFIG_MLX4_CORE is not set 757# CONFIG_MLX4_CORE is not set
758# CONFIG_TEHUTI is not set
759# CONFIG_BNX2X is not set
760# CONFIG_SFC is not set
617# CONFIG_TR is not set 761# CONFIG_TR is not set
618 762
619# 763#
@@ -621,6 +765,7 @@ CONFIG_NETDEV_10000=y
621# 765#
622# CONFIG_WLAN_PRE80211 is not set 766# CONFIG_WLAN_PRE80211 is not set
623# CONFIG_WLAN_80211 is not set 767# CONFIG_WLAN_80211 is not set
768# CONFIG_IWLWIFI_LEDS is not set
624 769
625# 770#
626# USB Network Adapters 771# USB Network Adapters
@@ -629,7 +774,6 @@ CONFIG_NETDEV_10000=y
629# CONFIG_USB_KAWETH is not set 774# CONFIG_USB_KAWETH is not set
630# CONFIG_USB_PEGASUS is not set 775# CONFIG_USB_PEGASUS is not set
631# CONFIG_USB_RTL8150 is not set 776# CONFIG_USB_RTL8150 is not set
632# CONFIG_USB_USBNET_MII is not set
633# CONFIG_USB_USBNET is not set 777# CONFIG_USB_USBNET is not set
634# CONFIG_WAN is not set 778# CONFIG_WAN is not set
635# CONFIG_FDDI is not set 779# CONFIG_FDDI is not set
@@ -637,8 +781,8 @@ CONFIG_NETDEV_10000=y
637# CONFIG_PPP is not set 781# CONFIG_PPP is not set
638# CONFIG_SLIP is not set 782# CONFIG_SLIP is not set
639# CONFIG_NET_FC is not set 783# CONFIG_NET_FC is not set
640# CONFIG_SHAPER is not set
641CONFIG_NETCONSOLE=y 784CONFIG_NETCONSOLE=y
785# CONFIG_NETCONSOLE_DYNAMIC is not set
642CONFIG_NETPOLL=y 786CONFIG_NETPOLL=y
643# CONFIG_NETPOLL_TRAP is not set 787# CONFIG_NETPOLL_TRAP is not set
644CONFIG_NET_POLL_CONTROLLER=y 788CONFIG_NET_POLL_CONTROLLER=y
@@ -660,7 +804,6 @@ CONFIG_INPUT_MOUSEDEV_PSAUX=y
660CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 804CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
661CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 805CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
662# CONFIG_INPUT_JOYDEV is not set 806# CONFIG_INPUT_JOYDEV is not set
663# CONFIG_INPUT_TSDEV is not set
664# CONFIG_INPUT_EVDEV is not set 807# CONFIG_INPUT_EVDEV is not set
665# CONFIG_INPUT_EVBUG is not set 808# CONFIG_INPUT_EVBUG is not set
666 809
@@ -709,9 +852,11 @@ CONFIG_GAMEPORT=m
709# Character devices 852# Character devices
710# 853#
711CONFIG_VT=y 854CONFIG_VT=y
855CONFIG_CONSOLE_TRANSLATIONS=y
712CONFIG_VT_CONSOLE=y 856CONFIG_VT_CONSOLE=y
713CONFIG_HW_CONSOLE=y 857CONFIG_HW_CONSOLE=y
714# CONFIG_VT_HW_CONSOLE_BINDING is not set 858# CONFIG_VT_HW_CONSOLE_BINDING is not set
859CONFIG_DEVKMEM=y
715CONFIG_SERIAL_NONSTANDARD=y 860CONFIG_SERIAL_NONSTANDARD=y
716# CONFIG_COMPUTONE is not set 861# CONFIG_COMPUTONE is not set
717# CONFIG_ROCKETPORT is not set 862# CONFIG_ROCKETPORT is not set
@@ -719,15 +864,16 @@ CONFIG_SERIAL_NONSTANDARD=y
719# CONFIG_DIGIEPCA is not set 864# CONFIG_DIGIEPCA is not set
720# CONFIG_MOXA_INTELLIO is not set 865# CONFIG_MOXA_INTELLIO is not set
721# CONFIG_MOXA_SMARTIO is not set 866# CONFIG_MOXA_SMARTIO is not set
722# CONFIG_MOXA_SMARTIO_NEW is not set
723# CONFIG_ISI is not set 867# CONFIG_ISI is not set
724# CONFIG_SYNCLINKMP is not set 868# CONFIG_SYNCLINKMP is not set
725# CONFIG_SYNCLINK_GT is not set 869# CONFIG_SYNCLINK_GT is not set
726# CONFIG_N_HDLC is not set 870# CONFIG_N_HDLC is not set
871# CONFIG_RISCOM8 is not set
727# CONFIG_SPECIALIX is not set 872# CONFIG_SPECIALIX is not set
728# CONFIG_SX is not set 873# CONFIG_SX is not set
729# CONFIG_RIO is not set 874# CONFIG_RIO is not set
730# CONFIG_STALDRV is not set 875# CONFIG_STALDRV is not set
876# CONFIG_NOZOMI is not set
731CONFIG_SGI_SNSC=y 877CONFIG_SGI_SNSC=y
732CONFIG_SGI_TIOCX=y 878CONFIG_SGI_TIOCX=y
733CONFIG_SGI_MBCS=m 879CONFIG_SGI_MBCS=m
@@ -759,76 +905,100 @@ CONFIG_UNIX98_PTYS=y
759CONFIG_LEGACY_PTYS=y 905CONFIG_LEGACY_PTYS=y
760CONFIG_LEGACY_PTY_COUNT=256 906CONFIG_LEGACY_PTY_COUNT=256
761# CONFIG_IPMI_HANDLER is not set 907# CONFIG_IPMI_HANDLER is not set
762# CONFIG_WATCHDOG is not set
763# CONFIG_HW_RANDOM is not set 908# CONFIG_HW_RANDOM is not set
764CONFIG_EFI_RTC=y 909CONFIG_EFI_RTC=y
765# CONFIG_R3964 is not set 910# CONFIG_R3964 is not set
766# CONFIG_APPLICOM is not set 911# CONFIG_APPLICOM is not set
767CONFIG_AGP=m
768CONFIG_AGP_I460=m
769CONFIG_AGP_HP_ZX1=m
770CONFIG_AGP_SGI_TIOCA=m
771CONFIG_DRM=m
772CONFIG_DRM_TDFX=m
773CONFIG_DRM_R128=m
774CONFIG_DRM_RADEON=m
775CONFIG_DRM_MGA=m
776CONFIG_DRM_SIS=m
777# CONFIG_DRM_VIA is not set
778# CONFIG_DRM_SAVAGE is not set
779CONFIG_RAW_DRIVER=m 912CONFIG_RAW_DRIVER=m
780CONFIG_MAX_RAW_DEVS=256 913CONFIG_MAX_RAW_DEVS=256
781CONFIG_HPET=y 914CONFIG_HPET=y
782# CONFIG_HPET_RTC_IRQ is not set
783CONFIG_HPET_MMAP=y 915CONFIG_HPET_MMAP=y
784# CONFIG_HANGCHECK_TIMER is not set 916# CONFIG_HANGCHECK_TIMER is not set
785CONFIG_MMTIMER=y 917CONFIG_MMTIMER=y
786# CONFIG_TCG_TPM is not set 918# CONFIG_TCG_TPM is not set
787CONFIG_DEVPORT=y 919CONFIG_DEVPORT=y
788# CONFIG_I2C is not set 920# CONFIG_I2C is not set
789
790#
791# SPI support
792#
793# CONFIG_SPI is not set 921# CONFIG_SPI is not set
794# CONFIG_SPI_MASTER is not set
795# CONFIG_W1 is not set 922# CONFIG_W1 is not set
796# CONFIG_POWER_SUPPLY is not set 923CONFIG_POWER_SUPPLY=y
924# CONFIG_POWER_SUPPLY_DEBUG is not set
925# CONFIG_PDA_POWER is not set
926# CONFIG_BATTERY_DS2760 is not set
797CONFIG_HWMON=y 927CONFIG_HWMON=y
798# CONFIG_HWMON_VID is not set 928# CONFIG_HWMON_VID is not set
799# CONFIG_SENSORS_ABITUGURU is not set 929# CONFIG_SENSORS_I5K_AMB is not set
800# CONFIG_SENSORS_F71805F is not set 930# CONFIG_SENSORS_F71805F is not set
931# CONFIG_SENSORS_F71882FG is not set
932# CONFIG_SENSORS_IT87 is not set
933# CONFIG_SENSORS_PC87360 is not set
801# CONFIG_SENSORS_PC87427 is not set 934# CONFIG_SENSORS_PC87427 is not set
935# CONFIG_SENSORS_SIS5595 is not set
802# CONFIG_SENSORS_SMSC47M1 is not set 936# CONFIG_SENSORS_SMSC47M1 is not set
803# CONFIG_SENSORS_SMSC47B397 is not set 937# CONFIG_SENSORS_SMSC47B397 is not set
938# CONFIG_SENSORS_VIA686A is not set
804# CONFIG_SENSORS_VT1211 is not set 939# CONFIG_SENSORS_VT1211 is not set
940# CONFIG_SENSORS_VT8231 is not set
805# CONFIG_SENSORS_W83627HF is not set 941# CONFIG_SENSORS_W83627HF is not set
942# CONFIG_SENSORS_W83627EHF is not set
806# CONFIG_HWMON_DEBUG_CHIP is not set 943# CONFIG_HWMON_DEBUG_CHIP is not set
944CONFIG_THERMAL=m
945# CONFIG_THERMAL_HWMON is not set
946# CONFIG_WATCHDOG is not set
947
948#
949# Sonics Silicon Backplane
950#
951CONFIG_SSB_POSSIBLE=y
952# CONFIG_SSB is not set
807 953
808# 954#
809# Multifunction device drivers 955# Multifunction device drivers
810# 956#
957# CONFIG_MFD_CORE is not set
811# CONFIG_MFD_SM501 is not set 958# CONFIG_MFD_SM501 is not set
959# CONFIG_HTC_PASIC3 is not set
812 960
813# 961#
814# Multimedia devices 962# Multimedia devices
815# 963#
964
965#
966# Multimedia core support
967#
816# CONFIG_VIDEO_DEV is not set 968# CONFIG_VIDEO_DEV is not set
817# CONFIG_DVB_CORE is not set 969# CONFIG_DVB_CORE is not set
970# CONFIG_VIDEO_MEDIA is not set
971
972#
973# Multimedia drivers
974#
818CONFIG_DAB=y 975CONFIG_DAB=y
819# CONFIG_USB_DABUSB is not set 976# CONFIG_USB_DABUSB is not set
820 977
821# 978#
822# Graphics support 979# Graphics support
823# 980#
981CONFIG_AGP=m
982CONFIG_AGP_I460=m
983CONFIG_AGP_HP_ZX1=m
984CONFIG_AGP_SGI_TIOCA=m
985CONFIG_DRM=m
986CONFIG_DRM_TDFX=m
987CONFIG_DRM_R128=m
988CONFIG_DRM_RADEON=m
989CONFIG_DRM_MGA=m
990CONFIG_DRM_SIS=m
991# CONFIG_DRM_VIA is not set
992# CONFIG_DRM_SAVAGE is not set
993# CONFIG_VGASTATE is not set
994# CONFIG_VIDEO_OUTPUT_CONTROL is not set
995# CONFIG_FB is not set
824# CONFIG_BACKLIGHT_LCD_SUPPORT is not set 996# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
825 997
826# 998#
827# Display device support 999# Display device support
828# 1000#
829# CONFIG_DISPLAY_SUPPORT is not set 1001# CONFIG_DISPLAY_SUPPORT is not set
830# CONFIG_VGASTATE is not set
831# CONFIG_FB is not set
832 1002
833# 1003#
834# Console display driver support 1004# Console display driver support
@@ -836,15 +1006,7 @@ CONFIG_DAB=y
836CONFIG_VGA_CONSOLE=y 1006CONFIG_VGA_CONSOLE=y
837# CONFIG_VGACON_SOFT_SCROLLBACK is not set 1007# CONFIG_VGACON_SOFT_SCROLLBACK is not set
838CONFIG_DUMMY_CONSOLE=y 1008CONFIG_DUMMY_CONSOLE=y
839
840#
841# Sound
842#
843CONFIG_SOUND=m 1009CONFIG_SOUND=m
844
845#
846# Advanced Linux Sound Architecture
847#
848CONFIG_SND=m 1010CONFIG_SND=m
849CONFIG_SND_TIMER=m 1011CONFIG_SND_TIMER=m
850CONFIG_SND_PCM=m 1012CONFIG_SND_PCM=m
@@ -862,22 +1024,18 @@ CONFIG_SND_SUPPORT_OLD_API=y
862CONFIG_SND_VERBOSE_PROCFS=y 1024CONFIG_SND_VERBOSE_PROCFS=y
863CONFIG_SND_VERBOSE_PRINTK=y 1025CONFIG_SND_VERBOSE_PRINTK=y
864# CONFIG_SND_DEBUG is not set 1026# CONFIG_SND_DEBUG is not set
865 1027CONFIG_SND_VMASTER=y
866#
867# Generic devices
868#
869CONFIG_SND_MPU401_UART=m 1028CONFIG_SND_MPU401_UART=m
870CONFIG_SND_OPL3_LIB=m 1029CONFIG_SND_OPL3_LIB=m
871CONFIG_SND_AC97_CODEC=m 1030CONFIG_SND_AC97_CODEC=m
1031CONFIG_SND_DRIVERS=y
872CONFIG_SND_DUMMY=m 1032CONFIG_SND_DUMMY=m
873CONFIG_SND_VIRMIDI=m 1033CONFIG_SND_VIRMIDI=m
874CONFIG_SND_MTPAV=m 1034CONFIG_SND_MTPAV=m
875CONFIG_SND_SERIAL_U16550=m 1035CONFIG_SND_SERIAL_U16550=m
876CONFIG_SND_MPU401=m 1036CONFIG_SND_MPU401=m
877 1037# CONFIG_SND_AC97_POWER_SAVE is not set
878# 1038CONFIG_SND_PCI=y
879# PCI devices
880#
881# CONFIG_SND_AD1889 is not set 1039# CONFIG_SND_AD1889 is not set
882# CONFIG_SND_ALS300 is not set 1040# CONFIG_SND_ALS300 is not set
883# CONFIG_SND_ALI5451 is not set 1041# CONFIG_SND_ALI5451 is not set
@@ -886,10 +1044,12 @@ CONFIG_SND_MPU401=m
886# CONFIG_SND_AU8810 is not set 1044# CONFIG_SND_AU8810 is not set
887# CONFIG_SND_AU8820 is not set 1045# CONFIG_SND_AU8820 is not set
888# CONFIG_SND_AU8830 is not set 1046# CONFIG_SND_AU8830 is not set
1047# CONFIG_SND_AW2 is not set
889# CONFIG_SND_AZT3328 is not set 1048# CONFIG_SND_AZT3328 is not set
890# CONFIG_SND_BT87X is not set 1049# CONFIG_SND_BT87X is not set
891# CONFIG_SND_CA0106 is not set 1050# CONFIG_SND_CA0106 is not set
892# CONFIG_SND_CMIPCI is not set 1051# CONFIG_SND_CMIPCI is not set
1052# CONFIG_SND_OXYGEN is not set
893CONFIG_SND_CS4281=m 1053CONFIG_SND_CS4281=m
894CONFIG_SND_CS46XX=m 1054CONFIG_SND_CS46XX=m
895CONFIG_SND_CS46XX_NEW_DSP=y 1055CONFIG_SND_CS46XX_NEW_DSP=y
@@ -912,10 +1072,10 @@ CONFIG_SND_EMU10K1=m
912# CONFIG_SND_ES1938 is not set 1072# CONFIG_SND_ES1938 is not set
913# CONFIG_SND_ES1968 is not set 1073# CONFIG_SND_ES1968 is not set
914CONFIG_SND_FM801=m 1074CONFIG_SND_FM801=m
915# CONFIG_SND_FM801_TEA575X_BOOL is not set
916# CONFIG_SND_HDA_INTEL is not set 1075# CONFIG_SND_HDA_INTEL is not set
917# CONFIG_SND_HDSP is not set 1076# CONFIG_SND_HDSP is not set
918# CONFIG_SND_HDSPM is not set 1077# CONFIG_SND_HDSPM is not set
1078# CONFIG_SND_HIFIER is not set
919# CONFIG_SND_ICE1712 is not set 1079# CONFIG_SND_ICE1712 is not set
920# CONFIG_SND_ICE1724 is not set 1080# CONFIG_SND_ICE1724 is not set
921# CONFIG_SND_INTEL8X0 is not set 1081# CONFIG_SND_INTEL8X0 is not set
@@ -933,29 +1093,19 @@ CONFIG_SND_FM801=m
933# CONFIG_SND_TRIDENT is not set 1093# CONFIG_SND_TRIDENT is not set
934# CONFIG_SND_VIA82XX is not set 1094# CONFIG_SND_VIA82XX is not set
935# CONFIG_SND_VIA82XX_MODEM is not set 1095# CONFIG_SND_VIA82XX_MODEM is not set
1096# CONFIG_SND_VIRTUOSO is not set
936# CONFIG_SND_VX222 is not set 1097# CONFIG_SND_VX222 is not set
937# CONFIG_SND_YMFPCI is not set 1098# CONFIG_SND_YMFPCI is not set
938# CONFIG_SND_AC97_POWER_SAVE is not set 1099CONFIG_SND_USB=y
939
940#
941# USB devices
942#
943# CONFIG_SND_USB_AUDIO is not set 1100# CONFIG_SND_USB_AUDIO is not set
944# CONFIG_SND_USB_CAIAQ is not set 1101# CONFIG_SND_USB_CAIAQ is not set
945
946#
947# System on Chip audio support
948#
949# CONFIG_SND_SOC is not set 1102# CONFIG_SND_SOC is not set
950
951#
952# Open Sound System
953#
954# CONFIG_SOUND_PRIME is not set 1103# CONFIG_SOUND_PRIME is not set
955CONFIG_AC97_BUS=m 1104CONFIG_AC97_BUS=m
956CONFIG_HID_SUPPORT=y 1105CONFIG_HID_SUPPORT=y
957CONFIG_HID=y 1106CONFIG_HID=y
958# CONFIG_HID_DEBUG is not set 1107# CONFIG_HID_DEBUG is not set
1108# CONFIG_HIDRAW is not set
959 1109
960# 1110#
961# USB Input Devices 1111# USB Input Devices
@@ -976,6 +1126,7 @@ CONFIG_USB_ARCH_HAS_OHCI=y
976CONFIG_USB_ARCH_HAS_EHCI=y 1126CONFIG_USB_ARCH_HAS_EHCI=y
977CONFIG_USB=m 1127CONFIG_USB=m
978# CONFIG_USB_DEBUG is not set 1128# CONFIG_USB_DEBUG is not set
1129# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
979 1130
980# 1131#
981# Miscellaneous USB options 1132# Miscellaneous USB options
@@ -984,17 +1135,17 @@ CONFIG_USB_DEVICEFS=y
984CONFIG_USB_DEVICE_CLASS=y 1135CONFIG_USB_DEVICE_CLASS=y
985# CONFIG_USB_DYNAMIC_MINORS is not set 1136# CONFIG_USB_DYNAMIC_MINORS is not set
986# CONFIG_USB_SUSPEND is not set 1137# CONFIG_USB_SUSPEND is not set
987# CONFIG_USB_PERSIST is not set
988# CONFIG_USB_OTG is not set 1138# CONFIG_USB_OTG is not set
989 1139
990# 1140#
991# USB Host Controller Drivers 1141# USB Host Controller Drivers
992# 1142#
1143# CONFIG_USB_C67X00_HCD is not set
993CONFIG_USB_EHCI_HCD=m 1144CONFIG_USB_EHCI_HCD=m
994# CONFIG_USB_EHCI_SPLIT_ISO is not set
995# CONFIG_USB_EHCI_ROOT_HUB_TT is not set 1145# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
996# CONFIG_USB_EHCI_TT_NEWSCHED is not set 1146# CONFIG_USB_EHCI_TT_NEWSCHED is not set
997# CONFIG_USB_ISP116X_HCD is not set 1147# CONFIG_USB_ISP116X_HCD is not set
1148# CONFIG_USB_ISP1760_HCD is not set
998CONFIG_USB_OHCI_HCD=m 1149CONFIG_USB_OHCI_HCD=m
999# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set 1150# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
1000# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set 1151# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
@@ -1008,6 +1159,7 @@ CONFIG_USB_UHCI_HCD=m
1008# 1159#
1009# CONFIG_USB_ACM is not set 1160# CONFIG_USB_ACM is not set
1010# CONFIG_USB_PRINTER is not set 1161# CONFIG_USB_PRINTER is not set
1162# CONFIG_USB_WDM is not set
1011 1163
1012# 1164#
1013# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 1165# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
@@ -1027,7 +1179,9 @@ CONFIG_USB_STORAGE=m
1027# CONFIG_USB_STORAGE_SDDR55 is not set 1179# CONFIG_USB_STORAGE_SDDR55 is not set
1028# CONFIG_USB_STORAGE_JUMPSHOT is not set 1180# CONFIG_USB_STORAGE_JUMPSHOT is not set
1029# CONFIG_USB_STORAGE_ALAUDA is not set 1181# CONFIG_USB_STORAGE_ALAUDA is not set
1182# CONFIG_USB_STORAGE_ONETOUCH is not set
1030# CONFIG_USB_STORAGE_KARMA is not set 1183# CONFIG_USB_STORAGE_KARMA is not set
1184# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
1031# CONFIG_USB_LIBUSUAL is not set 1185# CONFIG_USB_LIBUSUAL is not set
1032 1186
1033# 1187#
@@ -1040,10 +1194,6 @@ CONFIG_USB_MON=y
1040# 1194#
1041# USB port drivers 1195# USB port drivers
1042# 1196#
1043
1044#
1045# USB Serial Converter support
1046#
1047# CONFIG_USB_SERIAL is not set 1197# CONFIG_USB_SERIAL is not set
1048 1198
1049# 1199#
@@ -1069,67 +1219,32 @@ CONFIG_USB_MON=y
1069# CONFIG_USB_TRANCEVIBRATOR is not set 1219# CONFIG_USB_TRANCEVIBRATOR is not set
1070# CONFIG_USB_IOWARRIOR is not set 1220# CONFIG_USB_IOWARRIOR is not set
1071# CONFIG_USB_TEST is not set 1221# CONFIG_USB_TEST is not set
1072 1222# CONFIG_USB_ISIGHTFW is not set
1073#
1074# USB DSL modem support
1075#
1076
1077#
1078# USB Gadget Support
1079#
1080# CONFIG_USB_GADGET is not set 1223# CONFIG_USB_GADGET is not set
1081# CONFIG_MMC is not set 1224# CONFIG_MMC is not set
1082 1225# CONFIG_MEMSTICK is not set
1083#
1084# LED devices
1085#
1086# CONFIG_NEW_LEDS is not set 1226# CONFIG_NEW_LEDS is not set
1087 1227# CONFIG_ACCESSIBILITY is not set
1088#
1089# LED drivers
1090#
1091
1092#
1093# LED Triggers
1094#
1095CONFIG_INFINIBAND=m 1228CONFIG_INFINIBAND=m
1096# CONFIG_INFINIBAND_USER_MAD is not set 1229# CONFIG_INFINIBAND_USER_MAD is not set
1097# CONFIG_INFINIBAND_USER_ACCESS is not set 1230# CONFIG_INFINIBAND_USER_ACCESS is not set
1098CONFIG_INFINIBAND_ADDR_TRANS=y 1231CONFIG_INFINIBAND_ADDR_TRANS=y
1099CONFIG_INFINIBAND_MTHCA=m 1232CONFIG_INFINIBAND_MTHCA=m
1100CONFIG_INFINIBAND_MTHCA_DEBUG=y 1233CONFIG_INFINIBAND_MTHCA_DEBUG=y
1234# CONFIG_INFINIBAND_IPATH is not set
1101# CONFIG_INFINIBAND_AMSO1100 is not set 1235# CONFIG_INFINIBAND_AMSO1100 is not set
1102# CONFIG_MLX4_INFINIBAND is not set 1236# CONFIG_MLX4_INFINIBAND is not set
1237# CONFIG_INFINIBAND_NES is not set
1103CONFIG_INFINIBAND_IPOIB=m 1238CONFIG_INFINIBAND_IPOIB=m
1104# CONFIG_INFINIBAND_IPOIB_CM is not set 1239# CONFIG_INFINIBAND_IPOIB_CM is not set
1105CONFIG_INFINIBAND_IPOIB_DEBUG=y 1240CONFIG_INFINIBAND_IPOIB_DEBUG=y
1106# CONFIG_INFINIBAND_IPOIB_DEBUG_DATA is not set 1241# CONFIG_INFINIBAND_IPOIB_DEBUG_DATA is not set
1107# CONFIG_INFINIBAND_SRP is not set 1242# CONFIG_INFINIBAND_SRP is not set
1108# CONFIG_INFINIBAND_ISER is not set 1243# CONFIG_INFINIBAND_ISER is not set
1109
1110#
1111# Real Time Clock
1112#
1113# CONFIG_RTC_CLASS is not set 1244# CONFIG_RTC_CLASS is not set
1114 1245# CONFIG_DMADEVICES is not set
1115#
1116# DMA Engine support
1117#
1118# CONFIG_DMA_ENGINE is not set
1119
1120#
1121# DMA Clients
1122#
1123
1124#
1125# DMA Devices
1126#
1127
1128#
1129# Userspace I/O
1130#
1131# CONFIG_UIO is not set 1246# CONFIG_UIO is not set
1132# CONFIG_MSPEC is not set 1247CONFIG_MSPEC=m
1133 1248
1134# 1249#
1135# File systems 1250# File systems
@@ -1145,7 +1260,6 @@ CONFIG_EXT3_FS_POSIX_ACL=y
1145CONFIG_EXT3_FS_SECURITY=y 1260CONFIG_EXT3_FS_SECURITY=y
1146# CONFIG_EXT4DEV_FS is not set 1261# CONFIG_EXT4DEV_FS is not set
1147CONFIG_JBD=y 1262CONFIG_JBD=y
1148# CONFIG_JBD_DEBUG is not set
1149CONFIG_FS_MBCACHE=y 1263CONFIG_FS_MBCACHE=y
1150CONFIG_REISERFS_FS=y 1264CONFIG_REISERFS_FS=y
1151# CONFIG_REISERFS_CHECK is not set 1265# CONFIG_REISERFS_CHECK is not set
@@ -1157,17 +1271,15 @@ CONFIG_REISERFS_FS_SECURITY=y
1157CONFIG_FS_POSIX_ACL=y 1271CONFIG_FS_POSIX_ACL=y
1158CONFIG_XFS_FS=y 1272CONFIG_XFS_FS=y
1159# CONFIG_XFS_QUOTA is not set 1273# CONFIG_XFS_QUOTA is not set
1160# CONFIG_XFS_SECURITY is not set
1161# CONFIG_XFS_POSIX_ACL is not set 1274# CONFIG_XFS_POSIX_ACL is not set
1162# CONFIG_XFS_RT is not set 1275# CONFIG_XFS_RT is not set
1276# CONFIG_XFS_DEBUG is not set
1163# CONFIG_GFS2_FS is not set 1277# CONFIG_GFS2_FS is not set
1164# CONFIG_OCFS2_FS is not set 1278# CONFIG_OCFS2_FS is not set
1165# CONFIG_MINIX_FS is not set 1279CONFIG_DNOTIFY=y
1166# CONFIG_ROMFS_FS is not set
1167CONFIG_INOTIFY=y 1280CONFIG_INOTIFY=y
1168CONFIG_INOTIFY_USER=y 1281CONFIG_INOTIFY_USER=y
1169# CONFIG_QUOTA is not set 1282# CONFIG_QUOTA is not set
1170CONFIG_DNOTIFY=y
1171CONFIG_AUTOFS_FS=y 1283CONFIG_AUTOFS_FS=y
1172CONFIG_AUTOFS4_FS=y 1284CONFIG_AUTOFS4_FS=y
1173# CONFIG_FUSE_FS is not set 1285# CONFIG_FUSE_FS is not set
@@ -1205,7 +1317,6 @@ CONFIG_TMPFS=y
1205# CONFIG_TMPFS_POSIX_ACL is not set 1317# CONFIG_TMPFS_POSIX_ACL is not set
1206CONFIG_HUGETLBFS=y 1318CONFIG_HUGETLBFS=y
1207CONFIG_HUGETLB_PAGE=y 1319CONFIG_HUGETLB_PAGE=y
1208CONFIG_RAMFS=y
1209# CONFIG_CONFIGFS_FS is not set 1320# CONFIG_CONFIGFS_FS is not set
1210 1321
1211# 1322#
@@ -1220,32 +1331,30 @@ CONFIG_RAMFS=y
1220# CONFIG_EFS_FS is not set 1331# CONFIG_EFS_FS is not set
1221# CONFIG_CRAMFS is not set 1332# CONFIG_CRAMFS is not set
1222# CONFIG_VXFS_FS is not set 1333# CONFIG_VXFS_FS is not set
1334# CONFIG_MINIX_FS is not set
1335# CONFIG_OMFS_FS is not set
1223# CONFIG_HPFS_FS is not set 1336# CONFIG_HPFS_FS is not set
1224# CONFIG_QNX4FS_FS is not set 1337# CONFIG_QNX4FS_FS is not set
1338# CONFIG_ROMFS_FS is not set
1225# CONFIG_SYSV_FS is not set 1339# CONFIG_SYSV_FS is not set
1226# CONFIG_UFS_FS is not set 1340# CONFIG_UFS_FS is not set
1227 1341CONFIG_NETWORK_FILESYSTEMS=y
1228#
1229# Network File Systems
1230#
1231CONFIG_NFS_FS=m 1342CONFIG_NFS_FS=m
1232CONFIG_NFS_V3=y 1343CONFIG_NFS_V3=y
1233# CONFIG_NFS_V3_ACL is not set 1344# CONFIG_NFS_V3_ACL is not set
1234CONFIG_NFS_V4=y 1345CONFIG_NFS_V4=y
1235CONFIG_NFS_DIRECTIO=y
1236CONFIG_NFSD=m 1346CONFIG_NFSD=m
1237CONFIG_NFSD_V3=y 1347CONFIG_NFSD_V3=y
1238# CONFIG_NFSD_V3_ACL is not set 1348# CONFIG_NFSD_V3_ACL is not set
1239CONFIG_NFSD_V4=y 1349CONFIG_NFSD_V4=y
1240CONFIG_NFSD_TCP=y
1241CONFIG_LOCKD=m 1350CONFIG_LOCKD=m
1242CONFIG_LOCKD_V4=y 1351CONFIG_LOCKD_V4=y
1243CONFIG_EXPORTFS=m 1352CONFIG_EXPORTFS=m
1244CONFIG_NFS_COMMON=y 1353CONFIG_NFS_COMMON=y
1245CONFIG_SUNRPC=m 1354CONFIG_SUNRPC=m
1246CONFIG_SUNRPC_GSS=m 1355CONFIG_SUNRPC_GSS=m
1247# CONFIG_SUNRPC_BIND34 is not set 1356CONFIG_SUNRPC_XPRT_RDMA=m
1248CONFIG_RPCSEC_GSS_KRB5=y 1357CONFIG_RPCSEC_GSS_KRB5=m
1249# CONFIG_RPCSEC_GSS_SPKM3 is not set 1358# CONFIG_RPCSEC_GSS_SPKM3 is not set
1250CONFIG_SMB_FS=m 1359CONFIG_SMB_FS=m
1251CONFIG_SMB_NLS_DEFAULT=y 1360CONFIG_SMB_NLS_DEFAULT=y
@@ -1281,10 +1390,6 @@ CONFIG_SGI_PARTITION=y
1281# CONFIG_KARMA_PARTITION is not set 1390# CONFIG_KARMA_PARTITION is not set
1282CONFIG_EFI_PARTITION=y 1391CONFIG_EFI_PARTITION=y
1283# CONFIG_SYSV68_PARTITION is not set 1392# CONFIG_SYSV68_PARTITION is not set
1284
1285#
1286# Native Language Support
1287#
1288CONFIG_NLS=y 1393CONFIG_NLS=y
1289CONFIG_NLS_DEFAULT="iso8859-1" 1394CONFIG_NLS_DEFAULT="iso8859-1"
1290CONFIG_NLS_CODEPAGE_437=y 1395CONFIG_NLS_CODEPAGE_437=y
@@ -1325,22 +1430,24 @@ CONFIG_NLS_ISO8859_15=m
1325CONFIG_NLS_KOI8_R=m 1430CONFIG_NLS_KOI8_R=m
1326CONFIG_NLS_KOI8_U=m 1431CONFIG_NLS_KOI8_U=m
1327CONFIG_NLS_UTF8=m 1432CONFIG_NLS_UTF8=m
1328
1329#
1330# Distributed Lock Manager
1331#
1332# CONFIG_DLM is not set 1433# CONFIG_DLM is not set
1434CONFIG_HAVE_KVM=y
1435CONFIG_VIRTUALIZATION=y
1436# CONFIG_KVM is not set
1333 1437
1334# 1438#
1335# Library routines 1439# Library routines
1336# 1440#
1337CONFIG_BITREVERSE=y 1441CONFIG_BITREVERSE=y
1442# CONFIG_GENERIC_FIND_FIRST_BIT is not set
1338# CONFIG_CRC_CCITT is not set 1443# CONFIG_CRC_CCITT is not set
1339# CONFIG_CRC16 is not set 1444# CONFIG_CRC16 is not set
1340# CONFIG_CRC_ITU_T is not set 1445CONFIG_CRC_T10DIF=y
1446CONFIG_CRC_ITU_T=m
1341CONFIG_CRC32=y 1447CONFIG_CRC32=y
1342# CONFIG_CRC7 is not set 1448# CONFIG_CRC7 is not set
1343# CONFIG_LIBCRC32C is not set 1449# CONFIG_LIBCRC32C is not set
1450CONFIG_GENERIC_ALLOCATOR=y
1344CONFIG_PLIST=y 1451CONFIG_PLIST=y
1345CONFIG_HAS_IOMEM=y 1452CONFIG_HAS_IOMEM=y
1346CONFIG_HAS_IOPORT=y 1453CONFIG_HAS_IOPORT=y
@@ -1358,16 +1465,12 @@ CONFIG_IRQ_PER_CPU=y
1358# CONFIG_HP_SIMSCSI is not set 1465# CONFIG_HP_SIMSCSI is not set
1359 1466
1360# 1467#
1361# Instrumentation Support
1362#
1363# CONFIG_PROFILING is not set
1364# CONFIG_KPROBES is not set
1365
1366#
1367# Kernel hacking 1468# Kernel hacking
1368# 1469#
1369# CONFIG_PRINTK_TIME is not set 1470# CONFIG_PRINTK_TIME is not set
1471CONFIG_ENABLE_WARN_DEPRECATED=y
1370CONFIG_ENABLE_MUST_CHECK=y 1472CONFIG_ENABLE_MUST_CHECK=y
1473CONFIG_FRAME_WARN=2048
1371CONFIG_MAGIC_SYSRQ=y 1474CONFIG_MAGIC_SYSRQ=y
1372# CONFIG_UNUSED_SYMBOLS is not set 1475# CONFIG_UNUSED_SYMBOLS is not set
1373# CONFIG_DEBUG_FS is not set 1476# CONFIG_DEBUG_FS is not set
@@ -1375,10 +1478,14 @@ CONFIG_MAGIC_SYSRQ=y
1375CONFIG_DEBUG_KERNEL=y 1478CONFIG_DEBUG_KERNEL=y
1376# CONFIG_DEBUG_SHIRQ is not set 1479# CONFIG_DEBUG_SHIRQ is not set
1377CONFIG_DETECT_SOFTLOCKUP=y 1480CONFIG_DETECT_SOFTLOCKUP=y
1481# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
1482CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
1378CONFIG_SCHED_DEBUG=y 1483CONFIG_SCHED_DEBUG=y
1379# CONFIG_SCHEDSTATS is not set 1484# CONFIG_SCHEDSTATS is not set
1380# CONFIG_TIMER_STATS is not set 1485# CONFIG_TIMER_STATS is not set
1381# CONFIG_DEBUG_SLAB is not set 1486# CONFIG_DEBUG_OBJECTS is not set
1487# CONFIG_SLUB_DEBUG_ON is not set
1488# CONFIG_SLUB_STATS is not set
1382# CONFIG_DEBUG_RT_MUTEXES is not set 1489# CONFIG_DEBUG_RT_MUTEXES is not set
1383# CONFIG_RT_MUTEX_TESTER is not set 1490# CONFIG_RT_MUTEX_TESTER is not set
1384# CONFIG_DEBUG_SPINLOCK is not set 1491# CONFIG_DEBUG_SPINLOCK is not set
@@ -1388,10 +1495,15 @@ CONFIG_DEBUG_MUTEXES=y
1388# CONFIG_DEBUG_KOBJECT is not set 1495# CONFIG_DEBUG_KOBJECT is not set
1389# CONFIG_DEBUG_INFO is not set 1496# CONFIG_DEBUG_INFO is not set
1390# CONFIG_DEBUG_VM is not set 1497# CONFIG_DEBUG_VM is not set
1498# CONFIG_DEBUG_WRITECOUNT is not set
1499CONFIG_DEBUG_MEMORY_INIT=y
1391# CONFIG_DEBUG_LIST is not set 1500# CONFIG_DEBUG_LIST is not set
1392CONFIG_FORCED_INLINING=y 1501# CONFIG_DEBUG_SG is not set
1502# CONFIG_BOOT_PRINTK_DELAY is not set
1393# CONFIG_RCU_TORTURE_TEST is not set 1503# CONFIG_RCU_TORTURE_TEST is not set
1504# CONFIG_BACKTRACE_SELF_TEST is not set
1394# CONFIG_FAULT_INJECTION is not set 1505# CONFIG_FAULT_INJECTION is not set
1506# CONFIG_SAMPLES is not set
1395CONFIG_IA64_GRANULE_16MB=y 1507CONFIG_IA64_GRANULE_16MB=y
1396# CONFIG_IA64_GRANULE_64MB is not set 1508# CONFIG_IA64_GRANULE_64MB is not set
1397# CONFIG_IA64_PRINT_HAZARDS is not set 1509# CONFIG_IA64_PRINT_HAZARDS is not set
@@ -1405,41 +1517,85 @@ CONFIG_SYSVIPC_COMPAT=y
1405# 1517#
1406# CONFIG_KEYS is not set 1518# CONFIG_KEYS is not set
1407# CONFIG_SECURITY is not set 1519# CONFIG_SECURITY is not set
1520# CONFIG_SECURITY_FILE_CAPABILITIES is not set
1408CONFIG_CRYPTO=y 1521CONFIG_CRYPTO=y
1522
1523#
1524# Crypto core or helper
1525#
1409CONFIG_CRYPTO_ALGAPI=y 1526CONFIG_CRYPTO_ALGAPI=y
1410CONFIG_CRYPTO_BLKCIPHER=m 1527CONFIG_CRYPTO_BLKCIPHER=m
1411CONFIG_CRYPTO_MANAGER=m 1528CONFIG_CRYPTO_MANAGER=m
1529# CONFIG_CRYPTO_GF128MUL is not set
1530# CONFIG_CRYPTO_NULL is not set
1531# CONFIG_CRYPTO_CRYPTD is not set
1532# CONFIG_CRYPTO_AUTHENC is not set
1533# CONFIG_CRYPTO_TEST is not set
1534
1535#
1536# Authenticated Encryption with Associated Data
1537#
1538# CONFIG_CRYPTO_CCM is not set
1539# CONFIG_CRYPTO_GCM is not set
1540# CONFIG_CRYPTO_SEQIV is not set
1541
1542#
1543# Block modes
1544#
1545CONFIG_CRYPTO_CBC=m
1546# CONFIG_CRYPTO_CTR is not set
1547# CONFIG_CRYPTO_CTS is not set
1548CONFIG_CRYPTO_ECB=m
1549# CONFIG_CRYPTO_LRW is not set
1550CONFIG_CRYPTO_PCBC=m
1551# CONFIG_CRYPTO_XTS is not set
1552
1553#
1554# Hash modes
1555#
1412# CONFIG_CRYPTO_HMAC is not set 1556# CONFIG_CRYPTO_HMAC is not set
1413# CONFIG_CRYPTO_XCBC is not set 1557# CONFIG_CRYPTO_XCBC is not set
1414# CONFIG_CRYPTO_NULL is not set 1558
1559#
1560# Digest
1561#
1562# CONFIG_CRYPTO_CRC32C is not set
1415# CONFIG_CRYPTO_MD4 is not set 1563# CONFIG_CRYPTO_MD4 is not set
1416CONFIG_CRYPTO_MD5=y 1564CONFIG_CRYPTO_MD5=y
1565# CONFIG_CRYPTO_MICHAEL_MIC is not set
1566# CONFIG_CRYPTO_RMD128 is not set
1567# CONFIG_CRYPTO_RMD160 is not set
1568# CONFIG_CRYPTO_RMD256 is not set
1569# CONFIG_CRYPTO_RMD320 is not set
1417# CONFIG_CRYPTO_SHA1 is not set 1570# CONFIG_CRYPTO_SHA1 is not set
1418# CONFIG_CRYPTO_SHA256 is not set 1571# CONFIG_CRYPTO_SHA256 is not set
1419# CONFIG_CRYPTO_SHA512 is not set 1572# CONFIG_CRYPTO_SHA512 is not set
1420# CONFIG_CRYPTO_WP512 is not set
1421# CONFIG_CRYPTO_TGR192 is not set 1573# CONFIG_CRYPTO_TGR192 is not set
1422# CONFIG_CRYPTO_GF128MUL is not set 1574# CONFIG_CRYPTO_WP512 is not set
1423CONFIG_CRYPTO_ECB=m 1575
1424CONFIG_CRYPTO_CBC=m 1576#
1425CONFIG_CRYPTO_PCBC=m 1577# Ciphers
1426# CONFIG_CRYPTO_LRW is not set 1578#
1427# CONFIG_CRYPTO_CRYPTD is not set
1428CONFIG_CRYPTO_DES=m
1429# CONFIG_CRYPTO_FCRYPT is not set
1430# CONFIG_CRYPTO_BLOWFISH is not set
1431# CONFIG_CRYPTO_TWOFISH is not set
1432# CONFIG_CRYPTO_SERPENT is not set
1433# CONFIG_CRYPTO_AES is not set 1579# CONFIG_CRYPTO_AES is not set
1580# CONFIG_CRYPTO_ANUBIS is not set
1581# CONFIG_CRYPTO_ARC4 is not set
1582# CONFIG_CRYPTO_BLOWFISH is not set
1583# CONFIG_CRYPTO_CAMELLIA is not set
1434# CONFIG_CRYPTO_CAST5 is not set 1584# CONFIG_CRYPTO_CAST5 is not set
1435# CONFIG_CRYPTO_CAST6 is not set 1585# CONFIG_CRYPTO_CAST6 is not set
1436# CONFIG_CRYPTO_TEA is not set 1586CONFIG_CRYPTO_DES=m
1437# CONFIG_CRYPTO_ARC4 is not set 1587# CONFIG_CRYPTO_FCRYPT is not set
1438# CONFIG_CRYPTO_KHAZAD is not set 1588# CONFIG_CRYPTO_KHAZAD is not set
1439# CONFIG_CRYPTO_ANUBIS is not set 1589# CONFIG_CRYPTO_SALSA20 is not set
1590# CONFIG_CRYPTO_SEED is not set
1591# CONFIG_CRYPTO_SERPENT is not set
1592# CONFIG_CRYPTO_TEA is not set
1593# CONFIG_CRYPTO_TWOFISH is not set
1594
1595#
1596# Compression
1597#
1440# CONFIG_CRYPTO_DEFLATE is not set 1598# CONFIG_CRYPTO_DEFLATE is not set
1441# CONFIG_CRYPTO_MICHAEL_MIC is not set 1599# CONFIG_CRYPTO_LZO is not set
1442# CONFIG_CRYPTO_CRC32C is not set
1443# CONFIG_CRYPTO_CAMELLIA is not set
1444# CONFIG_CRYPTO_TEST is not set
1445CONFIG_CRYPTO_HW=y 1600CONFIG_CRYPTO_HW=y
1601# CONFIG_CRYPTO_DEV_HIFN_795X is not set
diff --git a/arch/ia64/kernel/.gitignore b/arch/ia64/kernel/.gitignore
index 98307759a3b8..21cb0da5ded8 100644
--- a/arch/ia64/kernel/.gitignore
+++ b/arch/ia64/kernel/.gitignore
@@ -1 +1,2 @@
1gate.lds 1gate.lds
2vmlinux.lds
diff --git a/arch/ia64/kernel/ivt.S b/arch/ia64/kernel/ivt.S
index c39627df3cde..416a952b19bd 100644
--- a/arch/ia64/kernel/ivt.S
+++ b/arch/ia64/kernel/ivt.S
@@ -1243,11 +1243,11 @@ ENTRY(speculation_vector)
1243 1243
1244 add r17=r17,r18 // now add the offset 1244 add r17=r17,r18 // now add the offset
1245 ;; 1245 ;;
1246 MOV_FROM_IIP(r17) 1246 MOV_TO_IIP(r17, r19)
1247 dep r16=0,r16,41,2 // clear EI 1247 dep r16=0,r16,41,2 // clear EI
1248 ;; 1248 ;;
1249 1249
1250 MOV_FROM_IPSR(p0, r16) 1250 MOV_TO_IPSR(p0, r16, r19)
1251 ;; 1251 ;;
1252 1252
1253 RFI 1253 RFI