diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-08-06 14:46:39 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-08-06 14:46:39 -0400 |
| commit | 0016fe9d8a1ca99a4642735f41a7753d7c1f7e2b (patch) | |
| tree | 492a2a9f18f07517f38eedb1f208a8efd9e56a7f | |
| parent | 8bc5fb6abb670fa9079cd1994f016a39f99698fe (diff) | |
| parent | bcbd2b65868213c1426654304de3da330cde6b3a (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
| -rw-r--r-- | arch/ia64/Kconfig | 10 | ||||
| -rw-r--r-- | arch/ia64/configs/generic_defconfig | 586 | ||||
| -rw-r--r-- | arch/ia64/kernel/.gitignore | 1 | ||||
| -rw-r--r-- | arch/ia64/kernel/ivt.S | 4 | ||||
| -rw-r--r-- | drivers/misc/Kconfig | 4 |
5 files changed, 381 insertions, 224 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 | ||
| 174 | config IA64_SGI_UV` | 174 | config 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 | ||
| 323 | config NR_CPUS | 323 | config 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 | # |
| 6 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 6 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
| 7 | 7 | ||
| 8 | # | 8 | # |
| 9 | # Code maturity level options | 9 | # General setup |
| 10 | # | 10 | # |
| 11 | CONFIG_EXPERIMENTAL=y | 11 | CONFIG_EXPERIMENTAL=y |
| 12 | CONFIG_LOCK_KERNEL=y | 12 | CONFIG_LOCK_KERNEL=y |
| 13 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 13 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
| 14 | |||
| 15 | # | ||
| 16 | # General setup | ||
| 17 | # | ||
| 18 | CONFIG_LOCALVERSION="" | 14 | CONFIG_LOCALVERSION="" |
| 19 | CONFIG_LOCALVERSION_AUTO=y | 15 | CONFIG_LOCALVERSION_AUTO=y |
| 20 | CONFIG_SWAP=y | 16 | CONFIG_SWAP=y |
| @@ -23,20 +19,34 @@ CONFIG_SYSVIPC_SYSCTL=y | |||
| 23 | CONFIG_POSIX_MQUEUE=y | 19 | CONFIG_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 |
| 28 | CONFIG_IKCONFIG=y | 23 | CONFIG_IKCONFIG=y |
| 29 | CONFIG_IKCONFIG_PROC=y | 24 | CONFIG_IKCONFIG_PROC=y |
| 30 | CONFIG_LOG_BUF_SHIFT=20 | 25 | CONFIG_LOG_BUF_SHIFT=20 |
| 31 | # CONFIG_CPUSETS is not set | 26 | CONFIG_CGROUPS=y |
| 27 | # CONFIG_CGROUP_DEBUG is not set | ||
| 28 | # CONFIG_CGROUP_NS is not set | ||
| 29 | # CONFIG_CGROUP_DEVICE is not set | ||
| 30 | CONFIG_CPUSETS=y | ||
| 31 | # CONFIG_GROUP_SCHED is not set | ||
| 32 | # CONFIG_CGROUP_CPUACCT is not set | ||
| 33 | # CONFIG_RESOURCE_COUNTERS is not set | ||
| 32 | CONFIG_SYSFS_DEPRECATED=y | 34 | CONFIG_SYSFS_DEPRECATED=y |
| 35 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
| 36 | CONFIG_PROC_PID_CPUSET=y | ||
| 33 | # CONFIG_RELAY is not set | 37 | # CONFIG_RELAY is not set |
| 38 | CONFIG_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 | ||
| 34 | CONFIG_BLK_DEV_INITRD=y | 43 | CONFIG_BLK_DEV_INITRD=y |
| 35 | CONFIG_INITRAMFS_SOURCE="" | 44 | CONFIG_INITRAMFS_SOURCE="" |
| 36 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 45 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
| 37 | CONFIG_SYSCTL=y | 46 | CONFIG_SYSCTL=y |
| 38 | # CONFIG_EMBEDDED is not set | 47 | # CONFIG_EMBEDDED is not set |
| 39 | CONFIG_SYSCTL_SYSCALL=y | 48 | CONFIG_SYSCTL_SYSCALL=y |
| 49 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 40 | CONFIG_KALLSYMS=y | 50 | CONFIG_KALLSYMS=y |
| 41 | CONFIG_KALLSYMS_ALL=y | 51 | CONFIG_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 | |||
| 44 | CONFIG_PRINTK=y | 54 | CONFIG_PRINTK=y |
| 45 | CONFIG_BUG=y | 55 | CONFIG_BUG=y |
| 46 | CONFIG_ELF_CORE=y | 56 | CONFIG_ELF_CORE=y |
| 57 | CONFIG_COMPAT_BRK=y | ||
| 47 | CONFIG_BASE_FULL=y | 58 | CONFIG_BASE_FULL=y |
| 48 | CONFIG_FUTEX=y | 59 | CONFIG_FUTEX=y |
| 49 | CONFIG_ANON_INODES=y | 60 | CONFIG_ANON_INODES=y |
| @@ -53,12 +64,30 @@ CONFIG_TIMERFD=y | |||
| 53 | CONFIG_EVENTFD=y | 64 | CONFIG_EVENTFD=y |
| 54 | CONFIG_SHMEM=y | 65 | CONFIG_SHMEM=y |
| 55 | CONFIG_VM_EVENT_COUNTERS=y | 66 | CONFIG_VM_EVENT_COUNTERS=y |
| 67 | CONFIG_SLUB_DEBUG=y | ||
| 68 | # CONFIG_SLAB is not set | ||
| 56 | CONFIG_SLUB=y | 69 | CONFIG_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 | ||
| 73 | CONFIG_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 | ||
| 77 | CONFIG_HAVE_KPROBES=y | ||
| 78 | CONFIG_HAVE_KRETPROBES=y | ||
| 79 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set | ||
| 80 | CONFIG_HAVE_DMA_ATTRS=y | ||
| 81 | CONFIG_USE_GENERIC_SMP_HELPERS=y | ||
| 82 | # CONFIG_HAVE_CLK is not set | ||
| 83 | CONFIG_PROC_PAGE_MONITOR=y | ||
| 84 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 85 | CONFIG_SLABINFO=y | ||
| 58 | CONFIG_RT_MUTEXES=y | 86 | CONFIG_RT_MUTEXES=y |
| 59 | # CONFIG_TINY_SHMEM is not set | 87 | # CONFIG_TINY_SHMEM is not set |
| 60 | CONFIG_BASE_SMALL=0 | 88 | CONFIG_BASE_SMALL=0 |
| 61 | CONFIG_MODULES=y | 89 | CONFIG_MODULES=y |
| 90 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
| 62 | CONFIG_MODULE_UNLOAD=y | 91 | CONFIG_MODULE_UNLOAD=y |
| 63 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 92 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 64 | CONFIG_MODVERSIONS=y | 93 | CONFIG_MODVERSIONS=y |
| @@ -68,6 +97,8 @@ CONFIG_STOP_MACHINE=y | |||
| 68 | CONFIG_BLOCK=y | 97 | CONFIG_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 | ||
| 101 | CONFIG_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 |
| 83 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 114 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
| 115 | CONFIG_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 | |||
| 91 | CONFIG_QUICKLIST=y | 123 | CONFIG_QUICKLIST=y |
| 92 | CONFIG_MMU=y | 124 | CONFIG_MMU=y |
| 93 | CONFIG_SWIOTLB=y | 125 | CONFIG_SWIOTLB=y |
| 126 | CONFIG_IOMMU_HELPER=y | ||
| 94 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 127 | CONFIG_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 |
| 130 | CONFIG_HUGETLB_PAGE_SIZE_VARIABLE=y | ||
| 97 | CONFIG_GENERIC_FIND_NEXT_BIT=y | 131 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
| 98 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 132 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
| 99 | CONFIG_GENERIC_TIME=y | 133 | CONFIG_GENERIC_TIME=y |
| 134 | CONFIG_GENERIC_TIME_VSYSCALL=y | ||
| 135 | CONFIG_HAVE_SETUP_PER_CPU_AREA=y | ||
| 100 | CONFIG_DMI=y | 136 | CONFIG_DMI=y |
| 101 | CONFIG_EFI=y | 137 | CONFIG_EFI=y |
| 102 | CONFIG_GENERIC_IOMAP=y | 138 | CONFIG_GENERIC_IOMAP=y |
| 103 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | 139 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y |
| 140 | CONFIG_IA64_UNCACHED_ALLOCATOR=y | ||
| 104 | CONFIG_AUDIT_ARCH=y | 141 | CONFIG_AUDIT_ARCH=y |
| 105 | CONFIG_IA64_GENERIC=y | 142 | CONFIG_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 |
| 112 | CONFIG_MCKINLEY=y | 150 | CONFIG_MCKINLEY=y |
| @@ -116,22 +154,26 @@ CONFIG_MCKINLEY=y | |||
| 116 | CONFIG_IA64_PAGE_SIZE_64KB=y | 154 | CONFIG_IA64_PAGE_SIZE_64KB=y |
| 117 | CONFIG_PGTABLE_3=y | 155 | CONFIG_PGTABLE_3=y |
| 118 | # CONFIG_PGTABLE_4 is not set | 156 | # CONFIG_PGTABLE_4 is not set |
| 157 | CONFIG_HZ=250 | ||
| 119 | # CONFIG_HZ_100 is not set | 158 | # CONFIG_HZ_100 is not set |
| 120 | CONFIG_HZ_250=y | 159 | CONFIG_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 |
| 123 | CONFIG_HZ=250 | 162 | # CONFIG_SCHED_HRTICK is not set |
| 124 | CONFIG_IA64_L1_CACHE_SHIFT=7 | 163 | CONFIG_IA64_L1_CACHE_SHIFT=7 |
| 125 | CONFIG_IA64_CYCLONE=y | 164 | CONFIG_IA64_CYCLONE=y |
| 126 | CONFIG_IOSAPIC=y | 165 | CONFIG_IOSAPIC=y |
| 127 | # CONFIG_IA64_SGI_SN_XP is not set | ||
| 128 | CONFIG_FORCE_MAX_ZONEORDER=17 | 166 | CONFIG_FORCE_MAX_ZONEORDER=17 |
| 167 | # CONFIG_VIRT_CPU_ACCOUNTING is not set | ||
| 129 | CONFIG_SMP=y | 168 | CONFIG_SMP=y |
| 130 | CONFIG_NR_CPUS=512 | 169 | CONFIG_NR_CPUS=4096 |
| 131 | CONFIG_HOTPLUG_CPU=y | 170 | CONFIG_HOTPLUG_CPU=y |
| 132 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | 171 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y |
| 172 | CONFIG_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 |
| 175 | CONFIG_PREEMPT_NONE=y | ||
| 176 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
| 135 | # CONFIG_PREEMPT is not set | 177 | # CONFIG_PREEMPT is not set |
| 136 | CONFIG_SELECT_MEMORY_MODEL=y | 178 | CONFIG_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 | |||
| 141 | CONFIG_FLAT_NODE_MEM_MAP=y | 183 | CONFIG_FLAT_NODE_MEM_MAP=y |
| 142 | CONFIG_NEED_MULTIPLE_NODES=y | 184 | CONFIG_NEED_MULTIPLE_NODES=y |
| 143 | # CONFIG_SPARSEMEM_STATIC is not set | 185 | # CONFIG_SPARSEMEM_STATIC is not set |
| 186 | CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y | ||
| 187 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
| 144 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 188 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 145 | CONFIG_MIGRATION=y | 189 | CONFIG_MIGRATION=y |
| 146 | CONFIG_RESOURCES_64BIT=y | 190 | CONFIG_RESOURCES_64BIT=y |
| @@ -148,6 +192,7 @@ CONFIG_ZONE_DMA_FLAG=1 | |||
| 148 | CONFIG_BOUNCE=y | 192 | CONFIG_BOUNCE=y |
| 149 | CONFIG_NR_QUICK=1 | 193 | CONFIG_NR_QUICK=1 |
| 150 | CONFIG_VIRT_TO_BUS=y | 194 | CONFIG_VIRT_TO_BUS=y |
| 195 | CONFIG_MMU_NOTIFIER=y | ||
| 151 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | 196 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y |
| 152 | CONFIG_ARCH_DISCONTIGMEM_ENABLE=y | 197 | CONFIG_ARCH_DISCONTIGMEM_ENABLE=y |
| 153 | CONFIG_ARCH_FLATMEM_ENABLE=y | 198 | CONFIG_ARCH_FLATMEM_ENABLE=y |
| @@ -162,12 +207,14 @@ CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID=y | |||
| 162 | CONFIG_HAVE_ARCH_NODEDATA_EXTENSION=y | 207 | CONFIG_HAVE_ARCH_NODEDATA_EXTENSION=y |
| 163 | CONFIG_IA32_SUPPORT=y | 208 | CONFIG_IA32_SUPPORT=y |
| 164 | CONFIG_COMPAT=y | 209 | CONFIG_COMPAT=y |
| 210 | CONFIG_COMPAT_FOR_U64_ALIGNMENT=y | ||
| 165 | CONFIG_IA64_MCA_RECOVERY=y | 211 | CONFIG_IA64_MCA_RECOVERY=y |
| 166 | CONFIG_PERFMON=y | 212 | CONFIG_PERFMON=y |
| 167 | CONFIG_IA64_PALINFO=y | 213 | CONFIG_IA64_PALINFO=y |
| 168 | # CONFIG_IA64_MC_ERR_INJECT is not set | 214 | # CONFIG_IA64_MC_ERR_INJECT is not set |
| 169 | CONFIG_SGI_SN=y | 215 | CONFIG_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 | ||
| 182 | CONFIG_EFI_VARS=y | 230 | CONFIG_EFI_VARS=y |
| 183 | CONFIG_EFI_PCDP=y | 231 | CONFIG_EFI_PCDP=y |
| 184 | CONFIG_DMIID=y | 232 | CONFIG_DMIID=y |
| @@ -189,24 +237,25 @@ CONFIG_BINFMT_MISC=m | |||
| 189 | # Power management and ACPI | 237 | # Power management and ACPI |
| 190 | # | 238 | # |
| 191 | CONFIG_PM=y | 239 | CONFIG_PM=y |
| 192 | CONFIG_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 | # | ||
| 198 | CONFIG_ACPI=y | 241 | CONFIG_ACPI=y |
| 199 | CONFIG_ACPI_PROCFS=y | 242 | CONFIG_ACPI_PROCFS=y |
| 243 | CONFIG_ACPI_PROCFS_POWER=y | ||
| 244 | CONFIG_ACPI_SYSFS_POWER=y | ||
| 245 | CONFIG_ACPI_PROC_EVENT=y | ||
| 200 | CONFIG_ACPI_BUTTON=m | 246 | CONFIG_ACPI_BUTTON=m |
| 201 | CONFIG_ACPI_FAN=m | 247 | CONFIG_ACPI_FAN=m |
| 202 | # CONFIG_ACPI_DOCK is not set | 248 | CONFIG_ACPI_DOCK=y |
| 249 | # CONFIG_ACPI_BAY is not set | ||
| 203 | CONFIG_ACPI_PROCESSOR=m | 250 | CONFIG_ACPI_PROCESSOR=m |
| 204 | CONFIG_ACPI_HOTPLUG_CPU=y | 251 | CONFIG_ACPI_HOTPLUG_CPU=y |
| 205 | CONFIG_ACPI_THERMAL=m | 252 | CONFIG_ACPI_THERMAL=m |
| 206 | CONFIG_ACPI_NUMA=y | 253 | CONFIG_ACPI_NUMA=y |
| 254 | # CONFIG_ACPI_CUSTOM_DSDT is not set | ||
| 207 | CONFIG_ACPI_BLACKLIST_YEAR=0 | 255 | CONFIG_ACPI_BLACKLIST_YEAR=0 |
| 208 | # CONFIG_ACPI_DEBUG is not set | 256 | # CONFIG_ACPI_DEBUG is not set |
| 209 | CONFIG_ACPI_EC=y | 257 | CONFIG_ACPI_EC=y |
| 258 | # CONFIG_ACPI_PCI_SLOT is not set | ||
| 210 | CONFIG_ACPI_POWER=y | 259 | CONFIG_ACPI_POWER=y |
| 211 | CONFIG_ACPI_SYSTEM=y | 260 | CONFIG_ACPI_SYSTEM=y |
| 212 | CONFIG_ACPI_CONTAINER=m | 261 | CONFIG_ACPI_CONTAINER=m |
| @@ -225,6 +274,7 @@ CONFIG_PCI_SYSCALL=y | |||
| 225 | # CONFIG_PCIEPORTBUS is not set | 274 | # CONFIG_PCIEPORTBUS is not set |
| 226 | CONFIG_ARCH_SUPPORTS_MSI=y | 275 | CONFIG_ARCH_SUPPORTS_MSI=y |
| 227 | # CONFIG_PCI_MSI is not set | 276 | # CONFIG_PCI_MSI is not set |
| 277 | CONFIG_PCI_LEGACY=y | ||
| 228 | # CONFIG_PCI_DEBUG is not set | 278 | # CONFIG_PCI_DEBUG is not set |
| 229 | CONFIG_HOTPLUG_PCI=m | 279 | CONFIG_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 | # | ||
| 245 | CONFIG_NET=y | 287 | CONFIG_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 |
| 258 | CONFIG_INET=y | 301 | CONFIG_INET=y |
| 259 | CONFIG_IP_MULTICAST=y | 302 | CONFIG_IP_MULTICAST=y |
| @@ -273,6 +316,7 @@ CONFIG_SYN_COOKIES=y | |||
| 273 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | 316 | CONFIG_INET_XFRM_MODE_TRANSPORT=y |
| 274 | CONFIG_INET_XFRM_MODE_TUNNEL=y | 317 | CONFIG_INET_XFRM_MODE_TUNNEL=y |
| 275 | CONFIG_INET_XFRM_MODE_BEET=y | 318 | CONFIG_INET_XFRM_MODE_BEET=y |
| 319 | CONFIG_INET_LRO=m | ||
| 276 | CONFIG_INET_DIAG=y | 320 | CONFIG_INET_DIAG=y |
| 277 | CONFIG_INET_TCP_DIAG=y | 321 | CONFIG_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 | |||
| 280 | CONFIG_DEFAULT_TCP_CONG="cubic" | 324 | CONFIG_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 | # |
| 372 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
| 333 | CONFIG_STANDALONE=y | 373 | CONFIG_STANDALONE=y |
| 334 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 374 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
| 335 | CONFIG_FW_LOADER=m | 375 | CONFIG_FW_LOADER=y |
| 376 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
| 377 | CONFIG_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 | 381 | CONFIG_CONNECTOR=y |
| 382 | CONFIG_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 |
| 342 | CONFIG_PNP=y | 385 | CONFIG_PNP=y |
| @@ -360,25 +403,35 @@ CONFIG_BLK_DEV_NBD=m | |||
| 360 | CONFIG_BLK_DEV_RAM=y | 403 | CONFIG_BLK_DEV_RAM=y |
| 361 | CONFIG_BLK_DEV_RAM_COUNT=16 | 404 | CONFIG_BLK_DEV_RAM_COUNT=16 |
| 362 | CONFIG_BLK_DEV_RAM_SIZE=4096 | 405 | CONFIG_BLK_DEV_RAM_SIZE=4096 |
| 363 | CONFIG_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 | ||
| 366 | CONFIG_MISC_DEVICES=y | 410 | CONFIG_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 |
| 369 | CONFIG_SGI_IOC4=y | 413 | CONFIG_SGI_IOC4=y |
| 370 | # CONFIG_TIFM_CORE is not set | 414 | # CONFIG_TIFM_CORE is not set |
| 415 | # CONFIG_ENCLOSURE_SERVICES is not set | ||
| 416 | CONFIG_SGI_XP=m | ||
| 417 | # CONFIG_HP_ILO is not set | ||
| 418 | CONFIG_SGI_GRU=m | ||
| 419 | # CONFIG_SGI_GRU_DEBUG is not set | ||
| 420 | CONFIG_HAVE_IDE=y | ||
| 371 | CONFIG_IDE=y | 421 | CONFIG_IDE=y |
| 372 | CONFIG_IDE_MAX_HWIFS=4 | 422 | CONFIG_IDE_MAX_HWIFS=4 |
| 373 | CONFIG_BLK_DEV_IDE=y | 423 | CONFIG_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 | # |
| 428 | CONFIG_IDE_TIMINGS=y | ||
| 429 | CONFIG_IDE_ATAPI=y | ||
| 378 | # CONFIG_BLK_DEV_IDE_SATA is not set | 430 | # CONFIG_BLK_DEV_IDE_SATA is not set |
| 379 | CONFIG_BLK_DEV_IDEDISK=y | 431 | CONFIG_BLK_DEV_IDEDISK=y |
| 380 | # CONFIG_IDEDISK_MULTI_MODE is not set | 432 | # CONFIG_IDEDISK_MULTI_MODE is not set |
| 381 | CONFIG_BLK_DEV_IDECD=y | 433 | CONFIG_BLK_DEV_IDECD=y |
| 434 | CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y | ||
| 382 | # CONFIG_BLK_DEV_IDETAPE is not set | 435 | # CONFIG_BLK_DEV_IDETAPE is not set |
| 383 | CONFIG_BLK_DEV_IDEFLOPPY=y | 436 | CONFIG_BLK_DEV_IDEFLOPPY=y |
| 384 | CONFIG_BLK_DEV_IDESCSI=m | 437 | CONFIG_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 |
| 448 | CONFIG_BLK_DEV_IDEDMA_SFF=y | ||
| 449 | |||
| 450 | # | ||
| 451 | # PCI IDE chipsets support | ||
| 452 | # | ||
| 394 | CONFIG_BLK_DEV_IDEPCI=y | 453 | CONFIG_BLK_DEV_IDEPCI=y |
| 395 | CONFIG_IDEPCI_SHARE_IRQ=y | ||
| 396 | CONFIG_IDEPCI_PCIBUS_ORDER=y | 454 | CONFIG_IDEPCI_PCIBUS_ORDER=y |
| 397 | # CONFIG_BLK_DEV_OFFBOARD is not set | 455 | # CONFIG_BLK_DEV_OFFBOARD is not set |
| 398 | CONFIG_BLK_DEV_GENERIC=y | 456 | CONFIG_BLK_DEV_GENERIC=y |
| 399 | # CONFIG_BLK_DEV_OPTI621 is not set | 457 | # CONFIG_BLK_DEV_OPTI621 is not set |
| 400 | CONFIG_BLK_DEV_IDEDMA_PCI=y | 458 | CONFIG_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 |
| 406 | CONFIG_BLK_DEV_CMD64X=y | 462 | CONFIG_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 | ||
| 429 | CONFIG_BLK_DEV_IDEDMA=y | 482 | CONFIG_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 |
| 469 | CONFIG_SCSI_SAS_ATTRS=y | 520 | CONFIG_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 | # | 523 | CONFIG_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 |
| 495 | CONFIG_SCSI_SYM53C8XX_2=y | 547 | CONFIG_SCSI_SYM53C8XX_2=y |
| 496 | CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1 | 548 | CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1 |
| 497 | CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16 | 549 | CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16 |
| 498 | CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64 | 550 | CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64 |
| 499 | CONFIG_SCSI_SYM53C8XX_MMIO=y | 551 | CONFIG_SCSI_SYM53C8XX_MMIO=y |
| 552 | # CONFIG_SCSI_IPR is not set | ||
| 500 | CONFIG_SCSI_QLOGIC_1280=y | 553 | CONFIG_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 |
| 562 | CONFIG_ATA=y | ||
| 563 | CONFIG_ATA_NONSTANDARD=y | ||
| 564 | CONFIG_ATA_ACPI=y | ||
| 565 | CONFIG_SATA_PMP=y | ||
| 566 | # CONFIG_SATA_AHCI is not set | ||
| 567 | # CONFIG_SATA_SIL24 is not set | ||
| 568 | CONFIG_ATA_SFF=y | ||
| 569 | # CONFIG_SATA_SVW is not set | ||
| 570 | CONFIG_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 | ||
| 509 | CONFIG_MD=y | 623 | CONFIG_MD=y |
| 510 | CONFIG_BLK_DEV_MD=m | 624 | CONFIG_BLK_DEV_MD=m |
| 511 | CONFIG_MD_LINEAR=m | 625 | CONFIG_MD_LINEAR=m |
| @@ -522,36 +636,52 @@ CONFIG_DM_SNAPSHOT=m | |||
| 522 | CONFIG_DM_MIRROR=m | 636 | CONFIG_DM_MIRROR=m |
| 523 | CONFIG_DM_ZERO=m | 637 | CONFIG_DM_ZERO=m |
| 524 | CONFIG_DM_MULTIPATH=m | 638 | CONFIG_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 | # | ||
| 532 | CONFIG_FUSION=y | 641 | CONFIG_FUSION=y |
| 533 | CONFIG_FUSION_SPI=y | 642 | CONFIG_FUSION_SPI=y |
| 534 | CONFIG_FUSION_FC=m | 643 | CONFIG_FUSION_FC=m |
| 535 | CONFIG_FUSION_SAS=y | 644 | CONFIG_FUSION_SAS=y |
| 536 | CONFIG_FUSION_MAX_SGE=128 | 645 | CONFIG_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 |
| 545 | CONFIG_NETDEVICES=y | 659 | CONFIG_NETDEVICES=y |
| 546 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 547 | CONFIG_DUMMY=m | 660 | CONFIG_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 | 668 | CONFIG_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 | ||
| 555 | CONFIG_NET_ETHERNET=y | 685 | CONFIG_NET_ETHERNET=y |
| 556 | CONFIG_MII=m | 686 | CONFIG_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 | ||
| 572 | CONFIG_NET_PCI=y | 706 | CONFIG_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 | ||
| 579 | CONFIG_EEPRO100=m | 712 | CONFIG_EEPRO100=m |
| 580 | CONFIG_E100=m | 713 | CONFIG_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 |
| 591 | CONFIG_NETDEV_1000=y | 726 | CONFIG_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 |
| 594 | CONFIG_E1000=y | 729 | CONFIG_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 | ||
| 733 | CONFIG_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 | ||
| 609 | CONFIG_NETDEV_10000=y | 748 | CONFIG_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 | ||
| 641 | CONFIG_NETCONSOLE=y | 784 | CONFIG_NETCONSOLE=y |
| 785 | # CONFIG_NETCONSOLE_DYNAMIC is not set | ||
| 642 | CONFIG_NETPOLL=y | 786 | CONFIG_NETPOLL=y |
| 643 | # CONFIG_NETPOLL_TRAP is not set | 787 | # CONFIG_NETPOLL_TRAP is not set |
| 644 | CONFIG_NET_POLL_CONTROLLER=y | 788 | CONFIG_NET_POLL_CONTROLLER=y |
| @@ -660,7 +804,6 @@ CONFIG_INPUT_MOUSEDEV_PSAUX=y | |||
| 660 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | 804 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 |
| 661 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | 805 | CONFIG_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 | # |
| 711 | CONFIG_VT=y | 854 | CONFIG_VT=y |
| 855 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
| 712 | CONFIG_VT_CONSOLE=y | 856 | CONFIG_VT_CONSOLE=y |
| 713 | CONFIG_HW_CONSOLE=y | 857 | CONFIG_HW_CONSOLE=y |
| 714 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | 858 | # CONFIG_VT_HW_CONSOLE_BINDING is not set |
| 859 | CONFIG_DEVKMEM=y | ||
| 715 | CONFIG_SERIAL_NONSTANDARD=y | 860 | CONFIG_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 | ||
| 731 | CONFIG_SGI_SNSC=y | 877 | CONFIG_SGI_SNSC=y |
| 732 | CONFIG_SGI_TIOCX=y | 878 | CONFIG_SGI_TIOCX=y |
| 733 | CONFIG_SGI_MBCS=m | 879 | CONFIG_SGI_MBCS=m |
| @@ -759,76 +905,100 @@ CONFIG_UNIX98_PTYS=y | |||
| 759 | CONFIG_LEGACY_PTYS=y | 905 | CONFIG_LEGACY_PTYS=y |
| 760 | CONFIG_LEGACY_PTY_COUNT=256 | 906 | CONFIG_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 |
| 764 | CONFIG_EFI_RTC=y | 909 | CONFIG_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 |
| 767 | CONFIG_AGP=m | ||
| 768 | CONFIG_AGP_I460=m | ||
| 769 | CONFIG_AGP_HP_ZX1=m | ||
| 770 | CONFIG_AGP_SGI_TIOCA=m | ||
| 771 | CONFIG_DRM=m | ||
| 772 | CONFIG_DRM_TDFX=m | ||
| 773 | CONFIG_DRM_R128=m | ||
| 774 | CONFIG_DRM_RADEON=m | ||
| 775 | CONFIG_DRM_MGA=m | ||
| 776 | CONFIG_DRM_SIS=m | ||
| 777 | # CONFIG_DRM_VIA is not set | ||
| 778 | # CONFIG_DRM_SAVAGE is not set | ||
| 779 | CONFIG_RAW_DRIVER=m | 912 | CONFIG_RAW_DRIVER=m |
| 780 | CONFIG_MAX_RAW_DEVS=256 | 913 | CONFIG_MAX_RAW_DEVS=256 |
| 781 | CONFIG_HPET=y | 914 | CONFIG_HPET=y |
| 782 | # CONFIG_HPET_RTC_IRQ is not set | ||
| 783 | CONFIG_HPET_MMAP=y | 915 | CONFIG_HPET_MMAP=y |
| 784 | # CONFIG_HANGCHECK_TIMER is not set | 916 | # CONFIG_HANGCHECK_TIMER is not set |
| 785 | CONFIG_MMTIMER=y | 917 | CONFIG_MMTIMER=y |
| 786 | # CONFIG_TCG_TPM is not set | 918 | # CONFIG_TCG_TPM is not set |
| 787 | CONFIG_DEVPORT=y | 919 | CONFIG_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 | 923 | CONFIG_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 | ||
| 797 | CONFIG_HWMON=y | 927 | CONFIG_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 |
| 944 | CONFIG_THERMAL=m | ||
| 945 | # CONFIG_THERMAL_HWMON is not set | ||
| 946 | # CONFIG_WATCHDOG is not set | ||
| 947 | |||
| 948 | # | ||
| 949 | # Sonics Silicon Backplane | ||
| 950 | # | ||
| 951 | CONFIG_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 | # | ||
| 818 | CONFIG_DAB=y | 975 | CONFIG_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 | # |
| 981 | CONFIG_AGP=m | ||
| 982 | CONFIG_AGP_I460=m | ||
| 983 | CONFIG_AGP_HP_ZX1=m | ||
| 984 | CONFIG_AGP_SGI_TIOCA=m | ||
| 985 | CONFIG_DRM=m | ||
| 986 | CONFIG_DRM_TDFX=m | ||
| 987 | CONFIG_DRM_R128=m | ||
| 988 | CONFIG_DRM_RADEON=m | ||
| 989 | CONFIG_DRM_MGA=m | ||
| 990 | CONFIG_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 | |||
| 836 | CONFIG_VGA_CONSOLE=y | 1006 | CONFIG_VGA_CONSOLE=y |
| 837 | # CONFIG_VGACON_SOFT_SCROLLBACK is not set | 1007 | # CONFIG_VGACON_SOFT_SCROLLBACK is not set |
| 838 | CONFIG_DUMMY_CONSOLE=y | 1008 | CONFIG_DUMMY_CONSOLE=y |
| 839 | |||
| 840 | # | ||
| 841 | # Sound | ||
| 842 | # | ||
| 843 | CONFIG_SOUND=m | 1009 | CONFIG_SOUND=m |
| 844 | |||
| 845 | # | ||
| 846 | # Advanced Linux Sound Architecture | ||
| 847 | # | ||
| 848 | CONFIG_SND=m | 1010 | CONFIG_SND=m |
| 849 | CONFIG_SND_TIMER=m | 1011 | CONFIG_SND_TIMER=m |
| 850 | CONFIG_SND_PCM=m | 1012 | CONFIG_SND_PCM=m |
| @@ -862,22 +1024,18 @@ CONFIG_SND_SUPPORT_OLD_API=y | |||
| 862 | CONFIG_SND_VERBOSE_PROCFS=y | 1024 | CONFIG_SND_VERBOSE_PROCFS=y |
| 863 | CONFIG_SND_VERBOSE_PRINTK=y | 1025 | CONFIG_SND_VERBOSE_PRINTK=y |
| 864 | # CONFIG_SND_DEBUG is not set | 1026 | # CONFIG_SND_DEBUG is not set |
| 865 | 1027 | CONFIG_SND_VMASTER=y | |
| 866 | # | ||
| 867 | # Generic devices | ||
| 868 | # | ||
| 869 | CONFIG_SND_MPU401_UART=m | 1028 | CONFIG_SND_MPU401_UART=m |
| 870 | CONFIG_SND_OPL3_LIB=m | 1029 | CONFIG_SND_OPL3_LIB=m |
| 871 | CONFIG_SND_AC97_CODEC=m | 1030 | CONFIG_SND_AC97_CODEC=m |
| 1031 | CONFIG_SND_DRIVERS=y | ||
| 872 | CONFIG_SND_DUMMY=m | 1032 | CONFIG_SND_DUMMY=m |
| 873 | CONFIG_SND_VIRMIDI=m | 1033 | CONFIG_SND_VIRMIDI=m |
| 874 | CONFIG_SND_MTPAV=m | 1034 | CONFIG_SND_MTPAV=m |
| 875 | CONFIG_SND_SERIAL_U16550=m | 1035 | CONFIG_SND_SERIAL_U16550=m |
| 876 | CONFIG_SND_MPU401=m | 1036 | CONFIG_SND_MPU401=m |
| 877 | 1037 | # CONFIG_SND_AC97_POWER_SAVE is not set | |
| 878 | # | 1038 | CONFIG_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 | ||
| 893 | CONFIG_SND_CS4281=m | 1053 | CONFIG_SND_CS4281=m |
| 894 | CONFIG_SND_CS46XX=m | 1054 | CONFIG_SND_CS46XX=m |
| 895 | CONFIG_SND_CS46XX_NEW_DSP=y | 1055 | CONFIG_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 |
| 914 | CONFIG_SND_FM801=m | 1074 | CONFIG_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 | 1099 | CONFIG_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 |
| 955 | CONFIG_AC97_BUS=m | 1104 | CONFIG_AC97_BUS=m |
| 956 | CONFIG_HID_SUPPORT=y | 1105 | CONFIG_HID_SUPPORT=y |
| 957 | CONFIG_HID=y | 1106 | CONFIG_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 | |||
| 976 | CONFIG_USB_ARCH_HAS_EHCI=y | 1126 | CONFIG_USB_ARCH_HAS_EHCI=y |
| 977 | CONFIG_USB=m | 1127 | CONFIG_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 | |||
| 984 | CONFIG_USB_DEVICE_CLASS=y | 1135 | CONFIG_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 | ||
| 993 | CONFIG_USB_EHCI_HCD=m | 1144 | CONFIG_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 | ||
| 998 | CONFIG_USB_OHCI_HCD=m | 1149 | CONFIG_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 | # | ||
| 1095 | CONFIG_INFINIBAND=m | 1228 | CONFIG_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 |
| 1098 | CONFIG_INFINIBAND_ADDR_TRANS=y | 1231 | CONFIG_INFINIBAND_ADDR_TRANS=y |
| 1099 | CONFIG_INFINIBAND_MTHCA=m | 1232 | CONFIG_INFINIBAND_MTHCA=m |
| 1100 | CONFIG_INFINIBAND_MTHCA_DEBUG=y | 1233 | CONFIG_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 | ||
| 1103 | CONFIG_INFINIBAND_IPOIB=m | 1238 | CONFIG_INFINIBAND_IPOIB=m |
| 1104 | # CONFIG_INFINIBAND_IPOIB_CM is not set | 1239 | # CONFIG_INFINIBAND_IPOIB_CM is not set |
| 1105 | CONFIG_INFINIBAND_IPOIB_DEBUG=y | 1240 | CONFIG_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 | 1247 | CONFIG_MSPEC=m |
| 1133 | 1248 | ||
| 1134 | # | 1249 | # |
| 1135 | # File systems | 1250 | # File systems |
| @@ -1145,7 +1260,6 @@ CONFIG_EXT3_FS_POSIX_ACL=y | |||
| 1145 | CONFIG_EXT3_FS_SECURITY=y | 1260 | CONFIG_EXT3_FS_SECURITY=y |
| 1146 | # CONFIG_EXT4DEV_FS is not set | 1261 | # CONFIG_EXT4DEV_FS is not set |
| 1147 | CONFIG_JBD=y | 1262 | CONFIG_JBD=y |
| 1148 | # CONFIG_JBD_DEBUG is not set | ||
| 1149 | CONFIG_FS_MBCACHE=y | 1263 | CONFIG_FS_MBCACHE=y |
| 1150 | CONFIG_REISERFS_FS=y | 1264 | CONFIG_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 | |||
| 1157 | CONFIG_FS_POSIX_ACL=y | 1271 | CONFIG_FS_POSIX_ACL=y |
| 1158 | CONFIG_XFS_FS=y | 1272 | CONFIG_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 | 1279 | CONFIG_DNOTIFY=y |
| 1166 | # CONFIG_ROMFS_FS is not set | ||
| 1167 | CONFIG_INOTIFY=y | 1280 | CONFIG_INOTIFY=y |
| 1168 | CONFIG_INOTIFY_USER=y | 1281 | CONFIG_INOTIFY_USER=y |
| 1169 | # CONFIG_QUOTA is not set | 1282 | # CONFIG_QUOTA is not set |
| 1170 | CONFIG_DNOTIFY=y | ||
| 1171 | CONFIG_AUTOFS_FS=y | 1283 | CONFIG_AUTOFS_FS=y |
| 1172 | CONFIG_AUTOFS4_FS=y | 1284 | CONFIG_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 |
| 1206 | CONFIG_HUGETLBFS=y | 1318 | CONFIG_HUGETLBFS=y |
| 1207 | CONFIG_HUGETLB_PAGE=y | 1319 | CONFIG_HUGETLB_PAGE=y |
| 1208 | CONFIG_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 | 1341 | CONFIG_NETWORK_FILESYSTEMS=y | |
| 1228 | # | ||
| 1229 | # Network File Systems | ||
| 1230 | # | ||
| 1231 | CONFIG_NFS_FS=m | 1342 | CONFIG_NFS_FS=m |
| 1232 | CONFIG_NFS_V3=y | 1343 | CONFIG_NFS_V3=y |
| 1233 | # CONFIG_NFS_V3_ACL is not set | 1344 | # CONFIG_NFS_V3_ACL is not set |
| 1234 | CONFIG_NFS_V4=y | 1345 | CONFIG_NFS_V4=y |
| 1235 | CONFIG_NFS_DIRECTIO=y | ||
| 1236 | CONFIG_NFSD=m | 1346 | CONFIG_NFSD=m |
| 1237 | CONFIG_NFSD_V3=y | 1347 | CONFIG_NFSD_V3=y |
| 1238 | # CONFIG_NFSD_V3_ACL is not set | 1348 | # CONFIG_NFSD_V3_ACL is not set |
| 1239 | CONFIG_NFSD_V4=y | 1349 | CONFIG_NFSD_V4=y |
| 1240 | CONFIG_NFSD_TCP=y | ||
| 1241 | CONFIG_LOCKD=m | 1350 | CONFIG_LOCKD=m |
| 1242 | CONFIG_LOCKD_V4=y | 1351 | CONFIG_LOCKD_V4=y |
| 1243 | CONFIG_EXPORTFS=m | 1352 | CONFIG_EXPORTFS=m |
| 1244 | CONFIG_NFS_COMMON=y | 1353 | CONFIG_NFS_COMMON=y |
| 1245 | CONFIG_SUNRPC=m | 1354 | CONFIG_SUNRPC=m |
| 1246 | CONFIG_SUNRPC_GSS=m | 1355 | CONFIG_SUNRPC_GSS=m |
| 1247 | # CONFIG_SUNRPC_BIND34 is not set | 1356 | CONFIG_SUNRPC_XPRT_RDMA=m |
| 1248 | CONFIG_RPCSEC_GSS_KRB5=y | 1357 | CONFIG_RPCSEC_GSS_KRB5=m |
| 1249 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1358 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 1250 | CONFIG_SMB_FS=m | 1359 | CONFIG_SMB_FS=m |
| 1251 | CONFIG_SMB_NLS_DEFAULT=y | 1360 | CONFIG_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 |
| 1282 | CONFIG_EFI_PARTITION=y | 1391 | CONFIG_EFI_PARTITION=y |
| 1283 | # CONFIG_SYSV68_PARTITION is not set | 1392 | # CONFIG_SYSV68_PARTITION is not set |
| 1284 | |||
| 1285 | # | ||
| 1286 | # Native Language Support | ||
| 1287 | # | ||
| 1288 | CONFIG_NLS=y | 1393 | CONFIG_NLS=y |
| 1289 | CONFIG_NLS_DEFAULT="iso8859-1" | 1394 | CONFIG_NLS_DEFAULT="iso8859-1" |
| 1290 | CONFIG_NLS_CODEPAGE_437=y | 1395 | CONFIG_NLS_CODEPAGE_437=y |
| @@ -1325,22 +1430,24 @@ CONFIG_NLS_ISO8859_15=m | |||
| 1325 | CONFIG_NLS_KOI8_R=m | 1430 | CONFIG_NLS_KOI8_R=m |
| 1326 | CONFIG_NLS_KOI8_U=m | 1431 | CONFIG_NLS_KOI8_U=m |
| 1327 | CONFIG_NLS_UTF8=m | 1432 | CONFIG_NLS_UTF8=m |
| 1328 | |||
| 1329 | # | ||
| 1330 | # Distributed Lock Manager | ||
| 1331 | # | ||
| 1332 | # CONFIG_DLM is not set | 1433 | # CONFIG_DLM is not set |
| 1434 | CONFIG_HAVE_KVM=y | ||
| 1435 | CONFIG_VIRTUALIZATION=y | ||
| 1436 | # CONFIG_KVM is not set | ||
| 1333 | 1437 | ||
| 1334 | # | 1438 | # |
| 1335 | # Library routines | 1439 | # Library routines |
| 1336 | # | 1440 | # |
| 1337 | CONFIG_BITREVERSE=y | 1441 | CONFIG_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 | 1445 | CONFIG_CRC_T10DIF=y |
| 1446 | CONFIG_CRC_ITU_T=m | ||
| 1341 | CONFIG_CRC32=y | 1447 | CONFIG_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 |
| 1450 | CONFIG_GENERIC_ALLOCATOR=y | ||
| 1344 | CONFIG_PLIST=y | 1451 | CONFIG_PLIST=y |
| 1345 | CONFIG_HAS_IOMEM=y | 1452 | CONFIG_HAS_IOMEM=y |
| 1346 | CONFIG_HAS_IOPORT=y | 1453 | CONFIG_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 |
| 1471 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
| 1370 | CONFIG_ENABLE_MUST_CHECK=y | 1472 | CONFIG_ENABLE_MUST_CHECK=y |
| 1473 | CONFIG_FRAME_WARN=2048 | ||
| 1371 | CONFIG_MAGIC_SYSRQ=y | 1474 | CONFIG_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 | |||
| 1375 | CONFIG_DEBUG_KERNEL=y | 1478 | CONFIG_DEBUG_KERNEL=y |
| 1376 | # CONFIG_DEBUG_SHIRQ is not set | 1479 | # CONFIG_DEBUG_SHIRQ is not set |
| 1377 | CONFIG_DETECT_SOFTLOCKUP=y | 1480 | CONFIG_DETECT_SOFTLOCKUP=y |
| 1481 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 1482 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 1378 | CONFIG_SCHED_DEBUG=y | 1483 | CONFIG_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 | ||
| 1499 | CONFIG_DEBUG_MEMORY_INIT=y | ||
| 1391 | # CONFIG_DEBUG_LIST is not set | 1500 | # CONFIG_DEBUG_LIST is not set |
| 1392 | CONFIG_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 | ||
| 1395 | CONFIG_IA64_GRANULE_16MB=y | 1507 | CONFIG_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 | ||
| 1408 | CONFIG_CRYPTO=y | 1521 | CONFIG_CRYPTO=y |
| 1522 | |||
| 1523 | # | ||
| 1524 | # Crypto core or helper | ||
| 1525 | # | ||
| 1409 | CONFIG_CRYPTO_ALGAPI=y | 1526 | CONFIG_CRYPTO_ALGAPI=y |
| 1410 | CONFIG_CRYPTO_BLKCIPHER=m | 1527 | CONFIG_CRYPTO_BLKCIPHER=m |
| 1411 | CONFIG_CRYPTO_MANAGER=m | 1528 | CONFIG_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 | # | ||
| 1545 | CONFIG_CRYPTO_CBC=m | ||
| 1546 | # CONFIG_CRYPTO_CTR is not set | ||
| 1547 | # CONFIG_CRYPTO_CTS is not set | ||
| 1548 | CONFIG_CRYPTO_ECB=m | ||
| 1549 | # CONFIG_CRYPTO_LRW is not set | ||
| 1550 | CONFIG_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 |
| 1416 | CONFIG_CRYPTO_MD5=y | 1564 | CONFIG_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 |
| 1423 | CONFIG_CRYPTO_ECB=m | 1575 | |
| 1424 | CONFIG_CRYPTO_CBC=m | 1576 | # |
| 1425 | CONFIG_CRYPTO_PCBC=m | 1577 | # Ciphers |
| 1426 | # CONFIG_CRYPTO_LRW is not set | 1578 | # |
| 1427 | # CONFIG_CRYPTO_CRYPTD is not set | ||
| 1428 | CONFIG_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 | 1586 | CONFIG_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 | ||
| 1445 | CONFIG_CRYPTO_HW=y | 1600 | CONFIG_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 @@ | |||
| 1 | gate.lds | 1 | gate.lds |
| 2 | vmlinux.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 |
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 82af385460e4..a726f3b01a6b 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
| @@ -427,10 +427,10 @@ config ENCLOSURE_SERVICES | |||
| 427 | config SGI_XP | 427 | config SGI_XP |
| 428 | tristate "Support communication between SGI SSIs" | 428 | tristate "Support communication between SGI SSIs" |
| 429 | depends on NET | 429 | depends on NET |
| 430 | depends on IA64_GENERIC || IA64_SGI_SN2 || IA64_SGI_UV || (X86_64 && SMP) | 430 | depends on (IA64_GENERIC || IA64_SGI_SN2 || IA64_SGI_UV || X86_64) && SMP |
| 431 | select IA64_UNCACHED_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2 | 431 | select IA64_UNCACHED_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2 |
| 432 | select GENERIC_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2 | 432 | select GENERIC_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2 |
| 433 | select SGI_GRU if IA64_GENERIC || IA64_SGI_UV || (X86_64 && SMP) | 433 | select SGI_GRU if (IA64_GENERIC || IA64_SGI_UV || X86_64) && SMP |
| 434 | ---help--- | 434 | ---help--- |
| 435 | An SGI machine can be divided into multiple Single System | 435 | An SGI machine can be divided into multiple Single System |
| 436 | Images which act independently of each other and have | 436 | Images which act independently of each other and have |
