diff options
| -rw-r--r-- | arch/ia64/configs/generic_defconfig | 503 |
1 files changed, 293 insertions, 210 deletions
diff --git a/arch/ia64/configs/generic_defconfig b/arch/ia64/configs/generic_defconfig index 0210545e7f61..3ad1a464fd41 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 | # Fri Aug 1 19:33:14 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,27 @@ 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 is not set |
| 27 | # CONFIG_GROUP_SCHED is not set | ||
| 32 | CONFIG_SYSFS_DEPRECATED=y | 28 | CONFIG_SYSFS_DEPRECATED=y |
| 29 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
| 33 | # CONFIG_RELAY is not set | 30 | # CONFIG_RELAY is not set |
| 31 | CONFIG_NAMESPACES=y | ||
| 32 | # CONFIG_UTS_NS is not set | ||
| 33 | # CONFIG_IPC_NS is not set | ||
| 34 | # CONFIG_USER_NS is not set | ||
| 35 | # CONFIG_PID_NS is not set | ||
| 34 | CONFIG_BLK_DEV_INITRD=y | 36 | CONFIG_BLK_DEV_INITRD=y |
| 35 | CONFIG_INITRAMFS_SOURCE="" | 37 | CONFIG_INITRAMFS_SOURCE="" |
| 36 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 38 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
| 37 | CONFIG_SYSCTL=y | 39 | CONFIG_SYSCTL=y |
| 38 | # CONFIG_EMBEDDED is not set | 40 | # CONFIG_EMBEDDED is not set |
| 39 | CONFIG_SYSCTL_SYSCALL=y | 41 | CONFIG_SYSCTL_SYSCALL=y |
| 42 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
| 40 | CONFIG_KALLSYMS=y | 43 | CONFIG_KALLSYMS=y |
| 41 | CONFIG_KALLSYMS_ALL=y | 44 | CONFIG_KALLSYMS_ALL=y |
| 42 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 45 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| @@ -44,6 +47,7 @@ CONFIG_HOTPLUG=y | |||
| 44 | CONFIG_PRINTK=y | 47 | CONFIG_PRINTK=y |
| 45 | CONFIG_BUG=y | 48 | CONFIG_BUG=y |
| 46 | CONFIG_ELF_CORE=y | 49 | CONFIG_ELF_CORE=y |
| 50 | CONFIG_COMPAT_BRK=y | ||
| 47 | CONFIG_BASE_FULL=y | 51 | CONFIG_BASE_FULL=y |
| 48 | CONFIG_FUTEX=y | 52 | CONFIG_FUTEX=y |
| 49 | CONFIG_ANON_INODES=y | 53 | CONFIG_ANON_INODES=y |
| @@ -53,12 +57,30 @@ CONFIG_TIMERFD=y | |||
| 53 | CONFIG_EVENTFD=y | 57 | CONFIG_EVENTFD=y |
| 54 | CONFIG_SHMEM=y | 58 | CONFIG_SHMEM=y |
| 55 | CONFIG_VM_EVENT_COUNTERS=y | 59 | CONFIG_VM_EVENT_COUNTERS=y |
| 60 | CONFIG_SLUB_DEBUG=y | ||
| 61 | # CONFIG_SLAB is not set | ||
| 56 | CONFIG_SLUB=y | 62 | CONFIG_SLUB=y |
| 57 | # CONFIG_SLOB is not set | 63 | # CONFIG_SLOB is not set |
| 64 | # CONFIG_PROFILING is not set | ||
| 65 | # CONFIG_MARKERS is not set | ||
| 66 | CONFIG_HAVE_OPROFILE=y | ||
| 67 | # CONFIG_KPROBES is not set | ||
| 68 | # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set | ||
| 69 | # CONFIG_HAVE_IOREMAP_PROT is not set | ||
| 70 | CONFIG_HAVE_KPROBES=y | ||
| 71 | CONFIG_HAVE_KRETPROBES=y | ||
| 72 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set | ||
| 73 | CONFIG_HAVE_DMA_ATTRS=y | ||
| 74 | CONFIG_USE_GENERIC_SMP_HELPERS=y | ||
| 75 | # CONFIG_HAVE_CLK is not set | ||
| 76 | CONFIG_PROC_PAGE_MONITOR=y | ||
| 77 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
| 78 | CONFIG_SLABINFO=y | ||
| 58 | CONFIG_RT_MUTEXES=y | 79 | CONFIG_RT_MUTEXES=y |
| 59 | # CONFIG_TINY_SHMEM is not set | 80 | # CONFIG_TINY_SHMEM is not set |
| 60 | CONFIG_BASE_SMALL=0 | 81 | CONFIG_BASE_SMALL=0 |
| 61 | CONFIG_MODULES=y | 82 | CONFIG_MODULES=y |
| 83 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
| 62 | CONFIG_MODULE_UNLOAD=y | 84 | CONFIG_MODULE_UNLOAD=y |
| 63 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 85 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 64 | CONFIG_MODVERSIONS=y | 86 | CONFIG_MODVERSIONS=y |
| @@ -68,6 +90,8 @@ CONFIG_STOP_MACHINE=y | |||
| 68 | CONFIG_BLOCK=y | 90 | CONFIG_BLOCK=y |
| 69 | # CONFIG_BLK_DEV_IO_TRACE is not set | 91 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 70 | # CONFIG_BLK_DEV_BSG is not set | 92 | # CONFIG_BLK_DEV_BSG is not set |
| 93 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
| 94 | CONFIG_BLOCK_COMPAT=y | ||
| 71 | 95 | ||
| 72 | # | 96 | # |
| 73 | # IO Schedulers | 97 | # IO Schedulers |
| @@ -81,6 +105,7 @@ CONFIG_DEFAULT_AS=y | |||
| 81 | # CONFIG_DEFAULT_CFQ is not set | 105 | # CONFIG_DEFAULT_CFQ is not set |
| 82 | # CONFIG_DEFAULT_NOOP is not set | 106 | # CONFIG_DEFAULT_NOOP is not set |
| 83 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 107 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
| 108 | CONFIG_CLASSIC_RCU=y | ||
| 84 | 109 | ||
| 85 | # | 110 | # |
| 86 | # Processor type and features | 111 | # Processor type and features |
| @@ -91,12 +116,16 @@ CONFIG_ZONE_DMA=y | |||
| 91 | CONFIG_QUICKLIST=y | 116 | CONFIG_QUICKLIST=y |
| 92 | CONFIG_MMU=y | 117 | CONFIG_MMU=y |
| 93 | CONFIG_SWIOTLB=y | 118 | CONFIG_SWIOTLB=y |
| 119 | CONFIG_IOMMU_HELPER=y | ||
| 94 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 120 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
| 95 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | 121 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set |
| 96 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | 122 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set |
| 123 | CONFIG_HUGETLB_PAGE_SIZE_VARIABLE=y | ||
| 97 | CONFIG_GENERIC_FIND_NEXT_BIT=y | 124 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
| 98 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 125 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
| 99 | CONFIG_GENERIC_TIME=y | 126 | CONFIG_GENERIC_TIME=y |
| 127 | CONFIG_GENERIC_TIME_VSYSCALL=y | ||
| 128 | CONFIG_HAVE_SETUP_PER_CPU_AREA=y | ||
| 100 | CONFIG_DMI=y | 129 | CONFIG_DMI=y |
| 101 | CONFIG_EFI=y | 130 | CONFIG_EFI=y |
| 102 | CONFIG_GENERIC_IOMAP=y | 131 | CONFIG_GENERIC_IOMAP=y |
| @@ -107,6 +136,7 @@ CONFIG_IA64_GENERIC=y | |||
| 107 | # CONFIG_IA64_HP_ZX1 is not set | 136 | # CONFIG_IA64_HP_ZX1 is not set |
| 108 | # CONFIG_IA64_HP_ZX1_SWIOTLB is not set | 137 | # CONFIG_IA64_HP_ZX1_SWIOTLB is not set |
| 109 | # CONFIG_IA64_SGI_SN2 is not set | 138 | # CONFIG_IA64_SGI_SN2 is not set |
| 139 | # CONFIG_IA64_SGI_UV is not set | ||
| 110 | # CONFIG_IA64_HP_SIM is not set | 140 | # CONFIG_IA64_HP_SIM is not set |
| 111 | # CONFIG_ITANIUM is not set | 141 | # CONFIG_ITANIUM is not set |
| 112 | CONFIG_MCKINLEY=y | 142 | CONFIG_MCKINLEY=y |
| @@ -116,22 +146,26 @@ CONFIG_MCKINLEY=y | |||
| 116 | CONFIG_IA64_PAGE_SIZE_64KB=y | 146 | CONFIG_IA64_PAGE_SIZE_64KB=y |
| 117 | CONFIG_PGTABLE_3=y | 147 | CONFIG_PGTABLE_3=y |
| 118 | # CONFIG_PGTABLE_4 is not set | 148 | # CONFIG_PGTABLE_4 is not set |
| 149 | CONFIG_HZ=250 | ||
| 119 | # CONFIG_HZ_100 is not set | 150 | # CONFIG_HZ_100 is not set |
| 120 | CONFIG_HZ_250=y | 151 | CONFIG_HZ_250=y |
| 121 | # CONFIG_HZ_300 is not set | 152 | # CONFIG_HZ_300 is not set |
| 122 | # CONFIG_HZ_1000 is not set | 153 | # CONFIG_HZ_1000 is not set |
| 123 | CONFIG_HZ=250 | 154 | # CONFIG_SCHED_HRTICK is not set |
| 124 | CONFIG_IA64_L1_CACHE_SHIFT=7 | 155 | CONFIG_IA64_L1_CACHE_SHIFT=7 |
| 125 | CONFIG_IA64_CYCLONE=y | 156 | CONFIG_IA64_CYCLONE=y |
| 126 | CONFIG_IOSAPIC=y | 157 | CONFIG_IOSAPIC=y |
| 127 | # CONFIG_IA64_SGI_SN_XP is not set | ||
| 128 | CONFIG_FORCE_MAX_ZONEORDER=17 | 158 | CONFIG_FORCE_MAX_ZONEORDER=17 |
| 159 | # CONFIG_VIRT_CPU_ACCOUNTING is not set | ||
| 129 | CONFIG_SMP=y | 160 | CONFIG_SMP=y |
| 130 | CONFIG_NR_CPUS=512 | 161 | CONFIG_NR_CPUS=512 |
| 131 | CONFIG_HOTPLUG_CPU=y | 162 | CONFIG_HOTPLUG_CPU=y |
| 132 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | 163 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y |
| 164 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y | ||
| 133 | # CONFIG_SCHED_SMT is not set | 165 | # CONFIG_SCHED_SMT is not set |
| 134 | # CONFIG_PERMIT_BSP_REMOVE is not set | 166 | # CONFIG_PERMIT_BSP_REMOVE is not set |
| 167 | CONFIG_PREEMPT_NONE=y | ||
| 168 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
| 135 | # CONFIG_PREEMPT is not set | 169 | # CONFIG_PREEMPT is not set |
| 136 | CONFIG_SELECT_MEMORY_MODEL=y | 170 | CONFIG_SELECT_MEMORY_MODEL=y |
| 137 | # CONFIG_FLATMEM_MANUAL is not set | 171 | # CONFIG_FLATMEM_MANUAL is not set |
| @@ -141,6 +175,8 @@ CONFIG_DISCONTIGMEM=y | |||
| 141 | CONFIG_FLAT_NODE_MEM_MAP=y | 175 | CONFIG_FLAT_NODE_MEM_MAP=y |
| 142 | CONFIG_NEED_MULTIPLE_NODES=y | 176 | CONFIG_NEED_MULTIPLE_NODES=y |
| 143 | # CONFIG_SPARSEMEM_STATIC is not set | 177 | # CONFIG_SPARSEMEM_STATIC is not set |
| 178 | CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y | ||
| 179 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
| 144 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 180 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 145 | CONFIG_MIGRATION=y | 181 | CONFIG_MIGRATION=y |
| 146 | CONFIG_RESOURCES_64BIT=y | 182 | CONFIG_RESOURCES_64BIT=y |
| @@ -148,6 +184,7 @@ CONFIG_ZONE_DMA_FLAG=1 | |||
| 148 | CONFIG_BOUNCE=y | 184 | CONFIG_BOUNCE=y |
| 149 | CONFIG_NR_QUICK=1 | 185 | CONFIG_NR_QUICK=1 |
| 150 | CONFIG_VIRT_TO_BUS=y | 186 | CONFIG_VIRT_TO_BUS=y |
| 187 | CONFIG_MMU_NOTIFIER=y | ||
| 151 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | 188 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y |
| 152 | CONFIG_ARCH_DISCONTIGMEM_ENABLE=y | 189 | CONFIG_ARCH_DISCONTIGMEM_ENABLE=y |
| 153 | CONFIG_ARCH_FLATMEM_ENABLE=y | 190 | CONFIG_ARCH_FLATMEM_ENABLE=y |
| @@ -162,12 +199,14 @@ CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID=y | |||
| 162 | CONFIG_HAVE_ARCH_NODEDATA_EXTENSION=y | 199 | CONFIG_HAVE_ARCH_NODEDATA_EXTENSION=y |
| 163 | CONFIG_IA32_SUPPORT=y | 200 | CONFIG_IA32_SUPPORT=y |
| 164 | CONFIG_COMPAT=y | 201 | CONFIG_COMPAT=y |
| 202 | CONFIG_COMPAT_FOR_U64_ALIGNMENT=y | ||
| 165 | CONFIG_IA64_MCA_RECOVERY=y | 203 | CONFIG_IA64_MCA_RECOVERY=y |
| 166 | CONFIG_PERFMON=y | 204 | CONFIG_PERFMON=y |
| 167 | CONFIG_IA64_PALINFO=y | 205 | CONFIG_IA64_PALINFO=y |
| 168 | # CONFIG_IA64_MC_ERR_INJECT is not set | 206 | # CONFIG_IA64_MC_ERR_INJECT is not set |
| 169 | CONFIG_SGI_SN=y | 207 | CONFIG_SGI_SN=y |
| 170 | # CONFIG_IA64_ESI is not set | 208 | # CONFIG_IA64_ESI is not set |
| 209 | # CONFIG_IA64_HP_AML_NFW is not set | ||
| 171 | 210 | ||
| 172 | # | 211 | # |
| 173 | # SN Devices | 212 | # SN Devices |
| @@ -179,6 +218,7 @@ CONFIG_CRASH_DUMP=y | |||
| 179 | # | 218 | # |
| 180 | # Firmware Drivers | 219 | # Firmware Drivers |
| 181 | # | 220 | # |
| 221 | # CONFIG_FIRMWARE_MEMMAP is not set | ||
| 182 | CONFIG_EFI_VARS=y | 222 | CONFIG_EFI_VARS=y |
| 183 | CONFIG_EFI_PCDP=y | 223 | CONFIG_EFI_PCDP=y |
| 184 | CONFIG_DMIID=y | 224 | CONFIG_DMIID=y |
| @@ -189,14 +229,12 @@ CONFIG_BINFMT_MISC=m | |||
| 189 | # Power management and ACPI | 229 | # Power management and ACPI |
| 190 | # | 230 | # |
| 191 | CONFIG_PM=y | 231 | CONFIG_PM=y |
| 192 | CONFIG_PM_LEGACY=y | ||
| 193 | # CONFIG_PM_DEBUG is not set | 232 | # CONFIG_PM_DEBUG is not set |
| 194 | |||
| 195 | # | ||
| 196 | # ACPI (Advanced Configuration and Power Interface) Support | ||
| 197 | # | ||
| 198 | CONFIG_ACPI=y | 233 | CONFIG_ACPI=y |
| 199 | CONFIG_ACPI_PROCFS=y | 234 | CONFIG_ACPI_PROCFS=y |
| 235 | CONFIG_ACPI_PROCFS_POWER=y | ||
| 236 | CONFIG_ACPI_SYSFS_POWER=y | ||
| 237 | CONFIG_ACPI_PROC_EVENT=y | ||
| 200 | CONFIG_ACPI_BUTTON=m | 238 | CONFIG_ACPI_BUTTON=m |
| 201 | CONFIG_ACPI_FAN=m | 239 | CONFIG_ACPI_FAN=m |
| 202 | # CONFIG_ACPI_DOCK is not set | 240 | # CONFIG_ACPI_DOCK is not set |
| @@ -204,9 +242,11 @@ CONFIG_ACPI_PROCESSOR=m | |||
| 204 | CONFIG_ACPI_HOTPLUG_CPU=y | 242 | CONFIG_ACPI_HOTPLUG_CPU=y |
| 205 | CONFIG_ACPI_THERMAL=m | 243 | CONFIG_ACPI_THERMAL=m |
| 206 | CONFIG_ACPI_NUMA=y | 244 | CONFIG_ACPI_NUMA=y |
| 245 | # CONFIG_ACPI_CUSTOM_DSDT is not set | ||
| 207 | CONFIG_ACPI_BLACKLIST_YEAR=0 | 246 | CONFIG_ACPI_BLACKLIST_YEAR=0 |
| 208 | # CONFIG_ACPI_DEBUG is not set | 247 | # CONFIG_ACPI_DEBUG is not set |
| 209 | CONFIG_ACPI_EC=y | 248 | CONFIG_ACPI_EC=y |
| 249 | # CONFIG_ACPI_PCI_SLOT is not set | ||
| 210 | CONFIG_ACPI_POWER=y | 250 | CONFIG_ACPI_POWER=y |
| 211 | CONFIG_ACPI_SYSTEM=y | 251 | CONFIG_ACPI_SYSTEM=y |
| 212 | CONFIG_ACPI_CONTAINER=m | 252 | CONFIG_ACPI_CONTAINER=m |
| @@ -225,6 +265,7 @@ CONFIG_PCI_SYSCALL=y | |||
| 225 | # CONFIG_PCIEPORTBUS is not set | 265 | # CONFIG_PCIEPORTBUS is not set |
| 226 | CONFIG_ARCH_SUPPORTS_MSI=y | 266 | CONFIG_ARCH_SUPPORTS_MSI=y |
| 227 | # CONFIG_PCI_MSI is not set | 267 | # CONFIG_PCI_MSI is not set |
| 268 | CONFIG_PCI_LEGACY=y | ||
| 228 | # CONFIG_PCI_DEBUG is not set | 269 | # CONFIG_PCI_DEBUG is not set |
| 229 | CONFIG_HOTPLUG_PCI=m | 270 | CONFIG_HOTPLUG_PCI=m |
| 230 | # CONFIG_HOTPLUG_PCI_FAKE is not set | 271 | # CONFIG_HOTPLUG_PCI_FAKE is not set |
| @@ -233,15 +274,7 @@ CONFIG_HOTPLUG_PCI_ACPI=m | |||
| 233 | # CONFIG_HOTPLUG_PCI_CPCI is not set | 274 | # CONFIG_HOTPLUG_PCI_CPCI is not set |
| 234 | # CONFIG_HOTPLUG_PCI_SHPC is not set | 275 | # CONFIG_HOTPLUG_PCI_SHPC is not set |
| 235 | # CONFIG_HOTPLUG_PCI_SGI is not set | 276 | # CONFIG_HOTPLUG_PCI_SGI is not set |
| 236 | |||
| 237 | # | ||
| 238 | # PCCARD (PCMCIA/CardBus) support | ||
| 239 | # | ||
| 240 | # CONFIG_PCCARD is not set | 277 | # CONFIG_PCCARD is not set |
| 241 | |||
| 242 | # | ||
| 243 | # Networking | ||
| 244 | # | ||
| 245 | CONFIG_NET=y | 278 | CONFIG_NET=y |
| 246 | 279 | ||
| 247 | # | 280 | # |
| @@ -254,6 +287,7 @@ CONFIG_XFRM=y | |||
| 254 | # CONFIG_XFRM_USER is not set | 287 | # CONFIG_XFRM_USER is not set |
| 255 | # CONFIG_XFRM_SUB_POLICY is not set | 288 | # CONFIG_XFRM_SUB_POLICY is not set |
| 256 | # CONFIG_XFRM_MIGRATE is not set | 289 | # CONFIG_XFRM_MIGRATE is not set |
| 290 | # CONFIG_XFRM_STATISTICS is not set | ||
| 257 | # CONFIG_NET_KEY is not set | 291 | # CONFIG_NET_KEY is not set |
| 258 | CONFIG_INET=y | 292 | CONFIG_INET=y |
| 259 | CONFIG_IP_MULTICAST=y | 293 | CONFIG_IP_MULTICAST=y |
| @@ -273,6 +307,7 @@ CONFIG_SYN_COOKIES=y | |||
| 273 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | 307 | CONFIG_INET_XFRM_MODE_TRANSPORT=y |
| 274 | CONFIG_INET_XFRM_MODE_TUNNEL=y | 308 | CONFIG_INET_XFRM_MODE_TUNNEL=y |
| 275 | CONFIG_INET_XFRM_MODE_BEET=y | 309 | CONFIG_INET_XFRM_MODE_BEET=y |
| 310 | CONFIG_INET_LRO=m | ||
| 276 | CONFIG_INET_DIAG=y | 311 | CONFIG_INET_DIAG=y |
| 277 | CONFIG_INET_TCP_DIAG=y | 312 | CONFIG_INET_TCP_DIAG=y |
| 278 | # CONFIG_TCP_CONG_ADVANCED is not set | 313 | # CONFIG_TCP_CONG_ADVANCED is not set |
| @@ -280,8 +315,6 @@ CONFIG_TCP_CONG_CUBIC=y | |||
| 280 | CONFIG_DEFAULT_TCP_CONG="cubic" | 315 | CONFIG_DEFAULT_TCP_CONG="cubic" |
| 281 | # CONFIG_TCP_MD5SIG is not set | 316 | # CONFIG_TCP_MD5SIG is not set |
| 282 | # CONFIG_IPV6 is not set | 317 | # 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 | 318 | # CONFIG_NETWORK_SECMARK is not set |
| 286 | # CONFIG_NETFILTER is not set | 319 | # CONFIG_NETFILTER is not set |
| 287 | # CONFIG_IP_DCCP is not set | 320 | # CONFIG_IP_DCCP is not set |
| @@ -298,10 +331,6 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
| 298 | # CONFIG_LAPB is not set | 331 | # CONFIG_LAPB is not set |
| 299 | # CONFIG_ECONET is not set | 332 | # CONFIG_ECONET is not set |
| 300 | # CONFIG_WAN_ROUTER is not set | 333 | # CONFIG_WAN_ROUTER is not set |
| 301 | |||
| 302 | # | ||
| 303 | # QoS and/or fair queueing | ||
| 304 | # | ||
| 305 | # CONFIG_NET_SCHED is not set | 334 | # CONFIG_NET_SCHED is not set |
| 306 | 335 | ||
| 307 | # | 336 | # |
| @@ -309,6 +338,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
| 309 | # | 338 | # |
| 310 | # CONFIG_NET_PKTGEN is not set | 339 | # CONFIG_NET_PKTGEN is not set |
| 311 | # CONFIG_HAMRADIO is not set | 340 | # CONFIG_HAMRADIO is not set |
| 341 | # CONFIG_CAN is not set | ||
| 312 | # CONFIG_IRDA is not set | 342 | # CONFIG_IRDA is not set |
| 313 | # CONFIG_BT is not set | 343 | # CONFIG_BT is not set |
| 314 | # CONFIG_AF_RXRPC is not set | 344 | # CONFIG_AF_RXRPC is not set |
| @@ -330,9 +360,12 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
| 330 | # | 360 | # |
| 331 | # Generic Driver Options | 361 | # Generic Driver Options |
| 332 | # | 362 | # |
| 363 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
| 333 | CONFIG_STANDALONE=y | 364 | CONFIG_STANDALONE=y |
| 334 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 365 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
| 335 | CONFIG_FW_LOADER=m | 366 | CONFIG_FW_LOADER=y |
| 367 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
| 368 | CONFIG_EXTRA_FIRMWARE="" | ||
| 336 | # CONFIG_DEBUG_DRIVER is not set | 369 | # CONFIG_DEBUG_DRIVER is not set |
| 337 | # CONFIG_DEBUG_DEVRES is not set | 370 | # CONFIG_DEBUG_DEVRES is not set |
| 338 | # CONFIG_SYS_HYPERVISOR is not set | 371 | # CONFIG_SYS_HYPERVISOR is not set |
| @@ -360,25 +393,35 @@ CONFIG_BLK_DEV_NBD=m | |||
| 360 | CONFIG_BLK_DEV_RAM=y | 393 | CONFIG_BLK_DEV_RAM=y |
| 361 | CONFIG_BLK_DEV_RAM_COUNT=16 | 394 | CONFIG_BLK_DEV_RAM_COUNT=16 |
| 362 | CONFIG_BLK_DEV_RAM_SIZE=4096 | 395 | CONFIG_BLK_DEV_RAM_SIZE=4096 |
| 363 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | 396 | # CONFIG_BLK_DEV_XIP is not set |
| 364 | # CONFIG_CDROM_PKTCDVD is not set | 397 | # CONFIG_CDROM_PKTCDVD is not set |
| 365 | # CONFIG_ATA_OVER_ETH is not set | 398 | # CONFIG_ATA_OVER_ETH is not set |
| 399 | # CONFIG_BLK_DEV_HD is not set | ||
| 366 | CONFIG_MISC_DEVICES=y | 400 | CONFIG_MISC_DEVICES=y |
| 367 | # CONFIG_PHANTOM is not set | 401 | # CONFIG_PHANTOM is not set |
| 368 | # CONFIG_EEPROM_93CX6 is not set | 402 | # CONFIG_EEPROM_93CX6 is not set |
| 369 | CONFIG_SGI_IOC4=y | 403 | CONFIG_SGI_IOC4=y |
| 370 | # CONFIG_TIFM_CORE is not set | 404 | # CONFIG_TIFM_CORE is not set |
| 405 | # CONFIG_ENCLOSURE_SERVICES is not set | ||
| 406 | # CONFIG_SGI_XP is not set | ||
| 407 | # CONFIG_HP_ILO is not set | ||
| 408 | CONFIG_SGI_GRU=m | ||
| 409 | # CONFIG_SGI_GRU_DEBUG is not set | ||
| 410 | CONFIG_HAVE_IDE=y | ||
| 371 | CONFIG_IDE=y | 411 | CONFIG_IDE=y |
| 372 | CONFIG_IDE_MAX_HWIFS=4 | 412 | CONFIG_IDE_MAX_HWIFS=4 |
| 373 | CONFIG_BLK_DEV_IDE=y | 413 | CONFIG_BLK_DEV_IDE=y |
| 374 | 414 | ||
| 375 | # | 415 | # |
| 376 | # Please see Documentation/ide.txt for help/info on IDE drives | 416 | # Please see Documentation/ide/ide.txt for help/info on IDE drives |
| 377 | # | 417 | # |
| 418 | CONFIG_IDE_TIMINGS=y | ||
| 419 | CONFIG_IDE_ATAPI=y | ||
| 378 | # CONFIG_BLK_DEV_IDE_SATA is not set | 420 | # CONFIG_BLK_DEV_IDE_SATA is not set |
| 379 | CONFIG_BLK_DEV_IDEDISK=y | 421 | CONFIG_BLK_DEV_IDEDISK=y |
| 380 | # CONFIG_IDEDISK_MULTI_MODE is not set | 422 | # CONFIG_IDEDISK_MULTI_MODE is not set |
| 381 | CONFIG_BLK_DEV_IDECD=y | 423 | CONFIG_BLK_DEV_IDECD=y |
| 424 | CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y | ||
| 382 | # CONFIG_BLK_DEV_IDETAPE is not set | 425 | # CONFIG_BLK_DEV_IDETAPE is not set |
| 383 | CONFIG_BLK_DEV_IDEFLOPPY=y | 426 | CONFIG_BLK_DEV_IDEFLOPPY=y |
| 384 | CONFIG_BLK_DEV_IDESCSI=m | 427 | CONFIG_BLK_DEV_IDESCSI=m |
| @@ -390,25 +433,26 @@ CONFIG_IDE_PROC_FS=y | |||
| 390 | # IDE chipset support/bugfixes | 433 | # IDE chipset support/bugfixes |
| 391 | # | 434 | # |
| 392 | # CONFIG_IDE_GENERIC is not set | 435 | # CONFIG_IDE_GENERIC is not set |
| 436 | # CONFIG_BLK_DEV_PLATFORM is not set | ||
| 393 | # CONFIG_BLK_DEV_IDEPNP is not set | 437 | # CONFIG_BLK_DEV_IDEPNP is not set |
| 438 | CONFIG_BLK_DEV_IDEDMA_SFF=y | ||
| 439 | |||
| 440 | # | ||
| 441 | # PCI IDE chipsets support | ||
| 442 | # | ||
| 394 | CONFIG_BLK_DEV_IDEPCI=y | 443 | CONFIG_BLK_DEV_IDEPCI=y |
| 395 | CONFIG_IDEPCI_SHARE_IRQ=y | ||
| 396 | CONFIG_IDEPCI_PCIBUS_ORDER=y | 444 | CONFIG_IDEPCI_PCIBUS_ORDER=y |
| 397 | # CONFIG_BLK_DEV_OFFBOARD is not set | 445 | # CONFIG_BLK_DEV_OFFBOARD is not set |
| 398 | CONFIG_BLK_DEV_GENERIC=y | 446 | CONFIG_BLK_DEV_GENERIC=y |
| 399 | # CONFIG_BLK_DEV_OPTI621 is not set | 447 | # CONFIG_BLK_DEV_OPTI621 is not set |
| 400 | CONFIG_BLK_DEV_IDEDMA_PCI=y | 448 | 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 | 449 | # CONFIG_BLK_DEV_AEC62XX is not set |
| 404 | # CONFIG_BLK_DEV_ALI15X3 is not set | 450 | # CONFIG_BLK_DEV_ALI15X3 is not set |
| 405 | # CONFIG_BLK_DEV_AMD74XX is not set | 451 | # CONFIG_BLK_DEV_AMD74XX is not set |
| 406 | CONFIG_BLK_DEV_CMD64X=y | 452 | CONFIG_BLK_DEV_CMD64X=y |
| 407 | # CONFIG_BLK_DEV_TRIFLEX is not set | 453 | # CONFIG_BLK_DEV_TRIFLEX is not set |
| 408 | # CONFIG_BLK_DEV_CY82C693 is not set | ||
| 409 | # CONFIG_BLK_DEV_CS5520 is not set | 454 | # CONFIG_BLK_DEV_CS5520 is not set |
| 410 | # CONFIG_BLK_DEV_CS5530 is not set | 455 | # CONFIG_BLK_DEV_CS5530 is not set |
| 411 | # CONFIG_BLK_DEV_HPT34X is not set | ||
| 412 | # CONFIG_BLK_DEV_HPT366 is not set | 456 | # CONFIG_BLK_DEV_HPT366 is not set |
| 413 | # CONFIG_BLK_DEV_JMICRON is not set | 457 | # CONFIG_BLK_DEV_JMICRON is not set |
| 414 | # CONFIG_BLK_DEV_SC1200 is not set | 458 | # CONFIG_BLK_DEV_SC1200 is not set |
| @@ -425,10 +469,7 @@ CONFIG_BLK_DEV_SGIIOC4=y | |||
| 425 | # CONFIG_BLK_DEV_TRM290 is not set | 469 | # CONFIG_BLK_DEV_TRM290 is not set |
| 426 | # CONFIG_BLK_DEV_VIA82CXXX is not set | 470 | # CONFIG_BLK_DEV_VIA82CXXX is not set |
| 427 | # CONFIG_BLK_DEV_TC86C001 is not set | 471 | # CONFIG_BLK_DEV_TC86C001 is not set |
| 428 | # CONFIG_IDE_ARM is not set | ||
| 429 | CONFIG_BLK_DEV_IDEDMA=y | 472 | CONFIG_BLK_DEV_IDEDMA=y |
| 430 | # CONFIG_IDEDMA_IVB is not set | ||
| 431 | # CONFIG_BLK_DEV_HD is not set | ||
| 432 | 473 | ||
| 433 | # | 474 | # |
| 434 | # SCSI device support | 475 | # SCSI device support |
| @@ -468,10 +509,8 @@ CONFIG_SCSI_FC_ATTRS=y | |||
| 468 | # CONFIG_SCSI_ISCSI_ATTRS is not set | 509 | # CONFIG_SCSI_ISCSI_ATTRS is not set |
| 469 | CONFIG_SCSI_SAS_ATTRS=y | 510 | CONFIG_SCSI_SAS_ATTRS=y |
| 470 | # CONFIG_SCSI_SAS_LIBSAS is not set | 511 | # CONFIG_SCSI_SAS_LIBSAS is not set |
| 471 | 512 | # CONFIG_SCSI_SRP_ATTRS is not set | |
| 472 | # | 513 | CONFIG_SCSI_LOWLEVEL=y |
| 473 | # SCSI low-level drivers | ||
| 474 | # | ||
| 475 | # CONFIG_ISCSI_TCP is not set | 514 | # CONFIG_ISCSI_TCP is not set |
| 476 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | 515 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set |
| 477 | # CONFIG_SCSI_3W_9XXX is not set | 516 | # CONFIG_SCSI_3W_9XXX is not set |
| @@ -481,6 +520,8 @@ CONFIG_SCSI_SAS_ATTRS=y | |||
| 481 | # CONFIG_SCSI_AIC7XXX_OLD is not set | 520 | # CONFIG_SCSI_AIC7XXX_OLD is not set |
| 482 | # CONFIG_SCSI_AIC79XX is not set | 521 | # CONFIG_SCSI_AIC79XX is not set |
| 483 | # CONFIG_SCSI_AIC94XX is not set | 522 | # CONFIG_SCSI_AIC94XX is not set |
| 523 | # CONFIG_SCSI_DPT_I2O is not set | ||
| 524 | # CONFIG_SCSI_ADVANSYS is not set | ||
| 484 | # CONFIG_SCSI_ARCMSR is not set | 525 | # CONFIG_SCSI_ARCMSR is not set |
| 485 | # CONFIG_MEGARAID_NEWGEN is not set | 526 | # CONFIG_MEGARAID_NEWGEN is not set |
| 486 | # CONFIG_MEGARAID_LEGACY is not set | 527 | # CONFIG_MEGARAID_LEGACY is not set |
| @@ -491,6 +532,7 @@ CONFIG_SCSI_SAS_ATTRS=y | |||
| 491 | # CONFIG_SCSI_IPS is not set | 532 | # CONFIG_SCSI_IPS is not set |
| 492 | # CONFIG_SCSI_INITIO is not set | 533 | # CONFIG_SCSI_INITIO is not set |
| 493 | # CONFIG_SCSI_INIA100 is not set | 534 | # CONFIG_SCSI_INIA100 is not set |
| 535 | # CONFIG_SCSI_MVSAS is not set | ||
| 494 | # CONFIG_SCSI_STEX is not set | 536 | # CONFIG_SCSI_STEX is not set |
| 495 | CONFIG_SCSI_SYM53C8XX_2=y | 537 | CONFIG_SCSI_SYM53C8XX_2=y |
| 496 | CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1 | 538 | CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1 |
| @@ -505,6 +547,7 @@ CONFIG_SCSI_QLOGIC_1280=y | |||
| 505 | # CONFIG_SCSI_DC390T is not set | 547 | # CONFIG_SCSI_DC390T is not set |
| 506 | # CONFIG_SCSI_DEBUG is not set | 548 | # CONFIG_SCSI_DEBUG is not set |
| 507 | # CONFIG_SCSI_SRP is not set | 549 | # CONFIG_SCSI_SRP is not set |
| 550 | # CONFIG_SCSI_DH is not set | ||
| 508 | # CONFIG_ATA is not set | 551 | # CONFIG_ATA is not set |
| 509 | CONFIG_MD=y | 552 | CONFIG_MD=y |
| 510 | CONFIG_BLK_DEV_MD=m | 553 | CONFIG_BLK_DEV_MD=m |
| @@ -522,36 +565,52 @@ CONFIG_DM_SNAPSHOT=m | |||
| 522 | CONFIG_DM_MIRROR=m | 565 | CONFIG_DM_MIRROR=m |
| 523 | CONFIG_DM_ZERO=m | 566 | CONFIG_DM_ZERO=m |
| 524 | CONFIG_DM_MULTIPATH=m | 567 | 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 | 568 | # CONFIG_DM_DELAY is not set |
| 528 | 569 | # CONFIG_DM_UEVENT is not set | |
| 529 | # | ||
| 530 | # Fusion MPT device support | ||
| 531 | # | ||
| 532 | CONFIG_FUSION=y | 570 | CONFIG_FUSION=y |
| 533 | CONFIG_FUSION_SPI=y | 571 | CONFIG_FUSION_SPI=y |
| 534 | CONFIG_FUSION_FC=m | 572 | CONFIG_FUSION_FC=m |
| 535 | CONFIG_FUSION_SAS=y | 573 | CONFIG_FUSION_SAS=y |
| 536 | CONFIG_FUSION_MAX_SGE=128 | 574 | CONFIG_FUSION_MAX_SGE=128 |
| 537 | # CONFIG_FUSION_CTL is not set | 575 | # CONFIG_FUSION_CTL is not set |
| 576 | # CONFIG_FUSION_LOGGING is not set | ||
| 538 | 577 | ||
| 539 | # | 578 | # |
| 540 | # IEEE 1394 (FireWire) support | 579 | # IEEE 1394 (FireWire) support |
| 541 | # | 580 | # |
| 581 | |||
| 582 | # | ||
| 583 | # Enable only one of the two stacks, unless you know what you are doing | ||
| 584 | # | ||
| 542 | # CONFIG_FIREWIRE is not set | 585 | # CONFIG_FIREWIRE is not set |
| 543 | # CONFIG_IEEE1394 is not set | 586 | # CONFIG_IEEE1394 is not set |
| 544 | # CONFIG_I2O is not set | 587 | # CONFIG_I2O is not set |
| 545 | CONFIG_NETDEVICES=y | 588 | CONFIG_NETDEVICES=y |
| 546 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 547 | CONFIG_DUMMY=m | 589 | CONFIG_DUMMY=m |
| 548 | # CONFIG_BONDING is not set | 590 | # CONFIG_BONDING is not set |
| 549 | # CONFIG_MACVLAN is not set | 591 | # CONFIG_MACVLAN is not set |
| 550 | # CONFIG_EQUALIZER is not set | 592 | # CONFIG_EQUALIZER is not set |
| 551 | # CONFIG_TUN is not set | 593 | # CONFIG_TUN is not set |
| 594 | # CONFIG_VETH is not set | ||
| 552 | # CONFIG_NET_SB1000 is not set | 595 | # CONFIG_NET_SB1000 is not set |
| 553 | # CONFIG_ARCNET is not set | 596 | # CONFIG_ARCNET is not set |
| 554 | # CONFIG_PHYLIB is not set | 597 | CONFIG_PHYLIB=y |
| 598 | |||
| 599 | # | ||
| 600 | # MII PHY device drivers | ||
| 601 | # | ||
| 602 | # CONFIG_MARVELL_PHY is not set | ||
| 603 | # CONFIG_DAVICOM_PHY is not set | ||
| 604 | # CONFIG_QSEMI_PHY is not set | ||
| 605 | # CONFIG_LXT_PHY is not set | ||
| 606 | # CONFIG_CICADA_PHY is not set | ||
| 607 | # CONFIG_VITESSE_PHY is not set | ||
| 608 | # CONFIG_SMSC_PHY is not set | ||
| 609 | # CONFIG_BROADCOM_PHY is not set | ||
| 610 | # CONFIG_ICPLUS_PHY is not set | ||
| 611 | # CONFIG_REALTEK_PHY is not set | ||
| 612 | # CONFIG_FIXED_PHY is not set | ||
| 613 | # CONFIG_MDIO_BITBANG is not set | ||
| 555 | CONFIG_NET_ETHERNET=y | 614 | CONFIG_NET_ETHERNET=y |
| 556 | CONFIG_MII=m | 615 | CONFIG_MII=m |
| 557 | # CONFIG_HAPPYMEAL is not set | 616 | # CONFIG_HAPPYMEAL is not set |
| @@ -569,13 +628,16 @@ CONFIG_TULIP=m | |||
| 569 | # CONFIG_DM9102 is not set | 628 | # CONFIG_DM9102 is not set |
| 570 | # CONFIG_ULI526X is not set | 629 | # CONFIG_ULI526X is not set |
| 571 | # CONFIG_HP100 is not set | 630 | # CONFIG_HP100 is not set |
| 631 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
| 632 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
| 633 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
| 634 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
| 572 | CONFIG_NET_PCI=y | 635 | CONFIG_NET_PCI=y |
| 573 | # CONFIG_PCNET32 is not set | 636 | # CONFIG_PCNET32 is not set |
| 574 | # CONFIG_AMD8111_ETH is not set | 637 | # CONFIG_AMD8111_ETH is not set |
| 575 | # CONFIG_ADAPTEC_STARFIRE is not set | 638 | # CONFIG_ADAPTEC_STARFIRE is not set |
| 576 | # CONFIG_B44 is not set | 639 | # CONFIG_B44 is not set |
| 577 | # CONFIG_FORCEDETH is not set | 640 | # CONFIG_FORCEDETH is not set |
| 578 | # CONFIG_DGRS is not set | ||
| 579 | CONFIG_EEPRO100=m | 641 | CONFIG_EEPRO100=m |
| 580 | CONFIG_E100=m | 642 | CONFIG_E100=m |
| 581 | # CONFIG_FEALNX is not set | 643 | # CONFIG_FEALNX is not set |
| @@ -583,17 +645,21 @@ CONFIG_E100=m | |||
| 583 | # CONFIG_NE2K_PCI is not set | 645 | # CONFIG_NE2K_PCI is not set |
| 584 | # CONFIG_8139CP is not set | 646 | # CONFIG_8139CP is not set |
| 585 | # CONFIG_8139TOO is not set | 647 | # CONFIG_8139TOO is not set |
| 648 | # CONFIG_R6040 is not set | ||
| 586 | # CONFIG_SIS900 is not set | 649 | # CONFIG_SIS900 is not set |
| 587 | # CONFIG_EPIC100 is not set | 650 | # CONFIG_EPIC100 is not set |
| 588 | # CONFIG_SUNDANCE is not set | 651 | # CONFIG_SUNDANCE is not set |
| 652 | # CONFIG_TLAN is not set | ||
| 589 | # CONFIG_VIA_RHINE is not set | 653 | # CONFIG_VIA_RHINE is not set |
| 590 | # CONFIG_SC92031 is not set | 654 | # CONFIG_SC92031 is not set |
| 591 | CONFIG_NETDEV_1000=y | 655 | CONFIG_NETDEV_1000=y |
| 592 | # CONFIG_ACENIC is not set | 656 | # CONFIG_ACENIC is not set |
| 593 | # CONFIG_DL2K is not set | 657 | # CONFIG_DL2K is not set |
| 594 | CONFIG_E1000=y | 658 | CONFIG_E1000=y |
| 595 | # CONFIG_E1000_NAPI is not set | ||
| 596 | # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set | 659 | # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set |
| 660 | # CONFIG_E1000E is not set | ||
| 661 | # CONFIG_IP1000 is not set | ||
| 662 | # CONFIG_IGB is not set | ||
| 597 | # CONFIG_NS83820 is not set | 663 | # CONFIG_NS83820 is not set |
| 598 | # CONFIG_HAMACHI is not set | 664 | # CONFIG_HAMACHI is not set |
| 599 | # CONFIG_YELLOWFIN is not set | 665 | # CONFIG_YELLOWFIN is not set |
| @@ -606,14 +672,20 @@ CONFIG_TIGON3=y | |||
| 606 | # CONFIG_BNX2 is not set | 672 | # CONFIG_BNX2 is not set |
| 607 | # CONFIG_QLA3XXX is not set | 673 | # CONFIG_QLA3XXX is not set |
| 608 | # CONFIG_ATL1 is not set | 674 | # CONFIG_ATL1 is not set |
| 675 | # CONFIG_ATL1E is not set | ||
| 609 | CONFIG_NETDEV_10000=y | 676 | CONFIG_NETDEV_10000=y |
| 610 | # CONFIG_CHELSIO_T1 is not set | 677 | # CONFIG_CHELSIO_T1 is not set |
| 611 | # CONFIG_CHELSIO_T3 is not set | 678 | # CONFIG_CHELSIO_T3 is not set |
| 679 | # CONFIG_IXGBE is not set | ||
| 612 | # CONFIG_IXGB is not set | 680 | # CONFIG_IXGB is not set |
| 613 | # CONFIG_S2IO is not set | 681 | # CONFIG_S2IO is not set |
| 614 | # CONFIG_MYRI10GE is not set | 682 | # CONFIG_MYRI10GE is not set |
| 615 | # CONFIG_NETXEN_NIC is not set | 683 | # CONFIG_NETXEN_NIC is not set |
| 684 | # CONFIG_NIU is not set | ||
| 616 | # CONFIG_MLX4_CORE is not set | 685 | # CONFIG_MLX4_CORE is not set |
| 686 | # CONFIG_TEHUTI is not set | ||
| 687 | # CONFIG_BNX2X is not set | ||
| 688 | # CONFIG_SFC is not set | ||
| 617 | # CONFIG_TR is not set | 689 | # CONFIG_TR is not set |
| 618 | 690 | ||
| 619 | # | 691 | # |
| @@ -621,6 +693,7 @@ CONFIG_NETDEV_10000=y | |||
| 621 | # | 693 | # |
| 622 | # CONFIG_WLAN_PRE80211 is not set | 694 | # CONFIG_WLAN_PRE80211 is not set |
| 623 | # CONFIG_WLAN_80211 is not set | 695 | # CONFIG_WLAN_80211 is not set |
| 696 | # CONFIG_IWLWIFI_LEDS is not set | ||
| 624 | 697 | ||
| 625 | # | 698 | # |
| 626 | # USB Network Adapters | 699 | # USB Network Adapters |
| @@ -629,7 +702,6 @@ CONFIG_NETDEV_10000=y | |||
| 629 | # CONFIG_USB_KAWETH is not set | 702 | # CONFIG_USB_KAWETH is not set |
| 630 | # CONFIG_USB_PEGASUS is not set | 703 | # CONFIG_USB_PEGASUS is not set |
| 631 | # CONFIG_USB_RTL8150 is not set | 704 | # CONFIG_USB_RTL8150 is not set |
| 632 | # CONFIG_USB_USBNET_MII is not set | ||
| 633 | # CONFIG_USB_USBNET is not set | 705 | # CONFIG_USB_USBNET is not set |
| 634 | # CONFIG_WAN is not set | 706 | # CONFIG_WAN is not set |
| 635 | # CONFIG_FDDI is not set | 707 | # CONFIG_FDDI is not set |
| @@ -637,8 +709,8 @@ CONFIG_NETDEV_10000=y | |||
| 637 | # CONFIG_PPP is not set | 709 | # CONFIG_PPP is not set |
| 638 | # CONFIG_SLIP is not set | 710 | # CONFIG_SLIP is not set |
| 639 | # CONFIG_NET_FC is not set | 711 | # CONFIG_NET_FC is not set |
| 640 | # CONFIG_SHAPER is not set | ||
| 641 | CONFIG_NETCONSOLE=y | 712 | CONFIG_NETCONSOLE=y |
| 713 | # CONFIG_NETCONSOLE_DYNAMIC is not set | ||
| 642 | CONFIG_NETPOLL=y | 714 | CONFIG_NETPOLL=y |
| 643 | # CONFIG_NETPOLL_TRAP is not set | 715 | # CONFIG_NETPOLL_TRAP is not set |
| 644 | CONFIG_NET_POLL_CONTROLLER=y | 716 | CONFIG_NET_POLL_CONTROLLER=y |
| @@ -660,7 +732,6 @@ CONFIG_INPUT_MOUSEDEV_PSAUX=y | |||
| 660 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | 732 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 |
| 661 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | 733 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 |
| 662 | # CONFIG_INPUT_JOYDEV is not set | 734 | # CONFIG_INPUT_JOYDEV is not set |
| 663 | # CONFIG_INPUT_TSDEV is not set | ||
| 664 | # CONFIG_INPUT_EVDEV is not set | 735 | # CONFIG_INPUT_EVDEV is not set |
| 665 | # CONFIG_INPUT_EVBUG is not set | 736 | # CONFIG_INPUT_EVBUG is not set |
| 666 | 737 | ||
| @@ -709,9 +780,11 @@ CONFIG_GAMEPORT=m | |||
| 709 | # Character devices | 780 | # Character devices |
| 710 | # | 781 | # |
| 711 | CONFIG_VT=y | 782 | CONFIG_VT=y |
| 783 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
| 712 | CONFIG_VT_CONSOLE=y | 784 | CONFIG_VT_CONSOLE=y |
| 713 | CONFIG_HW_CONSOLE=y | 785 | CONFIG_HW_CONSOLE=y |
| 714 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | 786 | # CONFIG_VT_HW_CONSOLE_BINDING is not set |
| 787 | CONFIG_DEVKMEM=y | ||
| 715 | CONFIG_SERIAL_NONSTANDARD=y | 788 | CONFIG_SERIAL_NONSTANDARD=y |
| 716 | # CONFIG_COMPUTONE is not set | 789 | # CONFIG_COMPUTONE is not set |
| 717 | # CONFIG_ROCKETPORT is not set | 790 | # CONFIG_ROCKETPORT is not set |
| @@ -719,15 +792,16 @@ CONFIG_SERIAL_NONSTANDARD=y | |||
| 719 | # CONFIG_DIGIEPCA is not set | 792 | # CONFIG_DIGIEPCA is not set |
| 720 | # CONFIG_MOXA_INTELLIO is not set | 793 | # CONFIG_MOXA_INTELLIO is not set |
| 721 | # CONFIG_MOXA_SMARTIO is not set | 794 | # CONFIG_MOXA_SMARTIO is not set |
| 722 | # CONFIG_MOXA_SMARTIO_NEW is not set | ||
| 723 | # CONFIG_ISI is not set | 795 | # CONFIG_ISI is not set |
| 724 | # CONFIG_SYNCLINKMP is not set | 796 | # CONFIG_SYNCLINKMP is not set |
| 725 | # CONFIG_SYNCLINK_GT is not set | 797 | # CONFIG_SYNCLINK_GT is not set |
| 726 | # CONFIG_N_HDLC is not set | 798 | # CONFIG_N_HDLC is not set |
| 799 | # CONFIG_RISCOM8 is not set | ||
| 727 | # CONFIG_SPECIALIX is not set | 800 | # CONFIG_SPECIALIX is not set |
| 728 | # CONFIG_SX is not set | 801 | # CONFIG_SX is not set |
| 729 | # CONFIG_RIO is not set | 802 | # CONFIG_RIO is not set |
| 730 | # CONFIG_STALDRV is not set | 803 | # CONFIG_STALDRV is not set |
| 804 | # CONFIG_NOZOMI is not set | ||
| 731 | CONFIG_SGI_SNSC=y | 805 | CONFIG_SGI_SNSC=y |
| 732 | CONFIG_SGI_TIOCX=y | 806 | CONFIG_SGI_TIOCX=y |
| 733 | CONFIG_SGI_MBCS=m | 807 | CONFIG_SGI_MBCS=m |
| @@ -759,76 +833,100 @@ CONFIG_UNIX98_PTYS=y | |||
| 759 | CONFIG_LEGACY_PTYS=y | 833 | CONFIG_LEGACY_PTYS=y |
| 760 | CONFIG_LEGACY_PTY_COUNT=256 | 834 | CONFIG_LEGACY_PTY_COUNT=256 |
| 761 | # CONFIG_IPMI_HANDLER is not set | 835 | # CONFIG_IPMI_HANDLER is not set |
| 762 | # CONFIG_WATCHDOG is not set | ||
| 763 | # CONFIG_HW_RANDOM is not set | 836 | # CONFIG_HW_RANDOM is not set |
| 764 | CONFIG_EFI_RTC=y | 837 | CONFIG_EFI_RTC=y |
| 765 | # CONFIG_R3964 is not set | 838 | # CONFIG_R3964 is not set |
| 766 | # CONFIG_APPLICOM is not set | 839 | # 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 | 840 | CONFIG_RAW_DRIVER=m |
| 780 | CONFIG_MAX_RAW_DEVS=256 | 841 | CONFIG_MAX_RAW_DEVS=256 |
| 781 | CONFIG_HPET=y | 842 | CONFIG_HPET=y |
| 782 | # CONFIG_HPET_RTC_IRQ is not set | ||
| 783 | CONFIG_HPET_MMAP=y | 843 | CONFIG_HPET_MMAP=y |
| 784 | # CONFIG_HANGCHECK_TIMER is not set | 844 | # CONFIG_HANGCHECK_TIMER is not set |
| 785 | CONFIG_MMTIMER=y | 845 | CONFIG_MMTIMER=y |
| 786 | # CONFIG_TCG_TPM is not set | 846 | # CONFIG_TCG_TPM is not set |
| 787 | CONFIG_DEVPORT=y | 847 | CONFIG_DEVPORT=y |
| 788 | # CONFIG_I2C is not set | 848 | # CONFIG_I2C is not set |
| 789 | |||
| 790 | # | ||
| 791 | # SPI support | ||
| 792 | # | ||
| 793 | # CONFIG_SPI is not set | 849 | # CONFIG_SPI is not set |
| 794 | # CONFIG_SPI_MASTER is not set | ||
| 795 | # CONFIG_W1 is not set | 850 | # CONFIG_W1 is not set |
| 796 | # CONFIG_POWER_SUPPLY is not set | 851 | CONFIG_POWER_SUPPLY=y |
| 852 | # CONFIG_POWER_SUPPLY_DEBUG is not set | ||
| 853 | # CONFIG_PDA_POWER is not set | ||
| 854 | # CONFIG_BATTERY_DS2760 is not set | ||
| 797 | CONFIG_HWMON=y | 855 | CONFIG_HWMON=y |
| 798 | # CONFIG_HWMON_VID is not set | 856 | # CONFIG_HWMON_VID is not set |
| 799 | # CONFIG_SENSORS_ABITUGURU is not set | 857 | # CONFIG_SENSORS_I5K_AMB is not set |
| 800 | # CONFIG_SENSORS_F71805F is not set | 858 | # CONFIG_SENSORS_F71805F is not set |
| 859 | # CONFIG_SENSORS_F71882FG is not set | ||
| 860 | # CONFIG_SENSORS_IT87 is not set | ||
| 861 | # CONFIG_SENSORS_PC87360 is not set | ||
| 801 | # CONFIG_SENSORS_PC87427 is not set | 862 | # CONFIG_SENSORS_PC87427 is not set |
| 863 | # CONFIG_SENSORS_SIS5595 is not set | ||
| 802 | # CONFIG_SENSORS_SMSC47M1 is not set | 864 | # CONFIG_SENSORS_SMSC47M1 is not set |
| 803 | # CONFIG_SENSORS_SMSC47B397 is not set | 865 | # CONFIG_SENSORS_SMSC47B397 is not set |
| 866 | # CONFIG_SENSORS_VIA686A is not set | ||
| 804 | # CONFIG_SENSORS_VT1211 is not set | 867 | # CONFIG_SENSORS_VT1211 is not set |
| 868 | # CONFIG_SENSORS_VT8231 is not set | ||
| 805 | # CONFIG_SENSORS_W83627HF is not set | 869 | # CONFIG_SENSORS_W83627HF is not set |
| 870 | # CONFIG_SENSORS_W83627EHF is not set | ||
| 806 | # CONFIG_HWMON_DEBUG_CHIP is not set | 871 | # CONFIG_HWMON_DEBUG_CHIP is not set |
| 872 | CONFIG_THERMAL=m | ||
| 873 | # CONFIG_THERMAL_HWMON is not set | ||
| 874 | # CONFIG_WATCHDOG is not set | ||
| 875 | |||
| 876 | # | ||
| 877 | # Sonics Silicon Backplane | ||
| 878 | # | ||
| 879 | CONFIG_SSB_POSSIBLE=y | ||
| 880 | # CONFIG_SSB is not set | ||
| 807 | 881 | ||
| 808 | # | 882 | # |
| 809 | # Multifunction device drivers | 883 | # Multifunction device drivers |
| 810 | # | 884 | # |
| 885 | # CONFIG_MFD_CORE is not set | ||
| 811 | # CONFIG_MFD_SM501 is not set | 886 | # CONFIG_MFD_SM501 is not set |
| 887 | # CONFIG_HTC_PASIC3 is not set | ||
| 812 | 888 | ||
| 813 | # | 889 | # |
| 814 | # Multimedia devices | 890 | # Multimedia devices |
| 815 | # | 891 | # |
| 892 | |||
| 893 | # | ||
| 894 | # Multimedia core support | ||
| 895 | # | ||
| 816 | # CONFIG_VIDEO_DEV is not set | 896 | # CONFIG_VIDEO_DEV is not set |
| 817 | # CONFIG_DVB_CORE is not set | 897 | # CONFIG_DVB_CORE is not set |
| 898 | # CONFIG_VIDEO_MEDIA is not set | ||
| 899 | |||
| 900 | # | ||
| 901 | # Multimedia drivers | ||
| 902 | # | ||
| 818 | CONFIG_DAB=y | 903 | CONFIG_DAB=y |
| 819 | # CONFIG_USB_DABUSB is not set | 904 | # CONFIG_USB_DABUSB is not set |
| 820 | 905 | ||
| 821 | # | 906 | # |
| 822 | # Graphics support | 907 | # Graphics support |
| 823 | # | 908 | # |
| 909 | CONFIG_AGP=m | ||
| 910 | CONFIG_AGP_I460=m | ||
| 911 | CONFIG_AGP_HP_ZX1=m | ||
| 912 | CONFIG_AGP_SGI_TIOCA=m | ||
| 913 | CONFIG_DRM=m | ||
| 914 | CONFIG_DRM_TDFX=m | ||
| 915 | CONFIG_DRM_R128=m | ||
| 916 | CONFIG_DRM_RADEON=m | ||
| 917 | CONFIG_DRM_MGA=m | ||
| 918 | CONFIG_DRM_SIS=m | ||
| 919 | # CONFIG_DRM_VIA is not set | ||
| 920 | # CONFIG_DRM_SAVAGE is not set | ||
| 921 | # CONFIG_VGASTATE is not set | ||
| 922 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
| 923 | # CONFIG_FB is not set | ||
| 824 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | 924 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set |
| 825 | 925 | ||
| 826 | # | 926 | # |
| 827 | # Display device support | 927 | # Display device support |
| 828 | # | 928 | # |
| 829 | # CONFIG_DISPLAY_SUPPORT is not set | 929 | # CONFIG_DISPLAY_SUPPORT is not set |
| 830 | # CONFIG_VGASTATE is not set | ||
| 831 | # CONFIG_FB is not set | ||
| 832 | 930 | ||
| 833 | # | 931 | # |
| 834 | # Console display driver support | 932 | # Console display driver support |
| @@ -836,15 +934,7 @@ CONFIG_DAB=y | |||
| 836 | CONFIG_VGA_CONSOLE=y | 934 | CONFIG_VGA_CONSOLE=y |
| 837 | # CONFIG_VGACON_SOFT_SCROLLBACK is not set | 935 | # CONFIG_VGACON_SOFT_SCROLLBACK is not set |
| 838 | CONFIG_DUMMY_CONSOLE=y | 936 | CONFIG_DUMMY_CONSOLE=y |
| 839 | |||
| 840 | # | ||
| 841 | # Sound | ||
| 842 | # | ||
| 843 | CONFIG_SOUND=m | 937 | CONFIG_SOUND=m |
| 844 | |||
| 845 | # | ||
| 846 | # Advanced Linux Sound Architecture | ||
| 847 | # | ||
| 848 | CONFIG_SND=m | 938 | CONFIG_SND=m |
| 849 | CONFIG_SND_TIMER=m | 939 | CONFIG_SND_TIMER=m |
| 850 | CONFIG_SND_PCM=m | 940 | CONFIG_SND_PCM=m |
| @@ -862,22 +952,18 @@ CONFIG_SND_SUPPORT_OLD_API=y | |||
| 862 | CONFIG_SND_VERBOSE_PROCFS=y | 952 | CONFIG_SND_VERBOSE_PROCFS=y |
| 863 | CONFIG_SND_VERBOSE_PRINTK=y | 953 | CONFIG_SND_VERBOSE_PRINTK=y |
| 864 | # CONFIG_SND_DEBUG is not set | 954 | # CONFIG_SND_DEBUG is not set |
| 865 | 955 | CONFIG_SND_VMASTER=y | |
| 866 | # | ||
| 867 | # Generic devices | ||
| 868 | # | ||
| 869 | CONFIG_SND_MPU401_UART=m | 956 | CONFIG_SND_MPU401_UART=m |
| 870 | CONFIG_SND_OPL3_LIB=m | 957 | CONFIG_SND_OPL3_LIB=m |
| 871 | CONFIG_SND_AC97_CODEC=m | 958 | CONFIG_SND_AC97_CODEC=m |
| 959 | CONFIG_SND_DRIVERS=y | ||
| 872 | CONFIG_SND_DUMMY=m | 960 | CONFIG_SND_DUMMY=m |
| 873 | CONFIG_SND_VIRMIDI=m | 961 | CONFIG_SND_VIRMIDI=m |
| 874 | CONFIG_SND_MTPAV=m | 962 | CONFIG_SND_MTPAV=m |
| 875 | CONFIG_SND_SERIAL_U16550=m | 963 | CONFIG_SND_SERIAL_U16550=m |
| 876 | CONFIG_SND_MPU401=m | 964 | CONFIG_SND_MPU401=m |
| 877 | 965 | # CONFIG_SND_AC97_POWER_SAVE is not set | |
| 878 | # | 966 | CONFIG_SND_PCI=y |
| 879 | # PCI devices | ||
| 880 | # | ||
| 881 | # CONFIG_SND_AD1889 is not set | 967 | # CONFIG_SND_AD1889 is not set |
| 882 | # CONFIG_SND_ALS300 is not set | 968 | # CONFIG_SND_ALS300 is not set |
| 883 | # CONFIG_SND_ALI5451 is not set | 969 | # CONFIG_SND_ALI5451 is not set |
| @@ -886,10 +972,12 @@ CONFIG_SND_MPU401=m | |||
| 886 | # CONFIG_SND_AU8810 is not set | 972 | # CONFIG_SND_AU8810 is not set |
| 887 | # CONFIG_SND_AU8820 is not set | 973 | # CONFIG_SND_AU8820 is not set |
| 888 | # CONFIG_SND_AU8830 is not set | 974 | # CONFIG_SND_AU8830 is not set |
| 975 | # CONFIG_SND_AW2 is not set | ||
| 889 | # CONFIG_SND_AZT3328 is not set | 976 | # CONFIG_SND_AZT3328 is not set |
| 890 | # CONFIG_SND_BT87X is not set | 977 | # CONFIG_SND_BT87X is not set |
| 891 | # CONFIG_SND_CA0106 is not set | 978 | # CONFIG_SND_CA0106 is not set |
| 892 | # CONFIG_SND_CMIPCI is not set | 979 | # CONFIG_SND_CMIPCI is not set |
| 980 | # CONFIG_SND_OXYGEN is not set | ||
| 893 | CONFIG_SND_CS4281=m | 981 | CONFIG_SND_CS4281=m |
| 894 | CONFIG_SND_CS46XX=m | 982 | CONFIG_SND_CS46XX=m |
| 895 | CONFIG_SND_CS46XX_NEW_DSP=y | 983 | CONFIG_SND_CS46XX_NEW_DSP=y |
| @@ -912,10 +1000,10 @@ CONFIG_SND_EMU10K1=m | |||
| 912 | # CONFIG_SND_ES1938 is not set | 1000 | # CONFIG_SND_ES1938 is not set |
| 913 | # CONFIG_SND_ES1968 is not set | 1001 | # CONFIG_SND_ES1968 is not set |
| 914 | CONFIG_SND_FM801=m | 1002 | CONFIG_SND_FM801=m |
| 915 | # CONFIG_SND_FM801_TEA575X_BOOL is not set | ||
| 916 | # CONFIG_SND_HDA_INTEL is not set | 1003 | # CONFIG_SND_HDA_INTEL is not set |
| 917 | # CONFIG_SND_HDSP is not set | 1004 | # CONFIG_SND_HDSP is not set |
| 918 | # CONFIG_SND_HDSPM is not set | 1005 | # CONFIG_SND_HDSPM is not set |
| 1006 | # CONFIG_SND_HIFIER is not set | ||
| 919 | # CONFIG_SND_ICE1712 is not set | 1007 | # CONFIG_SND_ICE1712 is not set |
| 920 | # CONFIG_SND_ICE1724 is not set | 1008 | # CONFIG_SND_ICE1724 is not set |
| 921 | # CONFIG_SND_INTEL8X0 is not set | 1009 | # CONFIG_SND_INTEL8X0 is not set |
| @@ -933,29 +1021,19 @@ CONFIG_SND_FM801=m | |||
| 933 | # CONFIG_SND_TRIDENT is not set | 1021 | # CONFIG_SND_TRIDENT is not set |
| 934 | # CONFIG_SND_VIA82XX is not set | 1022 | # CONFIG_SND_VIA82XX is not set |
| 935 | # CONFIG_SND_VIA82XX_MODEM is not set | 1023 | # CONFIG_SND_VIA82XX_MODEM is not set |
| 1024 | # CONFIG_SND_VIRTUOSO is not set | ||
| 936 | # CONFIG_SND_VX222 is not set | 1025 | # CONFIG_SND_VX222 is not set |
| 937 | # CONFIG_SND_YMFPCI is not set | 1026 | # CONFIG_SND_YMFPCI is not set |
| 938 | # CONFIG_SND_AC97_POWER_SAVE is not set | 1027 | CONFIG_SND_USB=y |
| 939 | |||
| 940 | # | ||
| 941 | # USB devices | ||
| 942 | # | ||
| 943 | # CONFIG_SND_USB_AUDIO is not set | 1028 | # CONFIG_SND_USB_AUDIO is not set |
| 944 | # CONFIG_SND_USB_CAIAQ is not set | 1029 | # CONFIG_SND_USB_CAIAQ is not set |
| 945 | |||
| 946 | # | ||
| 947 | # System on Chip audio support | ||
| 948 | # | ||
| 949 | # CONFIG_SND_SOC is not set | 1030 | # CONFIG_SND_SOC is not set |
| 950 | |||
| 951 | # | ||
| 952 | # Open Sound System | ||
| 953 | # | ||
| 954 | # CONFIG_SOUND_PRIME is not set | 1031 | # CONFIG_SOUND_PRIME is not set |
| 955 | CONFIG_AC97_BUS=m | 1032 | CONFIG_AC97_BUS=m |
| 956 | CONFIG_HID_SUPPORT=y | 1033 | CONFIG_HID_SUPPORT=y |
| 957 | CONFIG_HID=y | 1034 | CONFIG_HID=y |
| 958 | # CONFIG_HID_DEBUG is not set | 1035 | # CONFIG_HID_DEBUG is not set |
| 1036 | # CONFIG_HIDRAW is not set | ||
| 959 | 1037 | ||
| 960 | # | 1038 | # |
| 961 | # USB Input Devices | 1039 | # USB Input Devices |
| @@ -976,6 +1054,7 @@ CONFIG_USB_ARCH_HAS_OHCI=y | |||
| 976 | CONFIG_USB_ARCH_HAS_EHCI=y | 1054 | CONFIG_USB_ARCH_HAS_EHCI=y |
| 977 | CONFIG_USB=m | 1055 | CONFIG_USB=m |
| 978 | # CONFIG_USB_DEBUG is not set | 1056 | # CONFIG_USB_DEBUG is not set |
| 1057 | # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set | ||
| 979 | 1058 | ||
| 980 | # | 1059 | # |
| 981 | # Miscellaneous USB options | 1060 | # Miscellaneous USB options |
| @@ -984,17 +1063,17 @@ CONFIG_USB_DEVICEFS=y | |||
| 984 | CONFIG_USB_DEVICE_CLASS=y | 1063 | CONFIG_USB_DEVICE_CLASS=y |
| 985 | # CONFIG_USB_DYNAMIC_MINORS is not set | 1064 | # CONFIG_USB_DYNAMIC_MINORS is not set |
| 986 | # CONFIG_USB_SUSPEND is not set | 1065 | # CONFIG_USB_SUSPEND is not set |
| 987 | # CONFIG_USB_PERSIST is not set | ||
| 988 | # CONFIG_USB_OTG is not set | 1066 | # CONFIG_USB_OTG is not set |
| 989 | 1067 | ||
| 990 | # | 1068 | # |
| 991 | # USB Host Controller Drivers | 1069 | # USB Host Controller Drivers |
| 992 | # | 1070 | # |
| 1071 | # CONFIG_USB_C67X00_HCD is not set | ||
| 993 | CONFIG_USB_EHCI_HCD=m | 1072 | CONFIG_USB_EHCI_HCD=m |
| 994 | # CONFIG_USB_EHCI_SPLIT_ISO is not set | ||
| 995 | # CONFIG_USB_EHCI_ROOT_HUB_TT is not set | 1073 | # CONFIG_USB_EHCI_ROOT_HUB_TT is not set |
| 996 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set | 1074 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set |
| 997 | # CONFIG_USB_ISP116X_HCD is not set | 1075 | # CONFIG_USB_ISP116X_HCD is not set |
| 1076 | # CONFIG_USB_ISP1760_HCD is not set | ||
| 998 | CONFIG_USB_OHCI_HCD=m | 1077 | CONFIG_USB_OHCI_HCD=m |
| 999 | # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set | 1078 | # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set |
| 1000 | # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set | 1079 | # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set |
| @@ -1008,6 +1087,7 @@ CONFIG_USB_UHCI_HCD=m | |||
| 1008 | # | 1087 | # |
| 1009 | # CONFIG_USB_ACM is not set | 1088 | # CONFIG_USB_ACM is not set |
| 1010 | # CONFIG_USB_PRINTER is not set | 1089 | # CONFIG_USB_PRINTER is not set |
| 1090 | # CONFIG_USB_WDM is not set | ||
| 1011 | 1091 | ||
| 1012 | # | 1092 | # |
| 1013 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 1093 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| @@ -1027,7 +1107,9 @@ CONFIG_USB_STORAGE=m | |||
| 1027 | # CONFIG_USB_STORAGE_SDDR55 is not set | 1107 | # CONFIG_USB_STORAGE_SDDR55 is not set |
| 1028 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | 1108 | # CONFIG_USB_STORAGE_JUMPSHOT is not set |
| 1029 | # CONFIG_USB_STORAGE_ALAUDA is not set | 1109 | # CONFIG_USB_STORAGE_ALAUDA is not set |
| 1110 | # CONFIG_USB_STORAGE_ONETOUCH is not set | ||
| 1030 | # CONFIG_USB_STORAGE_KARMA is not set | 1111 | # CONFIG_USB_STORAGE_KARMA is not set |
| 1112 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | ||
| 1031 | # CONFIG_USB_LIBUSUAL is not set | 1113 | # CONFIG_USB_LIBUSUAL is not set |
| 1032 | 1114 | ||
| 1033 | # | 1115 | # |
| @@ -1040,10 +1122,6 @@ CONFIG_USB_MON=y | |||
| 1040 | # | 1122 | # |
| 1041 | # USB port drivers | 1123 | # USB port drivers |
| 1042 | # | 1124 | # |
| 1043 | |||
| 1044 | # | ||
| 1045 | # USB Serial Converter support | ||
| 1046 | # | ||
| 1047 | # CONFIG_USB_SERIAL is not set | 1125 | # CONFIG_USB_SERIAL is not set |
| 1048 | 1126 | ||
| 1049 | # | 1127 | # |
| @@ -1069,65 +1147,30 @@ CONFIG_USB_MON=y | |||
| 1069 | # CONFIG_USB_TRANCEVIBRATOR is not set | 1147 | # CONFIG_USB_TRANCEVIBRATOR is not set |
| 1070 | # CONFIG_USB_IOWARRIOR is not set | 1148 | # CONFIG_USB_IOWARRIOR is not set |
| 1071 | # CONFIG_USB_TEST is not set | 1149 | # CONFIG_USB_TEST is not set |
| 1072 | 1150 | # 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 | 1151 | # CONFIG_USB_GADGET is not set |
| 1081 | # CONFIG_MMC is not set | 1152 | # CONFIG_MMC is not set |
| 1082 | 1153 | # CONFIG_MEMSTICK is not set | |
| 1083 | # | ||
| 1084 | # LED devices | ||
| 1085 | # | ||
| 1086 | # CONFIG_NEW_LEDS is not set | 1154 | # CONFIG_NEW_LEDS is not set |
| 1087 | 1155 | # CONFIG_ACCESSIBILITY is not set | |
| 1088 | # | ||
| 1089 | # LED drivers | ||
| 1090 | # | ||
| 1091 | |||
| 1092 | # | ||
| 1093 | # LED Triggers | ||
| 1094 | # | ||
| 1095 | CONFIG_INFINIBAND=m | 1156 | CONFIG_INFINIBAND=m |
| 1096 | # CONFIG_INFINIBAND_USER_MAD is not set | 1157 | # CONFIG_INFINIBAND_USER_MAD is not set |
| 1097 | # CONFIG_INFINIBAND_USER_ACCESS is not set | 1158 | # CONFIG_INFINIBAND_USER_ACCESS is not set |
| 1098 | CONFIG_INFINIBAND_ADDR_TRANS=y | 1159 | CONFIG_INFINIBAND_ADDR_TRANS=y |
| 1099 | CONFIG_INFINIBAND_MTHCA=m | 1160 | CONFIG_INFINIBAND_MTHCA=m |
| 1100 | CONFIG_INFINIBAND_MTHCA_DEBUG=y | 1161 | CONFIG_INFINIBAND_MTHCA_DEBUG=y |
| 1162 | # CONFIG_INFINIBAND_IPATH is not set | ||
| 1101 | # CONFIG_INFINIBAND_AMSO1100 is not set | 1163 | # CONFIG_INFINIBAND_AMSO1100 is not set |
| 1102 | # CONFIG_MLX4_INFINIBAND is not set | 1164 | # CONFIG_MLX4_INFINIBAND is not set |
| 1165 | # CONFIG_INFINIBAND_NES is not set | ||
| 1103 | CONFIG_INFINIBAND_IPOIB=m | 1166 | CONFIG_INFINIBAND_IPOIB=m |
| 1104 | # CONFIG_INFINIBAND_IPOIB_CM is not set | 1167 | # CONFIG_INFINIBAND_IPOIB_CM is not set |
| 1105 | CONFIG_INFINIBAND_IPOIB_DEBUG=y | 1168 | CONFIG_INFINIBAND_IPOIB_DEBUG=y |
| 1106 | # CONFIG_INFINIBAND_IPOIB_DEBUG_DATA is not set | 1169 | # CONFIG_INFINIBAND_IPOIB_DEBUG_DATA is not set |
| 1107 | # CONFIG_INFINIBAND_SRP is not set | 1170 | # CONFIG_INFINIBAND_SRP is not set |
| 1108 | # CONFIG_INFINIBAND_ISER is not set | 1171 | # CONFIG_INFINIBAND_ISER is not set |
| 1109 | |||
| 1110 | # | ||
| 1111 | # Real Time Clock | ||
| 1112 | # | ||
| 1113 | # CONFIG_RTC_CLASS is not set | 1172 | # CONFIG_RTC_CLASS is not set |
| 1114 | 1173 | # 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 | 1174 | # CONFIG_UIO is not set |
| 1132 | # CONFIG_MSPEC is not set | 1175 | # CONFIG_MSPEC is not set |
| 1133 | 1176 | ||
| @@ -1145,7 +1188,6 @@ CONFIG_EXT3_FS_POSIX_ACL=y | |||
| 1145 | CONFIG_EXT3_FS_SECURITY=y | 1188 | CONFIG_EXT3_FS_SECURITY=y |
| 1146 | # CONFIG_EXT4DEV_FS is not set | 1189 | # CONFIG_EXT4DEV_FS is not set |
| 1147 | CONFIG_JBD=y | 1190 | CONFIG_JBD=y |
| 1148 | # CONFIG_JBD_DEBUG is not set | ||
| 1149 | CONFIG_FS_MBCACHE=y | 1191 | CONFIG_FS_MBCACHE=y |
| 1150 | CONFIG_REISERFS_FS=y | 1192 | CONFIG_REISERFS_FS=y |
| 1151 | # CONFIG_REISERFS_CHECK is not set | 1193 | # CONFIG_REISERFS_CHECK is not set |
| @@ -1157,17 +1199,15 @@ CONFIG_REISERFS_FS_SECURITY=y | |||
| 1157 | CONFIG_FS_POSIX_ACL=y | 1199 | CONFIG_FS_POSIX_ACL=y |
| 1158 | CONFIG_XFS_FS=y | 1200 | CONFIG_XFS_FS=y |
| 1159 | # CONFIG_XFS_QUOTA is not set | 1201 | # CONFIG_XFS_QUOTA is not set |
| 1160 | # CONFIG_XFS_SECURITY is not set | ||
| 1161 | # CONFIG_XFS_POSIX_ACL is not set | 1202 | # CONFIG_XFS_POSIX_ACL is not set |
| 1162 | # CONFIG_XFS_RT is not set | 1203 | # CONFIG_XFS_RT is not set |
| 1204 | # CONFIG_XFS_DEBUG is not set | ||
| 1163 | # CONFIG_GFS2_FS is not set | 1205 | # CONFIG_GFS2_FS is not set |
| 1164 | # CONFIG_OCFS2_FS is not set | 1206 | # CONFIG_OCFS2_FS is not set |
| 1165 | # CONFIG_MINIX_FS is not set | 1207 | CONFIG_DNOTIFY=y |
| 1166 | # CONFIG_ROMFS_FS is not set | ||
| 1167 | CONFIG_INOTIFY=y | 1208 | CONFIG_INOTIFY=y |
| 1168 | CONFIG_INOTIFY_USER=y | 1209 | CONFIG_INOTIFY_USER=y |
| 1169 | # CONFIG_QUOTA is not set | 1210 | # CONFIG_QUOTA is not set |
| 1170 | CONFIG_DNOTIFY=y | ||
| 1171 | CONFIG_AUTOFS_FS=y | 1211 | CONFIG_AUTOFS_FS=y |
| 1172 | CONFIG_AUTOFS4_FS=y | 1212 | CONFIG_AUTOFS4_FS=y |
| 1173 | # CONFIG_FUSE_FS is not set | 1213 | # CONFIG_FUSE_FS is not set |
| @@ -1205,7 +1245,6 @@ CONFIG_TMPFS=y | |||
| 1205 | # CONFIG_TMPFS_POSIX_ACL is not set | 1245 | # CONFIG_TMPFS_POSIX_ACL is not set |
| 1206 | CONFIG_HUGETLBFS=y | 1246 | CONFIG_HUGETLBFS=y |
| 1207 | CONFIG_HUGETLB_PAGE=y | 1247 | CONFIG_HUGETLB_PAGE=y |
| 1208 | CONFIG_RAMFS=y | ||
| 1209 | # CONFIG_CONFIGFS_FS is not set | 1248 | # CONFIG_CONFIGFS_FS is not set |
| 1210 | 1249 | ||
| 1211 | # | 1250 | # |
| @@ -1220,32 +1259,30 @@ CONFIG_RAMFS=y | |||
| 1220 | # CONFIG_EFS_FS is not set | 1259 | # CONFIG_EFS_FS is not set |
| 1221 | # CONFIG_CRAMFS is not set | 1260 | # CONFIG_CRAMFS is not set |
| 1222 | # CONFIG_VXFS_FS is not set | 1261 | # CONFIG_VXFS_FS is not set |
| 1262 | # CONFIG_MINIX_FS is not set | ||
| 1263 | # CONFIG_OMFS_FS is not set | ||
| 1223 | # CONFIG_HPFS_FS is not set | 1264 | # CONFIG_HPFS_FS is not set |
| 1224 | # CONFIG_QNX4FS_FS is not set | 1265 | # CONFIG_QNX4FS_FS is not set |
| 1266 | # CONFIG_ROMFS_FS is not set | ||
| 1225 | # CONFIG_SYSV_FS is not set | 1267 | # CONFIG_SYSV_FS is not set |
| 1226 | # CONFIG_UFS_FS is not set | 1268 | # CONFIG_UFS_FS is not set |
| 1227 | 1269 | CONFIG_NETWORK_FILESYSTEMS=y | |
| 1228 | # | ||
| 1229 | # Network File Systems | ||
| 1230 | # | ||
| 1231 | CONFIG_NFS_FS=m | 1270 | CONFIG_NFS_FS=m |
| 1232 | CONFIG_NFS_V3=y | 1271 | CONFIG_NFS_V3=y |
| 1233 | # CONFIG_NFS_V3_ACL is not set | 1272 | # CONFIG_NFS_V3_ACL is not set |
| 1234 | CONFIG_NFS_V4=y | 1273 | CONFIG_NFS_V4=y |
| 1235 | CONFIG_NFS_DIRECTIO=y | ||
| 1236 | CONFIG_NFSD=m | 1274 | CONFIG_NFSD=m |
| 1237 | CONFIG_NFSD_V3=y | 1275 | CONFIG_NFSD_V3=y |
| 1238 | # CONFIG_NFSD_V3_ACL is not set | 1276 | # CONFIG_NFSD_V3_ACL is not set |
| 1239 | CONFIG_NFSD_V4=y | 1277 | CONFIG_NFSD_V4=y |
| 1240 | CONFIG_NFSD_TCP=y | ||
| 1241 | CONFIG_LOCKD=m | 1278 | CONFIG_LOCKD=m |
| 1242 | CONFIG_LOCKD_V4=y | 1279 | CONFIG_LOCKD_V4=y |
| 1243 | CONFIG_EXPORTFS=m | 1280 | CONFIG_EXPORTFS=m |
| 1244 | CONFIG_NFS_COMMON=y | 1281 | CONFIG_NFS_COMMON=y |
| 1245 | CONFIG_SUNRPC=m | 1282 | CONFIG_SUNRPC=m |
| 1246 | CONFIG_SUNRPC_GSS=m | 1283 | CONFIG_SUNRPC_GSS=m |
| 1247 | # CONFIG_SUNRPC_BIND34 is not set | 1284 | CONFIG_SUNRPC_XPRT_RDMA=m |
| 1248 | CONFIG_RPCSEC_GSS_KRB5=y | 1285 | CONFIG_RPCSEC_GSS_KRB5=m |
| 1249 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1286 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| 1250 | CONFIG_SMB_FS=m | 1287 | CONFIG_SMB_FS=m |
| 1251 | CONFIG_SMB_NLS_DEFAULT=y | 1288 | CONFIG_SMB_NLS_DEFAULT=y |
| @@ -1281,10 +1318,6 @@ CONFIG_SGI_PARTITION=y | |||
| 1281 | # CONFIG_KARMA_PARTITION is not set | 1318 | # CONFIG_KARMA_PARTITION is not set |
| 1282 | CONFIG_EFI_PARTITION=y | 1319 | CONFIG_EFI_PARTITION=y |
| 1283 | # CONFIG_SYSV68_PARTITION is not set | 1320 | # CONFIG_SYSV68_PARTITION is not set |
| 1284 | |||
| 1285 | # | ||
| 1286 | # Native Language Support | ||
| 1287 | # | ||
| 1288 | CONFIG_NLS=y | 1321 | CONFIG_NLS=y |
| 1289 | CONFIG_NLS_DEFAULT="iso8859-1" | 1322 | CONFIG_NLS_DEFAULT="iso8859-1" |
| 1290 | CONFIG_NLS_CODEPAGE_437=y | 1323 | CONFIG_NLS_CODEPAGE_437=y |
| @@ -1325,19 +1358,20 @@ CONFIG_NLS_ISO8859_15=m | |||
| 1325 | CONFIG_NLS_KOI8_R=m | 1358 | CONFIG_NLS_KOI8_R=m |
| 1326 | CONFIG_NLS_KOI8_U=m | 1359 | CONFIG_NLS_KOI8_U=m |
| 1327 | CONFIG_NLS_UTF8=m | 1360 | CONFIG_NLS_UTF8=m |
| 1328 | |||
| 1329 | # | ||
| 1330 | # Distributed Lock Manager | ||
| 1331 | # | ||
| 1332 | # CONFIG_DLM is not set | 1361 | # CONFIG_DLM is not set |
| 1362 | CONFIG_HAVE_KVM=y | ||
| 1363 | CONFIG_VIRTUALIZATION=y | ||
| 1364 | # CONFIG_KVM is not set | ||
| 1333 | 1365 | ||
| 1334 | # | 1366 | # |
| 1335 | # Library routines | 1367 | # Library routines |
| 1336 | # | 1368 | # |
| 1337 | CONFIG_BITREVERSE=y | 1369 | CONFIG_BITREVERSE=y |
| 1370 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set | ||
| 1338 | # CONFIG_CRC_CCITT is not set | 1371 | # CONFIG_CRC_CCITT is not set |
| 1339 | # CONFIG_CRC16 is not set | 1372 | # CONFIG_CRC16 is not set |
| 1340 | # CONFIG_CRC_ITU_T is not set | 1373 | CONFIG_CRC_T10DIF=y |
| 1374 | CONFIG_CRC_ITU_T=m | ||
| 1341 | CONFIG_CRC32=y | 1375 | CONFIG_CRC32=y |
| 1342 | # CONFIG_CRC7 is not set | 1376 | # CONFIG_CRC7 is not set |
| 1343 | # CONFIG_LIBCRC32C is not set | 1377 | # CONFIG_LIBCRC32C is not set |
| @@ -1358,16 +1392,12 @@ CONFIG_IRQ_PER_CPU=y | |||
| 1358 | # CONFIG_HP_SIMSCSI is not set | 1392 | # CONFIG_HP_SIMSCSI is not set |
| 1359 | 1393 | ||
| 1360 | # | 1394 | # |
| 1361 | # Instrumentation Support | ||
| 1362 | # | ||
| 1363 | # CONFIG_PROFILING is not set | ||
| 1364 | # CONFIG_KPROBES is not set | ||
| 1365 | |||
| 1366 | # | ||
| 1367 | # Kernel hacking | 1395 | # Kernel hacking |
| 1368 | # | 1396 | # |
| 1369 | # CONFIG_PRINTK_TIME is not set | 1397 | # CONFIG_PRINTK_TIME is not set |
| 1398 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
| 1370 | CONFIG_ENABLE_MUST_CHECK=y | 1399 | CONFIG_ENABLE_MUST_CHECK=y |
| 1400 | CONFIG_FRAME_WARN=2048 | ||
| 1371 | CONFIG_MAGIC_SYSRQ=y | 1401 | CONFIG_MAGIC_SYSRQ=y |
| 1372 | # CONFIG_UNUSED_SYMBOLS is not set | 1402 | # CONFIG_UNUSED_SYMBOLS is not set |
| 1373 | # CONFIG_DEBUG_FS is not set | 1403 | # CONFIG_DEBUG_FS is not set |
| @@ -1375,10 +1405,14 @@ CONFIG_MAGIC_SYSRQ=y | |||
| 1375 | CONFIG_DEBUG_KERNEL=y | 1405 | CONFIG_DEBUG_KERNEL=y |
| 1376 | # CONFIG_DEBUG_SHIRQ is not set | 1406 | # CONFIG_DEBUG_SHIRQ is not set |
| 1377 | CONFIG_DETECT_SOFTLOCKUP=y | 1407 | CONFIG_DETECT_SOFTLOCKUP=y |
| 1408 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
| 1409 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
| 1378 | CONFIG_SCHED_DEBUG=y | 1410 | CONFIG_SCHED_DEBUG=y |
| 1379 | # CONFIG_SCHEDSTATS is not set | 1411 | # CONFIG_SCHEDSTATS is not set |
| 1380 | # CONFIG_TIMER_STATS is not set | 1412 | # CONFIG_TIMER_STATS is not set |
| 1381 | # CONFIG_DEBUG_SLAB is not set | 1413 | # CONFIG_DEBUG_OBJECTS is not set |
| 1414 | # CONFIG_SLUB_DEBUG_ON is not set | ||
| 1415 | # CONFIG_SLUB_STATS is not set | ||
| 1382 | # CONFIG_DEBUG_RT_MUTEXES is not set | 1416 | # CONFIG_DEBUG_RT_MUTEXES is not set |
| 1383 | # CONFIG_RT_MUTEX_TESTER is not set | 1417 | # CONFIG_RT_MUTEX_TESTER is not set |
| 1384 | # CONFIG_DEBUG_SPINLOCK is not set | 1418 | # CONFIG_DEBUG_SPINLOCK is not set |
| @@ -1388,10 +1422,15 @@ CONFIG_DEBUG_MUTEXES=y | |||
| 1388 | # CONFIG_DEBUG_KOBJECT is not set | 1422 | # CONFIG_DEBUG_KOBJECT is not set |
| 1389 | # CONFIG_DEBUG_INFO is not set | 1423 | # CONFIG_DEBUG_INFO is not set |
| 1390 | # CONFIG_DEBUG_VM is not set | 1424 | # CONFIG_DEBUG_VM is not set |
| 1425 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
| 1426 | CONFIG_DEBUG_MEMORY_INIT=y | ||
| 1391 | # CONFIG_DEBUG_LIST is not set | 1427 | # CONFIG_DEBUG_LIST is not set |
| 1392 | CONFIG_FORCED_INLINING=y | 1428 | # CONFIG_DEBUG_SG is not set |
| 1429 | # CONFIG_BOOT_PRINTK_DELAY is not set | ||
| 1393 | # CONFIG_RCU_TORTURE_TEST is not set | 1430 | # CONFIG_RCU_TORTURE_TEST is not set |
| 1431 | # CONFIG_BACKTRACE_SELF_TEST is not set | ||
| 1394 | # CONFIG_FAULT_INJECTION is not set | 1432 | # CONFIG_FAULT_INJECTION is not set |
| 1433 | # CONFIG_SAMPLES is not set | ||
| 1395 | CONFIG_IA64_GRANULE_16MB=y | 1434 | CONFIG_IA64_GRANULE_16MB=y |
| 1396 | # CONFIG_IA64_GRANULE_64MB is not set | 1435 | # CONFIG_IA64_GRANULE_64MB is not set |
| 1397 | # CONFIG_IA64_PRINT_HAZARDS is not set | 1436 | # CONFIG_IA64_PRINT_HAZARDS is not set |
| @@ -1405,41 +1444,85 @@ CONFIG_SYSVIPC_COMPAT=y | |||
| 1405 | # | 1444 | # |
| 1406 | # CONFIG_KEYS is not set | 1445 | # CONFIG_KEYS is not set |
| 1407 | # CONFIG_SECURITY is not set | 1446 | # CONFIG_SECURITY is not set |
| 1447 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
| 1408 | CONFIG_CRYPTO=y | 1448 | CONFIG_CRYPTO=y |
| 1449 | |||
| 1450 | # | ||
| 1451 | # Crypto core or helper | ||
| 1452 | # | ||
| 1409 | CONFIG_CRYPTO_ALGAPI=y | 1453 | CONFIG_CRYPTO_ALGAPI=y |
| 1410 | CONFIG_CRYPTO_BLKCIPHER=m | 1454 | CONFIG_CRYPTO_BLKCIPHER=m |
| 1411 | CONFIG_CRYPTO_MANAGER=m | 1455 | CONFIG_CRYPTO_MANAGER=m |
| 1456 | # CONFIG_CRYPTO_GF128MUL is not set | ||
| 1457 | # CONFIG_CRYPTO_NULL is not set | ||
| 1458 | # CONFIG_CRYPTO_CRYPTD is not set | ||
| 1459 | # CONFIG_CRYPTO_AUTHENC is not set | ||
| 1460 | # CONFIG_CRYPTO_TEST is not set | ||
| 1461 | |||
| 1462 | # | ||
| 1463 | # Authenticated Encryption with Associated Data | ||
| 1464 | # | ||
| 1465 | # CONFIG_CRYPTO_CCM is not set | ||
| 1466 | # CONFIG_CRYPTO_GCM is not set | ||
| 1467 | # CONFIG_CRYPTO_SEQIV is not set | ||
| 1468 | |||
| 1469 | # | ||
| 1470 | # Block modes | ||
| 1471 | # | ||
| 1472 | CONFIG_CRYPTO_CBC=m | ||
| 1473 | # CONFIG_CRYPTO_CTR is not set | ||
| 1474 | # CONFIG_CRYPTO_CTS is not set | ||
| 1475 | CONFIG_CRYPTO_ECB=m | ||
| 1476 | # CONFIG_CRYPTO_LRW is not set | ||
| 1477 | CONFIG_CRYPTO_PCBC=m | ||
| 1478 | # CONFIG_CRYPTO_XTS is not set | ||
| 1479 | |||
| 1480 | # | ||
| 1481 | # Hash modes | ||
| 1482 | # | ||
| 1412 | # CONFIG_CRYPTO_HMAC is not set | 1483 | # CONFIG_CRYPTO_HMAC is not set |
| 1413 | # CONFIG_CRYPTO_XCBC is not set | 1484 | # CONFIG_CRYPTO_XCBC is not set |
| 1414 | # CONFIG_CRYPTO_NULL is not set | 1485 | |
| 1486 | # | ||
| 1487 | # Digest | ||
| 1488 | # | ||
| 1489 | # CONFIG_CRYPTO_CRC32C is not set | ||
| 1415 | # CONFIG_CRYPTO_MD4 is not set | 1490 | # CONFIG_CRYPTO_MD4 is not set |
| 1416 | CONFIG_CRYPTO_MD5=y | 1491 | CONFIG_CRYPTO_MD5=y |
| 1492 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
| 1493 | # CONFIG_CRYPTO_RMD128 is not set | ||
| 1494 | # CONFIG_CRYPTO_RMD160 is not set | ||
| 1495 | # CONFIG_CRYPTO_RMD256 is not set | ||
| 1496 | # CONFIG_CRYPTO_RMD320 is not set | ||
| 1417 | # CONFIG_CRYPTO_SHA1 is not set | 1497 | # CONFIG_CRYPTO_SHA1 is not set |
| 1418 | # CONFIG_CRYPTO_SHA256 is not set | 1498 | # CONFIG_CRYPTO_SHA256 is not set |
| 1419 | # CONFIG_CRYPTO_SHA512 is not set | 1499 | # CONFIG_CRYPTO_SHA512 is not set |
| 1420 | # CONFIG_CRYPTO_WP512 is not set | ||
| 1421 | # CONFIG_CRYPTO_TGR192 is not set | 1500 | # CONFIG_CRYPTO_TGR192 is not set |
| 1422 | # CONFIG_CRYPTO_GF128MUL is not set | 1501 | # CONFIG_CRYPTO_WP512 is not set |
| 1423 | CONFIG_CRYPTO_ECB=m | 1502 | |
| 1424 | CONFIG_CRYPTO_CBC=m | 1503 | # |
| 1425 | CONFIG_CRYPTO_PCBC=m | 1504 | # Ciphers |
| 1426 | # CONFIG_CRYPTO_LRW is not set | 1505 | # |
| 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 | 1506 | # CONFIG_CRYPTO_AES is not set |
| 1507 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 1508 | # CONFIG_CRYPTO_ARC4 is not set | ||
| 1509 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 1510 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
| 1434 | # CONFIG_CRYPTO_CAST5 is not set | 1511 | # CONFIG_CRYPTO_CAST5 is not set |
| 1435 | # CONFIG_CRYPTO_CAST6 is not set | 1512 | # CONFIG_CRYPTO_CAST6 is not set |
| 1436 | # CONFIG_CRYPTO_TEA is not set | 1513 | CONFIG_CRYPTO_DES=m |
| 1437 | # CONFIG_CRYPTO_ARC4 is not set | 1514 | # CONFIG_CRYPTO_FCRYPT is not set |
| 1438 | # CONFIG_CRYPTO_KHAZAD is not set | 1515 | # CONFIG_CRYPTO_KHAZAD is not set |
| 1439 | # CONFIG_CRYPTO_ANUBIS is not set | 1516 | # CONFIG_CRYPTO_SALSA20 is not set |
| 1517 | # CONFIG_CRYPTO_SEED is not set | ||
| 1518 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 1519 | # CONFIG_CRYPTO_TEA is not set | ||
| 1520 | # CONFIG_CRYPTO_TWOFISH is not set | ||
| 1521 | |||
| 1522 | # | ||
| 1523 | # Compression | ||
| 1524 | # | ||
| 1440 | # CONFIG_CRYPTO_DEFLATE is not set | 1525 | # CONFIG_CRYPTO_DEFLATE is not set |
| 1441 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1526 | # 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 | 1527 | CONFIG_CRYPTO_HW=y |
| 1528 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set | ||
