diff options
| author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-08 19:42:11 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-08 19:42:11 -0400 |
| commit | 61ce7b3ab55e6dd3a9811d0cf4f2dc5a3a5d892a (patch) | |
| tree | bc1dd3b052f28ac40c2cedbbe251b70ced303644 /arch | |
| parent | 7bea96fd22a8fd19f90817405b4abe032317a0e3 (diff) | |
| parent | 27f768192fe2d96936cef5d4713e228daee07ae2 (diff) | |
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
* 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus:
[MIPS] Cleanup unnecessary <asm/ptrace.h> inclusions.
[MIPS] DEC: pt_regs fixes for buserror handlers
[MIPS] Fix return type of gt64120_irq.
[MIPS] Ocelot C: Build fix - ll_mv64340_irq takes no more regs argument.
[MIPS] Jazz defconfig file.
[MIPS] Jazz: build fix - include <linux/screen_info.h>
[MIPS] Jazz: Remove warning. After 7 years probably somebody test this ;)
[MIPS] Jazz: Fix I/O port resources.
[MIPS] DEC: pt_regs fixes for dec_intr_halt.
handle_sysrq lost its pt_regs * argument
Manual conflict resolved in arch/um/drivers/mconsole_kern.c
Diffstat (limited to 'arch')
36 files changed, 1449 insertions, 49 deletions
diff --git a/arch/mips/au1000/common/time.c b/arch/mips/au1000/common/time.c index 1989d56139c8..dd9c364b4746 100644 --- a/arch/mips/au1000/common/time.c +++ b/arch/mips/au1000/common/time.c | |||
| @@ -41,7 +41,6 @@ | |||
| 41 | 41 | ||
| 42 | #include <asm/compiler.h> | 42 | #include <asm/compiler.h> |
| 43 | #include <asm/mipsregs.h> | 43 | #include <asm/mipsregs.h> |
| 44 | #include <asm/ptrace.h> | ||
| 45 | #include <asm/time.h> | 44 | #include <asm/time.h> |
| 46 | #include <asm/div64.h> | 45 | #include <asm/div64.h> |
| 47 | #include <asm/mach-au1x00/au1000.h> | 46 | #include <asm/mach-au1x00/au1000.h> |
diff --git a/arch/mips/cobalt/irq.c b/arch/mips/cobalt/irq.c index 1117fab19733..82e569d5b02c 100644 --- a/arch/mips/cobalt/irq.c +++ b/arch/mips/cobalt/irq.c | |||
| @@ -16,7 +16,6 @@ | |||
| 16 | #include <asm/i8259.h> | 16 | #include <asm/i8259.h> |
| 17 | #include <asm/irq_cpu.h> | 17 | #include <asm/irq_cpu.h> |
| 18 | #include <asm/gt64120.h> | 18 | #include <asm/gt64120.h> |
| 19 | #include <asm/ptrace.h> | ||
| 20 | 19 | ||
| 21 | #include <asm/mach-cobalt/cobalt.h> | 20 | #include <asm/mach-cobalt/cobalt.h> |
| 22 | 21 | ||
diff --git a/arch/mips/configs/jazz_defconfig b/arch/mips/configs/jazz_defconfig new file mode 100644 index 000000000000..382083ebea0a --- /dev/null +++ b/arch/mips/configs/jazz_defconfig | |||
| @@ -0,0 +1,1404 @@ | |||
| 1 | # | ||
| 2 | # Automatically generated make config: don't edit | ||
| 3 | # Linux kernel version: 2.6.19-rc1 | ||
| 4 | # Sun Oct 8 19:03:07 2006 | ||
| 5 | # | ||
| 6 | CONFIG_MIPS=y | ||
| 7 | |||
| 8 | # | ||
| 9 | # Machine selection | ||
| 10 | # | ||
| 11 | # CONFIG_MIPS_MTX1 is not set | ||
| 12 | # CONFIG_MIPS_BOSPORUS is not set | ||
| 13 | # CONFIG_MIPS_PB1000 is not set | ||
| 14 | # CONFIG_MIPS_PB1100 is not set | ||
| 15 | # CONFIG_MIPS_PB1500 is not set | ||
| 16 | # CONFIG_MIPS_PB1550 is not set | ||
| 17 | # CONFIG_MIPS_PB1200 is not set | ||
| 18 | # CONFIG_MIPS_DB1000 is not set | ||
| 19 | # CONFIG_MIPS_DB1100 is not set | ||
| 20 | # CONFIG_MIPS_DB1500 is not set | ||
| 21 | # CONFIG_MIPS_DB1550 is not set | ||
| 22 | # CONFIG_MIPS_DB1200 is not set | ||
| 23 | # CONFIG_MIPS_MIRAGE is not set | ||
| 24 | # CONFIG_BASLER_EXCITE is not set | ||
| 25 | # CONFIG_MIPS_COBALT is not set | ||
| 26 | # CONFIG_MACH_DECSTATION is not set | ||
| 27 | # CONFIG_MIPS_EV64120 is not set | ||
| 28 | CONFIG_MACH_JAZZ=y | ||
| 29 | # CONFIG_LASAT is not set | ||
| 30 | # CONFIG_MIPS_ATLAS is not set | ||
| 31 | # CONFIG_MIPS_MALTA is not set | ||
| 32 | # CONFIG_MIPS_SEAD is not set | ||
| 33 | # CONFIG_WR_PPMC is not set | ||
| 34 | # CONFIG_MIPS_SIM is not set | ||
| 35 | # CONFIG_MOMENCO_JAGUAR_ATX is not set | ||
| 36 | # CONFIG_MOMENCO_OCELOT is not set | ||
| 37 | # CONFIG_MOMENCO_OCELOT_3 is not set | ||
| 38 | # CONFIG_MOMENCO_OCELOT_C is not set | ||
| 39 | # CONFIG_MOMENCO_OCELOT_G is not set | ||
| 40 | # CONFIG_MIPS_XXS1500 is not set | ||
| 41 | # CONFIG_PNX8550_V2PCI is not set | ||
| 42 | # CONFIG_PNX8550_JBS is not set | ||
| 43 | # CONFIG_DDB5477 is not set | ||
| 44 | # CONFIG_MACH_VR41XX is not set | ||
| 45 | # CONFIG_PMC_YOSEMITE is not set | ||
| 46 | # CONFIG_QEMU is not set | ||
| 47 | # CONFIG_MARKEINS is not set | ||
| 48 | # CONFIG_SGI_IP22 is not set | ||
| 49 | # CONFIG_SGI_IP27 is not set | ||
| 50 | # CONFIG_SGI_IP32 is not set | ||
| 51 | # CONFIG_SIBYTE_BIGSUR is not set | ||
| 52 | # CONFIG_SIBYTE_SWARM is not set | ||
| 53 | # CONFIG_SIBYTE_SENTOSA is not set | ||
| 54 | # CONFIG_SIBYTE_RHONE is not set | ||
| 55 | # CONFIG_SIBYTE_CARMEL is not set | ||
| 56 | # CONFIG_SIBYTE_PTSWARM is not set | ||
| 57 | # CONFIG_SIBYTE_LITTLESUR is not set | ||
| 58 | # CONFIG_SIBYTE_CRHINE is not set | ||
| 59 | # CONFIG_SIBYTE_CRHONE is not set | ||
| 60 | # CONFIG_SNI_RM200_PCI is not set | ||
| 61 | # CONFIG_TOSHIBA_JMR3927 is not set | ||
| 62 | # CONFIG_TOSHIBA_RBTX4927 is not set | ||
| 63 | # CONFIG_TOSHIBA_RBTX4938 is not set | ||
| 64 | # CONFIG_ACER_PICA_61 is not set | ||
| 65 | # CONFIG_MIPS_MAGNUM_4000 is not set | ||
| 66 | CONFIG_OLIVETTI_M700=y | ||
| 67 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
| 68 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
| 69 | CONFIG_GENERIC_HWEIGHT=y | ||
| 70 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
| 71 | CONFIG_GENERIC_TIME=y | ||
| 72 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | ||
| 73 | CONFIG_ARC=y | ||
| 74 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | ||
| 75 | CONFIG_DMA_NONCOHERENT=y | ||
| 76 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | ||
| 77 | CONFIG_GENERIC_ISA_DMA=y | ||
| 78 | CONFIG_I8259=y | ||
| 79 | # CONFIG_CPU_BIG_ENDIAN is not set | ||
| 80 | CONFIG_CPU_LITTLE_ENDIAN=y | ||
| 81 | CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y | ||
| 82 | CONFIG_ARC32=y | ||
| 83 | CONFIG_MIPS_L1_CACHE_SHIFT=5 | ||
| 84 | CONFIG_ARC_MEMORY=y | ||
| 85 | CONFIG_ARC_PROMLIB=y | ||
| 86 | |||
| 87 | # | ||
| 88 | # CPU selection | ||
| 89 | # | ||
| 90 | # CONFIG_CPU_MIPS32_R1 is not set | ||
| 91 | # CONFIG_CPU_MIPS32_R2 is not set | ||
| 92 | # CONFIG_CPU_MIPS64_R1 is not set | ||
| 93 | # CONFIG_CPU_MIPS64_R2 is not set | ||
| 94 | # CONFIG_CPU_R3000 is not set | ||
| 95 | # CONFIG_CPU_TX39XX is not set | ||
| 96 | # CONFIG_CPU_VR41XX is not set | ||
| 97 | # CONFIG_CPU_R4300 is not set | ||
| 98 | CONFIG_CPU_R4X00=y | ||
| 99 | # CONFIG_CPU_TX49XX is not set | ||
| 100 | # CONFIG_CPU_R5000 is not set | ||
| 101 | # CONFIG_CPU_R5432 is not set | ||
| 102 | # CONFIG_CPU_R6000 is not set | ||
| 103 | # CONFIG_CPU_NEVADA is not set | ||
| 104 | # CONFIG_CPU_R8000 is not set | ||
| 105 | # CONFIG_CPU_R10000 is not set | ||
| 106 | # CONFIG_CPU_RM7000 is not set | ||
| 107 | # CONFIG_CPU_RM9000 is not set | ||
| 108 | # CONFIG_CPU_SB1 is not set | ||
| 109 | CONFIG_SYS_HAS_CPU_R4X00=y | ||
| 110 | CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y | ||
| 111 | CONFIG_SYS_SUPPORTS_64BIT_KERNEL=y | ||
| 112 | CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y | ||
| 113 | CONFIG_CPU_SUPPORTS_64BIT_KERNEL=y | ||
| 114 | |||
| 115 | # | ||
| 116 | # Kernel type | ||
| 117 | # | ||
| 118 | CONFIG_32BIT=y | ||
| 119 | # CONFIG_64BIT is not set | ||
| 120 | CONFIG_PAGE_SIZE_4KB=y | ||
| 121 | # CONFIG_PAGE_SIZE_8KB is not set | ||
| 122 | # CONFIG_PAGE_SIZE_16KB is not set | ||
| 123 | # CONFIG_PAGE_SIZE_64KB is not set | ||
| 124 | CONFIG_MIPS_MT_DISABLED=y | ||
| 125 | # CONFIG_MIPS_MT_SMP is not set | ||
| 126 | # CONFIG_MIPS_MT_SMTC is not set | ||
| 127 | # CONFIG_MIPS_VPE_LOADER is not set | ||
| 128 | # CONFIG_64BIT_PHYS_ADDR is not set | ||
| 129 | CONFIG_CPU_HAS_LLSC=y | ||
| 130 | CONFIG_CPU_HAS_SYNC=y | ||
| 131 | CONFIG_GENERIC_HARDIRQS=y | ||
| 132 | CONFIG_GENERIC_IRQ_PROBE=y | ||
| 133 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
| 134 | CONFIG_SELECT_MEMORY_MODEL=y | ||
| 135 | CONFIG_FLATMEM_MANUAL=y | ||
| 136 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
| 137 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
| 138 | CONFIG_FLATMEM=y | ||
| 139 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
| 140 | # CONFIG_SPARSEMEM_STATIC is not set | ||
| 141 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
| 142 | # CONFIG_RESOURCES_64BIT is not set | ||
| 143 | # CONFIG_HZ_48 is not set | ||
| 144 | CONFIG_HZ_100=y | ||
| 145 | # CONFIG_HZ_128 is not set | ||
| 146 | # CONFIG_HZ_250 is not set | ||
| 147 | # CONFIG_HZ_256 is not set | ||
| 148 | # CONFIG_HZ_1000 is not set | ||
| 149 | # CONFIG_HZ_1024 is not set | ||
| 150 | CONFIG_SYS_SUPPORTS_100HZ=y | ||
| 151 | CONFIG_HZ=100 | ||
| 152 | # CONFIG_PREEMPT_NONE is not set | ||
| 153 | CONFIG_PREEMPT_VOLUNTARY=y | ||
| 154 | # CONFIG_PREEMPT is not set | ||
| 155 | CONFIG_LOCKDEP_SUPPORT=y | ||
| 156 | CONFIG_STACKTRACE_SUPPORT=y | ||
| 157 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
| 158 | |||
| 159 | # | ||
| 160 | # Code maturity level options | ||
| 161 | # | ||
| 162 | CONFIG_EXPERIMENTAL=y | ||
| 163 | CONFIG_BROKEN_ON_SMP=y | ||
| 164 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
| 165 | |||
| 166 | # | ||
| 167 | # General setup | ||
| 168 | # | ||
| 169 | CONFIG_LOCALVERSION="" | ||
| 170 | CONFIG_LOCALVERSION_AUTO=y | ||
| 171 | CONFIG_SWAP=y | ||
| 172 | CONFIG_SYSVIPC=y | ||
| 173 | # CONFIG_IPC_NS is not set | ||
| 174 | CONFIG_POSIX_MQUEUE=y | ||
| 175 | CONFIG_BSD_PROCESS_ACCT=y | ||
| 176 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | ||
| 177 | # CONFIG_TASKSTATS is not set | ||
| 178 | # CONFIG_UTS_NS is not set | ||
| 179 | # CONFIG_AUDIT is not set | ||
| 180 | CONFIG_IKCONFIG=y | ||
| 181 | CONFIG_IKCONFIG_PROC=y | ||
| 182 | CONFIG_RELAY=y | ||
| 183 | CONFIG_INITRAMFS_SOURCE="" | ||
| 184 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
| 185 | CONFIG_SYSCTL=y | ||
| 186 | CONFIG_EMBEDDED=y | ||
| 187 | # CONFIG_SYSCTL_SYSCALL is not set | ||
| 188 | CONFIG_KALLSYMS=y | ||
| 189 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
| 190 | CONFIG_HOTPLUG=y | ||
| 191 | CONFIG_PRINTK=y | ||
| 192 | CONFIG_BUG=y | ||
| 193 | CONFIG_ELF_CORE=y | ||
| 194 | CONFIG_BASE_FULL=y | ||
| 195 | CONFIG_FUTEX=y | ||
| 196 | CONFIG_EPOLL=y | ||
| 197 | CONFIG_SHMEM=y | ||
| 198 | CONFIG_SLAB=y | ||
| 199 | CONFIG_VM_EVENT_COUNTERS=y | ||
| 200 | CONFIG_RT_MUTEXES=y | ||
| 201 | # CONFIG_TINY_SHMEM is not set | ||
| 202 | CONFIG_BASE_SMALL=0 | ||
| 203 | # CONFIG_SLOB is not set | ||
| 204 | |||
| 205 | # | ||
| 206 | # Loadable module support | ||
| 207 | # | ||
| 208 | CONFIG_MODULES=y | ||
| 209 | CONFIG_MODULE_UNLOAD=y | ||
| 210 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
| 211 | CONFIG_MODVERSIONS=y | ||
| 212 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
| 213 | CONFIG_KMOD=y | ||
| 214 | |||
| 215 | # | ||
| 216 | # Block layer | ||
| 217 | # | ||
| 218 | CONFIG_BLOCK=y | ||
| 219 | # CONFIG_LBD is not set | ||
| 220 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
| 221 | # CONFIG_LSF is not set | ||
| 222 | |||
| 223 | # | ||
| 224 | # IO Schedulers | ||
| 225 | # | ||
| 226 | CONFIG_IOSCHED_NOOP=y | ||
| 227 | CONFIG_IOSCHED_AS=y | ||
| 228 | CONFIG_IOSCHED_DEADLINE=y | ||
| 229 | CONFIG_IOSCHED_CFQ=y | ||
| 230 | CONFIG_DEFAULT_AS=y | ||
| 231 | # CONFIG_DEFAULT_DEADLINE is not set | ||
| 232 | # CONFIG_DEFAULT_CFQ is not set | ||
| 233 | # CONFIG_DEFAULT_NOOP is not set | ||
| 234 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
| 235 | |||
| 236 | # | ||
| 237 | # Bus options (PCI, PCMCIA, EISA, ISA, TC) | ||
| 238 | # | ||
| 239 | CONFIG_ISA=y | ||
| 240 | CONFIG_MMU=y | ||
| 241 | CONFIG_I8253=y | ||
| 242 | |||
| 243 | # | ||
| 244 | # PCCARD (PCMCIA/CardBus) support | ||
| 245 | # | ||
| 246 | # CONFIG_PCCARD is not set | ||
| 247 | |||
| 248 | # | ||
| 249 | # PCI Hotplug Support | ||
| 250 | # | ||
| 251 | |||
| 252 | # | ||
| 253 | # Executable file formats | ||
| 254 | # | ||
| 255 | CONFIG_BINFMT_ELF=y | ||
| 256 | CONFIG_BINFMT_MISC=m | ||
| 257 | CONFIG_TRAD_SIGNALS=y | ||
| 258 | |||
| 259 | # | ||
| 260 | # Networking | ||
| 261 | # | ||
| 262 | CONFIG_NET=y | ||
| 263 | |||
| 264 | # | ||
| 265 | # Networking options | ||
| 266 | # | ||
| 267 | # CONFIG_NETDEBUG is not set | ||
| 268 | CONFIG_PACKET=m | ||
| 269 | CONFIG_PACKET_MMAP=y | ||
| 270 | CONFIG_UNIX=y | ||
| 271 | CONFIG_XFRM=y | ||
| 272 | # CONFIG_XFRM_USER is not set | ||
| 273 | # CONFIG_XFRM_SUB_POLICY is not set | ||
| 274 | CONFIG_NET_KEY=m | ||
| 275 | CONFIG_INET=y | ||
| 276 | CONFIG_IP_MULTICAST=y | ||
| 277 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
| 278 | CONFIG_IP_FIB_HASH=y | ||
| 279 | # CONFIG_IP_PNP is not set | ||
| 280 | CONFIG_NET_IPIP=m | ||
| 281 | CONFIG_NET_IPGRE=m | ||
| 282 | CONFIG_NET_IPGRE_BROADCAST=y | ||
| 283 | CONFIG_IP_MROUTE=y | ||
| 284 | CONFIG_IP_PIMSM_V1=y | ||
| 285 | CONFIG_IP_PIMSM_V2=y | ||
| 286 | # CONFIG_ARPD is not set | ||
| 287 | # CONFIG_SYN_COOKIES is not set | ||
| 288 | # CONFIG_INET_AH is not set | ||
| 289 | # CONFIG_INET_ESP is not set | ||
| 290 | # CONFIG_INET_IPCOMP is not set | ||
| 291 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
| 292 | CONFIG_INET_TUNNEL=m | ||
| 293 | CONFIG_INET_XFRM_MODE_TRANSPORT=m | ||
| 294 | CONFIG_INET_XFRM_MODE_TUNNEL=m | ||
| 295 | CONFIG_INET_XFRM_MODE_BEET=y | ||
| 296 | CONFIG_INET_DIAG=y | ||
| 297 | CONFIG_INET_TCP_DIAG=y | ||
| 298 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
| 299 | CONFIG_TCP_CONG_CUBIC=y | ||
| 300 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
| 301 | |||
| 302 | # | ||
| 303 | # IP: Virtual Server Configuration | ||
| 304 | # | ||
| 305 | # CONFIG_IP_VS is not set | ||
| 306 | CONFIG_IPV6=m | ||
| 307 | CONFIG_IPV6_PRIVACY=y | ||
| 308 | CONFIG_IPV6_ROUTER_PREF=y | ||
| 309 | CONFIG_IPV6_ROUTE_INFO=y | ||
| 310 | CONFIG_INET6_AH=m | ||
| 311 | CONFIG_INET6_ESP=m | ||
| 312 | CONFIG_INET6_IPCOMP=m | ||
| 313 | # CONFIG_IPV6_MIP6 is not set | ||
| 314 | CONFIG_INET6_XFRM_TUNNEL=m | ||
| 315 | CONFIG_INET6_TUNNEL=m | ||
| 316 | CONFIG_INET6_XFRM_MODE_TRANSPORT=m | ||
| 317 | CONFIG_INET6_XFRM_MODE_TUNNEL=m | ||
| 318 | CONFIG_INET6_XFRM_MODE_BEET=m | ||
| 319 | # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set | ||
| 320 | CONFIG_IPV6_TUNNEL=m | ||
| 321 | # CONFIG_IPV6_SUBTREES is not set | ||
| 322 | # CONFIG_IPV6_MULTIPLE_TABLES is not set | ||
| 323 | CONFIG_NETWORK_SECMARK=y | ||
| 324 | CONFIG_NETFILTER=y | ||
| 325 | # CONFIG_NETFILTER_DEBUG is not set | ||
| 326 | CONFIG_BRIDGE_NETFILTER=y | ||
| 327 | |||
| 328 | # | ||
| 329 | # Core Netfilter Configuration | ||
| 330 | # | ||
| 331 | CONFIG_NETFILTER_NETLINK=m | ||
| 332 | CONFIG_NETFILTER_NETLINK_QUEUE=m | ||
| 333 | CONFIG_NETFILTER_NETLINK_LOG=m | ||
| 334 | CONFIG_NETFILTER_XTABLES=m | ||
| 335 | CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m | ||
| 336 | CONFIG_NETFILTER_XT_TARGET_CONNMARK=m | ||
| 337 | # CONFIG_NETFILTER_XT_TARGET_DSCP is not set | ||
| 338 | CONFIG_NETFILTER_XT_TARGET_MARK=m | ||
| 339 | CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m | ||
| 340 | CONFIG_NETFILTER_XT_TARGET_NOTRACK=m | ||
| 341 | CONFIG_NETFILTER_XT_TARGET_SECMARK=m | ||
| 342 | # CONFIG_NETFILTER_XT_TARGET_CONNSECMARK is not set | ||
| 343 | CONFIG_NETFILTER_XT_MATCH_COMMENT=m | ||
| 344 | CONFIG_NETFILTER_XT_MATCH_CONNMARK=m | ||
| 345 | CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m | ||
| 346 | CONFIG_NETFILTER_XT_MATCH_DCCP=m | ||
| 347 | # CONFIG_NETFILTER_XT_MATCH_DSCP is not set | ||
| 348 | CONFIG_NETFILTER_XT_MATCH_ESP=m | ||
| 349 | CONFIG_NETFILTER_XT_MATCH_HELPER=m | ||
| 350 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m | ||
| 351 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m | ||
| 352 | CONFIG_NETFILTER_XT_MATCH_MAC=m | ||
| 353 | CONFIG_NETFILTER_XT_MATCH_MARK=m | ||
| 354 | CONFIG_NETFILTER_XT_MATCH_POLICY=m | ||
| 355 | CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m | ||
| 356 | CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m | ||
| 357 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m | ||
| 358 | CONFIG_NETFILTER_XT_MATCH_QUOTA=m | ||
| 359 | CONFIG_NETFILTER_XT_MATCH_REALM=m | ||
| 360 | CONFIG_NETFILTER_XT_MATCH_SCTP=m | ||
| 361 | CONFIG_NETFILTER_XT_MATCH_STATE=m | ||
| 362 | CONFIG_NETFILTER_XT_MATCH_STATISTIC=m | ||
| 363 | CONFIG_NETFILTER_XT_MATCH_STRING=m | ||
| 364 | CONFIG_NETFILTER_XT_MATCH_TCPMSS=m | ||
| 365 | |||
| 366 | # | ||
| 367 | # IP: Netfilter Configuration | ||
| 368 | # | ||
| 369 | CONFIG_IP_NF_CONNTRACK=m | ||
| 370 | # CONFIG_IP_NF_CT_ACCT is not set | ||
| 371 | CONFIG_IP_NF_CONNTRACK_MARK=y | ||
| 372 | CONFIG_IP_NF_CONNTRACK_SECMARK=y | ||
| 373 | CONFIG_IP_NF_CONNTRACK_EVENTS=y | ||
| 374 | CONFIG_IP_NF_CONNTRACK_NETLINK=m | ||
| 375 | CONFIG_IP_NF_CT_PROTO_SCTP=m | ||
| 376 | CONFIG_IP_NF_FTP=m | ||
| 377 | CONFIG_IP_NF_IRC=m | ||
| 378 | # CONFIG_IP_NF_NETBIOS_NS is not set | ||
| 379 | CONFIG_IP_NF_TFTP=m | ||
| 380 | CONFIG_IP_NF_AMANDA=m | ||
| 381 | CONFIG_IP_NF_PPTP=m | ||
| 382 | CONFIG_IP_NF_H323=m | ||
| 383 | CONFIG_IP_NF_SIP=m | ||
| 384 | CONFIG_IP_NF_QUEUE=m | ||
| 385 | CONFIG_IP_NF_IPTABLES=m | ||
| 386 | CONFIG_IP_NF_MATCH_IPRANGE=m | ||
| 387 | CONFIG_IP_NF_MATCH_TOS=m | ||
| 388 | CONFIG_IP_NF_MATCH_RECENT=m | ||
| 389 | CONFIG_IP_NF_MATCH_ECN=m | ||
| 390 | CONFIG_IP_NF_MATCH_AH=m | ||
| 391 | CONFIG_IP_NF_MATCH_TTL=m | ||
| 392 | CONFIG_IP_NF_MATCH_OWNER=m | ||
| 393 | CONFIG_IP_NF_MATCH_ADDRTYPE=m | ||
| 394 | CONFIG_IP_NF_MATCH_HASHLIMIT=m | ||
| 395 | CONFIG_IP_NF_FILTER=m | ||
| 396 | CONFIG_IP_NF_TARGET_REJECT=m | ||
| 397 | CONFIG_IP_NF_TARGET_LOG=m | ||
| 398 | CONFIG_IP_NF_TARGET_ULOG=m | ||
| 399 | CONFIG_IP_NF_TARGET_TCPMSS=m | ||
| 400 | CONFIG_IP_NF_NAT=m | ||
| 401 | CONFIG_IP_NF_NAT_NEEDED=y | ||
| 402 | CONFIG_IP_NF_TARGET_MASQUERADE=m | ||
| 403 | CONFIG_IP_NF_TARGET_REDIRECT=m | ||
| 404 | CONFIG_IP_NF_TARGET_NETMAP=m | ||
| 405 | CONFIG_IP_NF_TARGET_SAME=m | ||
| 406 | CONFIG_IP_NF_NAT_SNMP_BASIC=m | ||
| 407 | CONFIG_IP_NF_NAT_IRC=m | ||
| 408 | CONFIG_IP_NF_NAT_FTP=m | ||
| 409 | CONFIG_IP_NF_NAT_TFTP=m | ||
| 410 | CONFIG_IP_NF_NAT_AMANDA=m | ||
| 411 | CONFIG_IP_NF_NAT_PPTP=m | ||
| 412 | CONFIG_IP_NF_NAT_H323=m | ||
| 413 | CONFIG_IP_NF_NAT_SIP=m | ||
| 414 | CONFIG_IP_NF_MANGLE=m | ||
| 415 | CONFIG_IP_NF_TARGET_TOS=m | ||
| 416 | CONFIG_IP_NF_TARGET_ECN=m | ||
| 417 | CONFIG_IP_NF_TARGET_TTL=m | ||
| 418 | CONFIG_IP_NF_TARGET_CLUSTERIP=m | ||
| 419 | CONFIG_IP_NF_RAW=m | ||
| 420 | CONFIG_IP_NF_ARPTABLES=m | ||
| 421 | CONFIG_IP_NF_ARPFILTER=m | ||
| 422 | CONFIG_IP_NF_ARP_MANGLE=m | ||
| 423 | |||
| 424 | # | ||
| 425 | # IPv6: Netfilter Configuration (EXPERIMENTAL) | ||
| 426 | # | ||
| 427 | CONFIG_IP6_NF_QUEUE=m | ||
| 428 | CONFIG_IP6_NF_IPTABLES=m | ||
| 429 | CONFIG_IP6_NF_MATCH_RT=m | ||
| 430 | CONFIG_IP6_NF_MATCH_OPTS=m | ||
| 431 | CONFIG_IP6_NF_MATCH_FRAG=m | ||
| 432 | CONFIG_IP6_NF_MATCH_HL=m | ||
| 433 | CONFIG_IP6_NF_MATCH_OWNER=m | ||
| 434 | CONFIG_IP6_NF_MATCH_IPV6HEADER=m | ||
| 435 | CONFIG_IP6_NF_MATCH_AH=m | ||
| 436 | CONFIG_IP6_NF_MATCH_EUI64=m | ||
| 437 | CONFIG_IP6_NF_FILTER=m | ||
| 438 | CONFIG_IP6_NF_TARGET_LOG=m | ||
| 439 | CONFIG_IP6_NF_TARGET_REJECT=m | ||
| 440 | CONFIG_IP6_NF_MANGLE=m | ||
| 441 | CONFIG_IP6_NF_TARGET_HL=m | ||
| 442 | CONFIG_IP6_NF_RAW=m | ||
| 443 | |||
| 444 | # | ||
| 445 | # DECnet: Netfilter Configuration | ||
| 446 | # | ||
| 447 | CONFIG_DECNET_NF_GRABULATOR=m | ||
| 448 | |||
| 449 | # | ||
| 450 | # Bridge: Netfilter Configuration | ||
| 451 | # | ||
| 452 | CONFIG_BRIDGE_NF_EBTABLES=m | ||
| 453 | CONFIG_BRIDGE_EBT_BROUTE=m | ||
| 454 | CONFIG_BRIDGE_EBT_T_FILTER=m | ||
| 455 | CONFIG_BRIDGE_EBT_T_NAT=m | ||
| 456 | CONFIG_BRIDGE_EBT_802_3=m | ||
| 457 | CONFIG_BRIDGE_EBT_AMONG=m | ||
| 458 | CONFIG_BRIDGE_EBT_ARP=m | ||
| 459 | CONFIG_BRIDGE_EBT_IP=m | ||
| 460 | CONFIG_BRIDGE_EBT_LIMIT=m | ||
| 461 | CONFIG_BRIDGE_EBT_MARK=m | ||
| 462 | CONFIG_BRIDGE_EBT_PKTTYPE=m | ||
| 463 | CONFIG_BRIDGE_EBT_STP=m | ||
| 464 | CONFIG_BRIDGE_EBT_VLAN=m | ||
| 465 | CONFIG_BRIDGE_EBT_ARPREPLY=m | ||
| 466 | CONFIG_BRIDGE_EBT_DNAT=m | ||
| 467 | CONFIG_BRIDGE_EBT_MARK_T=m | ||
| 468 | CONFIG_BRIDGE_EBT_REDIRECT=m | ||
| 469 | CONFIG_BRIDGE_EBT_SNAT=m | ||
| 470 | CONFIG_BRIDGE_EBT_LOG=m | ||
| 471 | CONFIG_BRIDGE_EBT_ULOG=m | ||
| 472 | |||
| 473 | # | ||
| 474 | # DCCP Configuration (EXPERIMENTAL) | ||
| 475 | # | ||
| 476 | # CONFIG_IP_DCCP is not set | ||
| 477 | |||
| 478 | # | ||
| 479 | # SCTP Configuration (EXPERIMENTAL) | ||
| 480 | # | ||
| 481 | # CONFIG_IP_SCTP is not set | ||
| 482 | |||
| 483 | # | ||
| 484 | # TIPC Configuration (EXPERIMENTAL) | ||
| 485 | # | ||
| 486 | # CONFIG_TIPC is not set | ||
| 487 | # CONFIG_ATM is not set | ||
| 488 | CONFIG_BRIDGE=m | ||
| 489 | # CONFIG_VLAN_8021Q is not set | ||
| 490 | CONFIG_DECNET=m | ||
| 491 | # CONFIG_DECNET_ROUTER is not set | ||
| 492 | CONFIG_LLC=m | ||
| 493 | # CONFIG_LLC2 is not set | ||
| 494 | # CONFIG_IPX is not set | ||
| 495 | # CONFIG_ATALK is not set | ||
| 496 | # CONFIG_X25 is not set | ||
| 497 | # CONFIG_LAPB is not set | ||
| 498 | # CONFIG_ECONET is not set | ||
| 499 | # CONFIG_WAN_ROUTER is not set | ||
| 500 | |||
| 501 | # | ||
| 502 | # QoS and/or fair queueing | ||
| 503 | # | ||
| 504 | CONFIG_NET_SCHED=y | ||
| 505 | CONFIG_NET_SCH_CLK_JIFFIES=y | ||
| 506 | # CONFIG_NET_SCH_CLK_GETTIMEOFDAY is not set | ||
| 507 | # CONFIG_NET_SCH_CLK_CPU is not set | ||
| 508 | |||
| 509 | # | ||
| 510 | # Queueing/Scheduling | ||
| 511 | # | ||
| 512 | CONFIG_NET_SCH_CBQ=m | ||
| 513 | CONFIG_NET_SCH_HTB=m | ||
| 514 | CONFIG_NET_SCH_HFSC=m | ||
| 515 | CONFIG_NET_SCH_PRIO=m | ||
| 516 | CONFIG_NET_SCH_RED=m | ||
| 517 | CONFIG_NET_SCH_SFQ=m | ||
| 518 | CONFIG_NET_SCH_TEQL=m | ||
| 519 | CONFIG_NET_SCH_TBF=m | ||
| 520 | CONFIG_NET_SCH_GRED=m | ||
| 521 | CONFIG_NET_SCH_DSMARK=m | ||
| 522 | CONFIG_NET_SCH_NETEM=m | ||
| 523 | CONFIG_NET_SCH_INGRESS=m | ||
| 524 | |||
| 525 | # | ||
| 526 | # Classification | ||
| 527 | # | ||
| 528 | CONFIG_NET_CLS=y | ||
| 529 | CONFIG_NET_CLS_BASIC=m | ||
| 530 | CONFIG_NET_CLS_TCINDEX=m | ||
| 531 | CONFIG_NET_CLS_ROUTE4=m | ||
| 532 | CONFIG_NET_CLS_ROUTE=y | ||
| 533 | CONFIG_NET_CLS_FW=m | ||
| 534 | CONFIG_NET_CLS_U32=m | ||
| 535 | # CONFIG_CLS_U32_PERF is not set | ||
| 536 | # CONFIG_CLS_U32_MARK is not set | ||
| 537 | CONFIG_NET_CLS_RSVP=m | ||
| 538 | CONFIG_NET_CLS_RSVP6=m | ||
| 539 | # CONFIG_NET_EMATCH is not set | ||
| 540 | # CONFIG_NET_CLS_ACT is not set | ||
| 541 | CONFIG_NET_CLS_POLICE=y | ||
| 542 | # CONFIG_NET_CLS_IND is not set | ||
| 543 | CONFIG_NET_ESTIMATOR=y | ||
| 544 | |||
| 545 | # | ||
| 546 | # Network testing | ||
| 547 | # | ||
| 548 | # CONFIG_NET_PKTGEN is not set | ||
| 549 | CONFIG_HAMRADIO=y | ||
| 550 | |||
| 551 | # | ||
| 552 | # Packet Radio protocols | ||
| 553 | # | ||
| 554 | CONFIG_AX25=m | ||
| 555 | CONFIG_AX25_DAMA_SLAVE=y | ||
| 556 | CONFIG_NETROM=m | ||
| 557 | CONFIG_ROSE=m | ||
| 558 | |||
| 559 | # | ||
| 560 | # AX.25 network device drivers | ||
| 561 | # | ||
| 562 | CONFIG_MKISS=m | ||
| 563 | CONFIG_6PACK=m | ||
| 564 | CONFIG_BPQETHER=m | ||
| 565 | # CONFIG_BAYCOM_SER_FDX is not set | ||
| 566 | # CONFIG_BAYCOM_SER_HDX is not set | ||
| 567 | # CONFIG_BAYCOM_PAR is not set | ||
| 568 | # CONFIG_BAYCOM_EPP is not set | ||
| 569 | # CONFIG_YAM is not set | ||
| 570 | # CONFIG_IRDA is not set | ||
| 571 | # CONFIG_BT is not set | ||
| 572 | CONFIG_IEEE80211=m | ||
| 573 | # CONFIG_IEEE80211_DEBUG is not set | ||
| 574 | CONFIG_IEEE80211_CRYPT_WEP=m | ||
| 575 | CONFIG_IEEE80211_CRYPT_CCMP=m | ||
| 576 | CONFIG_IEEE80211_SOFTMAC=m | ||
| 577 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
| 578 | CONFIG_WIRELESS_EXT=y | ||
| 579 | |||
| 580 | # | ||
| 581 | # Device Drivers | ||
| 582 | # | ||
| 583 | |||
| 584 | # | ||
| 585 | # Generic Driver Options | ||
| 586 | # | ||
| 587 | CONFIG_STANDALONE=y | ||
| 588 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
| 589 | CONFIG_FW_LOADER=y | ||
| 590 | # CONFIG_SYS_HYPERVISOR is not set | ||
| 591 | |||
| 592 | # | ||
| 593 | # Connector - unified userspace <-> kernelspace linker | ||
| 594 | # | ||
| 595 | CONFIG_CONNECTOR=m | ||
| 596 | |||
| 597 | # | ||
| 598 | # Memory Technology Devices (MTD) | ||
| 599 | # | ||
| 600 | # CONFIG_MTD is not set | ||
| 601 | |||
| 602 | # | ||
| 603 | # Parallel port support | ||
| 604 | # | ||
| 605 | CONFIG_PARPORT=m | ||
| 606 | CONFIG_PARPORT_PC=m | ||
| 607 | # CONFIG_PARPORT_PC_FIFO is not set | ||
| 608 | # CONFIG_PARPORT_PC_SUPERIO is not set | ||
| 609 | # CONFIG_PARPORT_GSC is not set | ||
| 610 | # CONFIG_PARPORT_AX88796 is not set | ||
| 611 | CONFIG_PARPORT_1284=y | ||
| 612 | |||
| 613 | # | ||
| 614 | # Plug and Play support | ||
| 615 | # | ||
| 616 | # CONFIG_PNP is not set | ||
| 617 | |||
| 618 | # | ||
| 619 | # Block devices | ||
| 620 | # | ||
| 621 | CONFIG_BLK_DEV_FD=m | ||
| 622 | CONFIG_PARIDE=m | ||
| 623 | CONFIG_PARIDE_PARPORT=m | ||
| 624 | |||
| 625 | # | ||
| 626 | # Parallel IDE high-level drivers | ||
| 627 | # | ||
| 628 | CONFIG_PARIDE_PD=m | ||
| 629 | CONFIG_PARIDE_PCD=m | ||
| 630 | CONFIG_PARIDE_PF=m | ||
| 631 | CONFIG_PARIDE_PT=m | ||
| 632 | CONFIG_PARIDE_PG=m | ||
| 633 | |||
| 634 | # | ||
| 635 | # Parallel IDE protocol modules | ||
| 636 | # | ||
| 637 | CONFIG_PARIDE_ATEN=m | ||
| 638 | CONFIG_PARIDE_BPCK=m | ||
| 639 | CONFIG_PARIDE_BPCK6=m | ||
| 640 | CONFIG_PARIDE_COMM=m | ||
| 641 | CONFIG_PARIDE_DSTR=m | ||
| 642 | CONFIG_PARIDE_FIT2=m | ||
| 643 | CONFIG_PARIDE_FIT3=m | ||
| 644 | CONFIG_PARIDE_EPAT=m | ||
| 645 | # CONFIG_PARIDE_EPATC8 is not set | ||
| 646 | CONFIG_PARIDE_EPIA=m | ||
| 647 | CONFIG_PARIDE_FRIQ=m | ||
| 648 | CONFIG_PARIDE_FRPW=m | ||
| 649 | CONFIG_PARIDE_KBIC=m | ||
| 650 | CONFIG_PARIDE_KTTI=m | ||
| 651 | CONFIG_PARIDE_ON20=m | ||
| 652 | CONFIG_PARIDE_ON26=m | ||
| 653 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
| 654 | CONFIG_BLK_DEV_LOOP=m | ||
| 655 | CONFIG_BLK_DEV_CRYPTOLOOP=m | ||
| 656 | CONFIG_BLK_DEV_NBD=m | ||
| 657 | CONFIG_BLK_DEV_RAM=m | ||
| 658 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
| 659 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
| 660 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
| 661 | # CONFIG_BLK_DEV_INITRD is not set | ||
| 662 | CONFIG_CDROM_PKTCDVD=m | ||
| 663 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | ||
| 664 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | ||
| 665 | CONFIG_ATA_OVER_ETH=m | ||
| 666 | |||
| 667 | # | ||
| 668 | # ATA/ATAPI/MFM/RLL support | ||
| 669 | # | ||
| 670 | # CONFIG_IDE is not set | ||
| 671 | |||
| 672 | # | ||
| 673 | # SCSI device support | ||
| 674 | # | ||
| 675 | CONFIG_RAID_ATTRS=m | ||
| 676 | CONFIG_SCSI=y | ||
| 677 | CONFIG_SCSI_NETLINK=y | ||
| 678 | CONFIG_SCSI_PROC_FS=y | ||
| 679 | |||
| 680 | # | ||
| 681 | # SCSI support type (disk, tape, CD-ROM) | ||
| 682 | # | ||
| 683 | CONFIG_BLK_DEV_SD=y | ||
| 684 | CONFIG_CHR_DEV_ST=m | ||
| 685 | # CONFIG_CHR_DEV_OSST is not set | ||
| 686 | CONFIG_BLK_DEV_SR=m | ||
| 687 | CONFIG_BLK_DEV_SR_VENDOR=y | ||
| 688 | # CONFIG_CHR_DEV_SG is not set | ||
| 689 | # CONFIG_CHR_DEV_SCH is not set | ||
| 690 | |||
| 691 | # | ||
| 692 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
| 693 | # | ||
| 694 | # CONFIG_SCSI_MULTI_LUN is not set | ||
| 695 | CONFIG_SCSI_CONSTANTS=y | ||
| 696 | # CONFIG_SCSI_LOGGING is not set | ||
| 697 | |||
| 698 | # | ||
| 699 | # SCSI Transports | ||
| 700 | # | ||
| 701 | CONFIG_SCSI_SPI_ATTRS=y | ||
| 702 | CONFIG_SCSI_FC_ATTRS=y | ||
| 703 | CONFIG_SCSI_ISCSI_ATTRS=m | ||
| 704 | CONFIG_SCSI_SAS_ATTRS=m | ||
| 705 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
| 706 | |||
| 707 | # | ||
| 708 | # SCSI low-level drivers | ||
| 709 | # | ||
| 710 | CONFIG_ISCSI_TCP=m | ||
| 711 | # CONFIG_SCSI_AHA152X is not set | ||
| 712 | # CONFIG_SCSI_AIC7XXX_OLD is not set | ||
| 713 | # CONFIG_SCSI_IN2000 is not set | ||
| 714 | # CONFIG_SCSI_DTC3280 is not set | ||
| 715 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | ||
| 716 | # CONFIG_SCSI_GENERIC_NCR5380 is not set | ||
| 717 | # CONFIG_SCSI_GENERIC_NCR5380_MMIO is not set | ||
| 718 | CONFIG_SCSI_PPA=m | ||
| 719 | CONFIG_SCSI_IMM=m | ||
| 720 | # CONFIG_SCSI_IZIP_EPP16 is not set | ||
| 721 | # CONFIG_SCSI_IZIP_SLOW_CTR is not set | ||
| 722 | # CONFIG_SCSI_NCR53C406A is not set | ||
| 723 | # CONFIG_SCSI_PAS16 is not set | ||
| 724 | # CONFIG_SCSI_PSI240I is not set | ||
| 725 | # CONFIG_SCSI_QLOGIC_FAS is not set | ||
| 726 | # CONFIG_SCSI_SYM53C416 is not set | ||
| 727 | # CONFIG_SCSI_T128 is not set | ||
| 728 | # CONFIG_SCSI_DEBUG is not set | ||
| 729 | CONFIG_JAZZ_ESP=y | ||
| 730 | |||
| 731 | # | ||
| 732 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
| 733 | # | ||
| 734 | # CONFIG_ATA is not set | ||
| 735 | |||
| 736 | # | ||
| 737 | # Old CD-ROM drivers (not SCSI, not IDE) | ||
| 738 | # | ||
| 739 | # CONFIG_CD_NO_IDESCSI is not set | ||
| 740 | |||
| 741 | # | ||
| 742 | # Multi-device support (RAID and LVM) | ||
| 743 | # | ||
| 744 | CONFIG_MD=y | ||
| 745 | CONFIG_BLK_DEV_MD=m | ||
| 746 | CONFIG_MD_LINEAR=m | ||
| 747 | CONFIG_MD_RAID0=m | ||
| 748 | CONFIG_MD_RAID1=m | ||
| 749 | CONFIG_MD_RAID10=m | ||
| 750 | CONFIG_MD_RAID456=m | ||
| 751 | CONFIG_MD_RAID5_RESHAPE=y | ||
| 752 | CONFIG_MD_MULTIPATH=m | ||
| 753 | CONFIG_MD_FAULTY=m | ||
| 754 | CONFIG_BLK_DEV_DM=m | ||
| 755 | # CONFIG_DM_DEBUG is not set | ||
| 756 | # CONFIG_DM_CRYPT is not set | ||
| 757 | CONFIG_DM_SNAPSHOT=m | ||
| 758 | CONFIG_DM_MIRROR=m | ||
| 759 | CONFIG_DM_ZERO=m | ||
| 760 | CONFIG_DM_MULTIPATH=m | ||
| 761 | CONFIG_DM_MULTIPATH_EMC=m | ||
| 762 | |||
| 763 | # | ||
| 764 | # Fusion MPT device support | ||
| 765 | # | ||
| 766 | # CONFIG_FUSION is not set | ||
| 767 | |||
| 768 | # | ||
| 769 | # IEEE 1394 (FireWire) support | ||
| 770 | # | ||
| 771 | |||
| 772 | # | ||
| 773 | # I2O device support | ||
| 774 | # | ||
| 775 | |||
| 776 | # | ||
| 777 | # Network device support | ||
| 778 | # | ||
| 779 | CONFIG_NETDEVICES=y | ||
| 780 | CONFIG_DUMMY=m | ||
| 781 | CONFIG_BONDING=m | ||
| 782 | CONFIG_EQUALIZER=m | ||
| 783 | CONFIG_TUN=m | ||
| 784 | |||
| 785 | # | ||
| 786 | # ARCnet devices | ||
| 787 | # | ||
| 788 | # CONFIG_ARCNET is not set | ||
| 789 | |||
| 790 | # | ||
| 791 | # PHY device support | ||
| 792 | # | ||
| 793 | CONFIG_PHYLIB=m | ||
| 794 | |||
| 795 | # | ||
| 796 | # MII PHY device drivers | ||
| 797 | # | ||
| 798 | CONFIG_MARVELL_PHY=m | ||
| 799 | CONFIG_DAVICOM_PHY=m | ||
| 800 | CONFIG_QSEMI_PHY=m | ||
| 801 | CONFIG_LXT_PHY=m | ||
| 802 | CONFIG_CICADA_PHY=m | ||
| 803 | CONFIG_VITESSE_PHY=m | ||
| 804 | CONFIG_SMSC_PHY=m | ||
| 805 | # CONFIG_FIXED_PHY is not set | ||
| 806 | |||
| 807 | # | ||
| 808 | # Ethernet (10 or 100Mbit) | ||
| 809 | # | ||
| 810 | CONFIG_NET_ETHERNET=y | ||
| 811 | CONFIG_MII=y | ||
| 812 | CONFIG_MIPS_JAZZ_SONIC=y | ||
| 813 | # CONFIG_NET_VENDOR_3COM is not set | ||
| 814 | # CONFIG_NET_VENDOR_SMC is not set | ||
| 815 | # CONFIG_DM9000 is not set | ||
| 816 | # CONFIG_NET_VENDOR_RACAL is not set | ||
| 817 | # CONFIG_AT1700 is not set | ||
| 818 | # CONFIG_DEPCA is not set | ||
| 819 | # CONFIG_HP100 is not set | ||
| 820 | CONFIG_NET_ISA=y | ||
| 821 | # CONFIG_E2100 is not set | ||
| 822 | # CONFIG_EWRK3 is not set | ||
| 823 | # CONFIG_EEXPRESS is not set | ||
| 824 | # CONFIG_EEXPRESS_PRO is not set | ||
| 825 | # CONFIG_HPLAN_PLUS is not set | ||
| 826 | # CONFIG_HPLAN is not set | ||
| 827 | # CONFIG_LP486E is not set | ||
| 828 | # CONFIG_ETH16I is not set | ||
| 829 | CONFIG_NE2000=m | ||
| 830 | # CONFIG_SEEQ8005 is not set | ||
| 831 | CONFIG_NET_PCI=y | ||
| 832 | # CONFIG_AC3200 is not set | ||
| 833 | # CONFIG_APRICOT is not set | ||
| 834 | # CONFIG_CS89x0 is not set | ||
| 835 | # CONFIG_LAN_SAA9730 is not set | ||
| 836 | # CONFIG_NET_POCKET is not set | ||
| 837 | |||
| 838 | # | ||
| 839 | # Ethernet (1000 Mbit) | ||
| 840 | # | ||
| 841 | |||
| 842 | # | ||
| 843 | # Ethernet (10000 Mbit) | ||
| 844 | # | ||
| 845 | |||
| 846 | # | ||
| 847 | # Token Ring devices | ||
| 848 | # | ||
| 849 | # CONFIG_TR is not set | ||
| 850 | |||
| 851 | # | ||
| 852 | # Wireless LAN (non-hamradio) | ||
| 853 | # | ||
| 854 | # CONFIG_NET_RADIO is not set | ||
| 855 | |||
| 856 | # | ||
| 857 | # Wan interfaces | ||
| 858 | # | ||
| 859 | # CONFIG_WAN is not set | ||
| 860 | CONFIG_PLIP=m | ||
| 861 | # CONFIG_PPP is not set | ||
| 862 | # CONFIG_SLIP is not set | ||
| 863 | # CONFIG_SHAPER is not set | ||
| 864 | # CONFIG_NETCONSOLE is not set | ||
| 865 | # CONFIG_NETPOLL is not set | ||
| 866 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
| 867 | |||
| 868 | # | ||
| 869 | # ISDN subsystem | ||
| 870 | # | ||
| 871 | # CONFIG_ISDN is not set | ||
| 872 | |||
| 873 | # | ||
| 874 | # Telephony Support | ||
| 875 | # | ||
| 876 | # CONFIG_PHONE is not set | ||
| 877 | |||
| 878 | # | ||
| 879 | # Input device support | ||
| 880 | # | ||
| 881 | CONFIG_INPUT=y | ||
| 882 | CONFIG_INPUT_FF_MEMLESS=m | ||
| 883 | |||
| 884 | # | ||
| 885 | # Userland interfaces | ||
| 886 | # | ||
| 887 | CONFIG_INPUT_MOUSEDEV=y | ||
| 888 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
| 889 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
| 890 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
| 891 | # CONFIG_INPUT_JOYDEV is not set | ||
| 892 | # CONFIG_INPUT_TSDEV is not set | ||
| 893 | # CONFIG_INPUT_EVDEV is not set | ||
| 894 | # CONFIG_INPUT_EVBUG is not set | ||
| 895 | |||
| 896 | # | ||
| 897 | # Input Device Drivers | ||
| 898 | # | ||
| 899 | CONFIG_INPUT_KEYBOARD=y | ||
| 900 | CONFIG_KEYBOARD_ATKBD=y | ||
| 901 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
| 902 | # CONFIG_KEYBOARD_LKKBD is not set | ||
| 903 | # CONFIG_KEYBOARD_XTKBD is not set | ||
| 904 | # CONFIG_KEYBOARD_NEWTON is not set | ||
| 905 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
| 906 | CONFIG_INPUT_MOUSE=y | ||
| 907 | CONFIG_MOUSE_PS2=y | ||
| 908 | # CONFIG_MOUSE_SERIAL is not set | ||
| 909 | # CONFIG_MOUSE_INPORT is not set | ||
| 910 | # CONFIG_MOUSE_LOGIBM is not set | ||
| 911 | # CONFIG_MOUSE_PC110PAD is not set | ||
| 912 | # CONFIG_MOUSE_VSXXXAA is not set | ||
| 913 | # CONFIG_INPUT_JOYSTICK is not set | ||
| 914 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
| 915 | # CONFIG_INPUT_MISC is not set | ||
| 916 | |||
| 917 | # | ||
| 918 | # Hardware I/O ports | ||
| 919 | # | ||
| 920 | CONFIG_SERIO=y | ||
| 921 | CONFIG_SERIO_I8042=y | ||
| 922 | CONFIG_SERIO_SERPORT=y | ||
| 923 | CONFIG_SERIO_PARKBD=m | ||
| 924 | CONFIG_SERIO_LIBPS2=y | ||
| 925 | CONFIG_SERIO_RAW=m | ||
| 926 | # CONFIG_GAMEPORT is not set | ||
| 927 | |||
| 928 | # | ||
| 929 | # Character devices | ||
| 930 | # | ||
| 931 | CONFIG_VT=y | ||
| 932 | CONFIG_VT_CONSOLE=y | ||
| 933 | CONFIG_HW_CONSOLE=y | ||
| 934 | CONFIG_VT_HW_CONSOLE_BINDING=y | ||
| 935 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
| 936 | |||
| 937 | # | ||
| 938 | # Serial drivers | ||
| 939 | # | ||
| 940 | CONFIG_SERIAL_8250=m | ||
| 941 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
| 942 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
| 943 | CONFIG_SERIAL_8250_EXTENDED=y | ||
| 944 | # CONFIG_SERIAL_8250_MANY_PORTS is not set | ||
| 945 | CONFIG_SERIAL_8250_SHARE_IRQ=y | ||
| 946 | CONFIG_SERIAL_8250_DETECT_IRQ=y | ||
| 947 | CONFIG_SERIAL_8250_RSA=y | ||
| 948 | |||
| 949 | # | ||
| 950 | # Non-8250 serial port support | ||
| 951 | # | ||
| 952 | CONFIG_SERIAL_CORE=m | ||
| 953 | CONFIG_UNIX98_PTYS=y | ||
| 954 | CONFIG_LEGACY_PTYS=y | ||
| 955 | CONFIG_LEGACY_PTY_COUNT=256 | ||
| 956 | CONFIG_PRINTER=m | ||
| 957 | # CONFIG_LP_CONSOLE is not set | ||
| 958 | CONFIG_PPDEV=m | ||
| 959 | CONFIG_TIPAR=m | ||
| 960 | |||
| 961 | # | ||
| 962 | # IPMI | ||
| 963 | # | ||
| 964 | # CONFIG_IPMI_HANDLER is not set | ||
| 965 | |||
| 966 | # | ||
| 967 | # Watchdog Cards | ||
| 968 | # | ||
| 969 | # CONFIG_WATCHDOG is not set | ||
| 970 | # CONFIG_HW_RANDOM is not set | ||
| 971 | CONFIG_RTC=m | ||
| 972 | # CONFIG_GEN_RTC is not set | ||
| 973 | # CONFIG_DTLK is not set | ||
| 974 | # CONFIG_R3964 is not set | ||
| 975 | |||
| 976 | # | ||
| 977 | # Ftape, the floppy tape device driver | ||
| 978 | # | ||
| 979 | # CONFIG_RAW_DRIVER is not set | ||
| 980 | |||
| 981 | # | ||
| 982 | # TPM devices | ||
| 983 | # | ||
| 984 | # CONFIG_TCG_TPM is not set | ||
| 985 | # CONFIG_TELCLOCK is not set | ||
| 986 | |||
| 987 | # | ||
| 988 | # I2C support | ||
| 989 | # | ||
| 990 | # CONFIG_I2C is not set | ||
| 991 | |||
| 992 | # | ||
| 993 | # SPI support | ||
| 994 | # | ||
| 995 | # CONFIG_SPI is not set | ||
| 996 | # CONFIG_SPI_MASTER is not set | ||
| 997 | |||
| 998 | # | ||
| 999 | # Dallas's 1-wire bus | ||
| 1000 | # | ||
| 1001 | CONFIG_W1=m | ||
| 1002 | CONFIG_W1_CON=y | ||
| 1003 | |||
| 1004 | # | ||
| 1005 | # 1-wire Bus Masters | ||
| 1006 | # | ||
| 1007 | |||
| 1008 | # | ||
| 1009 | # 1-wire Slaves | ||
| 1010 | # | ||
| 1011 | # CONFIG_W1_SLAVE_THERM is not set | ||
| 1012 | # CONFIG_W1_SLAVE_SMEM is not set | ||
| 1013 | # CONFIG_W1_SLAVE_DS2433 is not set | ||
| 1014 | |||
| 1015 | # | ||
| 1016 | # Hardware Monitoring support | ||
| 1017 | # | ||
| 1018 | # CONFIG_HWMON is not set | ||
| 1019 | # CONFIG_HWMON_VID is not set | ||
| 1020 | |||
| 1021 | # | ||
| 1022 | # Misc devices | ||
| 1023 | # | ||
| 1024 | # CONFIG_TIFM_CORE is not set | ||
| 1025 | |||
| 1026 | # | ||
| 1027 | # Multimedia devices | ||
| 1028 | # | ||
| 1029 | # CONFIG_VIDEO_DEV is not set | ||
| 1030 | |||
| 1031 | # | ||
| 1032 | # Digital Video Broadcasting Devices | ||
| 1033 | # | ||
| 1034 | # CONFIG_DVB is not set | ||
| 1035 | |||
| 1036 | # | ||
| 1037 | # Graphics support | ||
| 1038 | # | ||
| 1039 | # CONFIG_FIRMWARE_EDID is not set | ||
| 1040 | # CONFIG_FB is not set | ||
| 1041 | |||
| 1042 | # | ||
| 1043 | # Console display driver support | ||
| 1044 | # | ||
| 1045 | CONFIG_VGA_CONSOLE=y | ||
| 1046 | # CONFIG_VGACON_SOFT_SCROLLBACK is not set | ||
| 1047 | # CONFIG_MDA_CONSOLE is not set | ||
| 1048 | CONFIG_DUMMY_CONSOLE=y | ||
| 1049 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
| 1050 | |||
| 1051 | # | ||
| 1052 | # Sound | ||
| 1053 | # | ||
| 1054 | # CONFIG_SOUND is not set | ||
| 1055 | |||
| 1056 | # | ||
| 1057 | # USB support | ||
| 1058 | # | ||
| 1059 | # CONFIG_USB_ARCH_HAS_HCD is not set | ||
| 1060 | # CONFIG_USB_ARCH_HAS_OHCI is not set | ||
| 1061 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
| 1062 | |||
| 1063 | # | ||
| 1064 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
| 1065 | # | ||
| 1066 | |||
| 1067 | # | ||
| 1068 | # USB Gadget Support | ||
| 1069 | # | ||
| 1070 | # CONFIG_USB_GADGET is not set | ||
| 1071 | |||
| 1072 | # | ||
| 1073 | # MMC/SD Card support | ||
| 1074 | # | ||
| 1075 | # CONFIG_MMC is not set | ||
| 1076 | |||
| 1077 | # | ||
| 1078 | # LED devices | ||
| 1079 | # | ||
| 1080 | # CONFIG_NEW_LEDS is not set | ||
| 1081 | |||
| 1082 | # | ||
| 1083 | # LED drivers | ||
| 1084 | # | ||
| 1085 | |||
| 1086 | # | ||
| 1087 | # LED Triggers | ||
| 1088 | # | ||
| 1089 | |||
| 1090 | # | ||
| 1091 | # InfiniBand support | ||
| 1092 | # | ||
| 1093 | |||
| 1094 | # | ||
| 1095 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | ||
| 1096 | # | ||
| 1097 | |||
| 1098 | # | ||
| 1099 | # Real Time Clock | ||
| 1100 | # | ||
| 1101 | # CONFIG_RTC_CLASS is not set | ||
| 1102 | |||
| 1103 | # | ||
| 1104 | # DMA Engine support | ||
| 1105 | # | ||
| 1106 | # CONFIG_DMA_ENGINE is not set | ||
| 1107 | |||
| 1108 | # | ||
| 1109 | # DMA Clients | ||
| 1110 | # | ||
| 1111 | |||
| 1112 | # | ||
| 1113 | # DMA Devices | ||
| 1114 | # | ||
| 1115 | |||
| 1116 | # | ||
| 1117 | # File systems | ||
| 1118 | # | ||
| 1119 | CONFIG_EXT2_FS=m | ||
| 1120 | # CONFIG_EXT2_FS_XATTR is not set | ||
| 1121 | # CONFIG_EXT2_FS_XIP is not set | ||
| 1122 | CONFIG_EXT3_FS=y | ||
| 1123 | CONFIG_EXT3_FS_XATTR=y | ||
| 1124 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
| 1125 | # CONFIG_EXT3_FS_SECURITY is not set | ||
| 1126 | CONFIG_JBD=y | ||
| 1127 | # CONFIG_JBD_DEBUG is not set | ||
| 1128 | CONFIG_FS_MBCACHE=y | ||
| 1129 | CONFIG_REISERFS_FS=m | ||
| 1130 | # CONFIG_REISERFS_CHECK is not set | ||
| 1131 | # CONFIG_REISERFS_PROC_INFO is not set | ||
| 1132 | CONFIG_REISERFS_FS_XATTR=y | ||
| 1133 | CONFIG_REISERFS_FS_POSIX_ACL=y | ||
| 1134 | CONFIG_REISERFS_FS_SECURITY=y | ||
| 1135 | # CONFIG_JFS_FS is not set | ||
| 1136 | CONFIG_FS_POSIX_ACL=y | ||
| 1137 | CONFIG_XFS_FS=m | ||
| 1138 | CONFIG_XFS_QUOTA=y | ||
| 1139 | CONFIG_XFS_SECURITY=y | ||
| 1140 | # CONFIG_XFS_POSIX_ACL is not set | ||
| 1141 | # CONFIG_XFS_RT is not set | ||
| 1142 | # CONFIG_GFS2_FS is not set | ||
| 1143 | # CONFIG_OCFS2_FS is not set | ||
| 1144 | CONFIG_MINIX_FS=m | ||
| 1145 | CONFIG_ROMFS_FS=m | ||
| 1146 | CONFIG_INOTIFY=y | ||
| 1147 | CONFIG_INOTIFY_USER=y | ||
| 1148 | # CONFIG_QUOTA is not set | ||
| 1149 | CONFIG_QUOTACTL=y | ||
| 1150 | CONFIG_DNOTIFY=y | ||
| 1151 | CONFIG_AUTOFS_FS=m | ||
| 1152 | CONFIG_AUTOFS4_FS=m | ||
| 1153 | CONFIG_FUSE_FS=m | ||
| 1154 | |||
| 1155 | # | ||
| 1156 | # CD-ROM/DVD Filesystems | ||
| 1157 | # | ||
| 1158 | CONFIG_ISO9660_FS=m | ||
| 1159 | CONFIG_JOLIET=y | ||
| 1160 | CONFIG_ZISOFS=y | ||
| 1161 | CONFIG_ZISOFS_FS=m | ||
| 1162 | CONFIG_UDF_FS=m | ||
| 1163 | CONFIG_UDF_NLS=y | ||
| 1164 | |||
| 1165 | # | ||
| 1166 | # DOS/FAT/NT Filesystems | ||
| 1167 | # | ||
| 1168 | CONFIG_FAT_FS=m | ||
| 1169 | CONFIG_MSDOS_FS=m | ||
| 1170 | CONFIG_VFAT_FS=m | ||
| 1171 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
| 1172 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
| 1173 | CONFIG_NTFS_FS=m | ||
| 1174 | # CONFIG_NTFS_DEBUG is not set | ||
| 1175 | # CONFIG_NTFS_RW is not set | ||
| 1176 | |||
| 1177 | # | ||
| 1178 | # Pseudo filesystems | ||
| 1179 | # | ||
| 1180 | CONFIG_PROC_FS=y | ||
| 1181 | CONFIG_PROC_KCORE=y | ||
| 1182 | CONFIG_PROC_SYSCTL=y | ||
| 1183 | CONFIG_SYSFS=y | ||
| 1184 | CONFIG_TMPFS=y | ||
| 1185 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
| 1186 | # CONFIG_HUGETLB_PAGE is not set | ||
| 1187 | CONFIG_RAMFS=y | ||
| 1188 | # CONFIG_CONFIGFS_FS is not set | ||
| 1189 | |||
| 1190 | # | ||
| 1191 | # Miscellaneous filesystems | ||
| 1192 | # | ||
| 1193 | CONFIG_ADFS_FS=m | ||
| 1194 | # CONFIG_ADFS_FS_RW is not set | ||
| 1195 | CONFIG_AFFS_FS=m | ||
| 1196 | # CONFIG_ECRYPT_FS is not set | ||
| 1197 | CONFIG_HFS_FS=m | ||
| 1198 | # CONFIG_HFSPLUS_FS is not set | ||
| 1199 | CONFIG_BEFS_FS=m | ||
| 1200 | # CONFIG_BEFS_DEBUG is not set | ||
| 1201 | CONFIG_BFS_FS=m | ||
| 1202 | CONFIG_EFS_FS=m | ||
| 1203 | CONFIG_CRAMFS=m | ||
| 1204 | CONFIG_VXFS_FS=m | ||
| 1205 | CONFIG_HPFS_FS=m | ||
| 1206 | CONFIG_QNX4FS_FS=m | ||
| 1207 | CONFIG_SYSV_FS=m | ||
| 1208 | CONFIG_UFS_FS=m | ||
| 1209 | # CONFIG_UFS_FS_WRITE is not set | ||
| 1210 | # CONFIG_UFS_DEBUG is not set | ||
| 1211 | |||
| 1212 | # | ||
| 1213 | # Network File Systems | ||
| 1214 | # | ||
| 1215 | CONFIG_NFS_FS=m | ||
| 1216 | CONFIG_NFS_V3=y | ||
| 1217 | # CONFIG_NFS_V3_ACL is not set | ||
| 1218 | # CONFIG_NFS_V4 is not set | ||
| 1219 | # CONFIG_NFS_DIRECTIO is not set | ||
| 1220 | CONFIG_NFSD=m | ||
| 1221 | CONFIG_NFSD_V3=y | ||
| 1222 | # CONFIG_NFSD_V3_ACL is not set | ||
| 1223 | # CONFIG_NFSD_V4 is not set | ||
| 1224 | CONFIG_NFSD_TCP=y | ||
| 1225 | CONFIG_LOCKD=m | ||
| 1226 | CONFIG_LOCKD_V4=y | ||
| 1227 | CONFIG_EXPORTFS=m | ||
| 1228 | CONFIG_NFS_COMMON=y | ||
| 1229 | CONFIG_SUNRPC=m | ||
| 1230 | CONFIG_SUNRPC_GSS=m | ||
| 1231 | CONFIG_RPCSEC_GSS_KRB5=m | ||
| 1232 | CONFIG_RPCSEC_GSS_SPKM3=m | ||
| 1233 | CONFIG_SMB_FS=m | ||
| 1234 | # CONFIG_SMB_NLS_DEFAULT is not set | ||
| 1235 | CONFIG_CIFS=m | ||
| 1236 | # CONFIG_CIFS_STATS is not set | ||
| 1237 | # CONFIG_CIFS_WEAK_PW_HASH is not set | ||
| 1238 | # CONFIG_CIFS_XATTR is not set | ||
| 1239 | # CONFIG_CIFS_DEBUG2 is not set | ||
| 1240 | # CONFIG_CIFS_EXPERIMENTAL is not set | ||
| 1241 | CONFIG_NCP_FS=m | ||
| 1242 | CONFIG_NCPFS_PACKET_SIGNING=y | ||
| 1243 | CONFIG_NCPFS_IOCTL_LOCKING=y | ||
| 1244 | CONFIG_NCPFS_STRONG=y | ||
| 1245 | CONFIG_NCPFS_NFS_NS=y | ||
| 1246 | CONFIG_NCPFS_OS2_NS=y | ||
| 1247 | CONFIG_NCPFS_SMALLDOS=y | ||
| 1248 | CONFIG_NCPFS_NLS=y | ||
| 1249 | CONFIG_NCPFS_EXTRAS=y | ||
| 1250 | CONFIG_CODA_FS=m | ||
| 1251 | CONFIG_CODA_FS_OLD_API=y | ||
| 1252 | CONFIG_AFS_FS=m | ||
| 1253 | CONFIG_RXRPC=m | ||
| 1254 | # CONFIG_9P_FS is not set | ||
| 1255 | |||
| 1256 | # | ||
| 1257 | # Partition Types | ||
| 1258 | # | ||
| 1259 | CONFIG_PARTITION_ADVANCED=y | ||
| 1260 | # CONFIG_ACORN_PARTITION is not set | ||
| 1261 | # CONFIG_OSF_PARTITION is not set | ||
| 1262 | # CONFIG_AMIGA_PARTITION is not set | ||
| 1263 | # CONFIG_ATARI_PARTITION is not set | ||
| 1264 | # CONFIG_MAC_PARTITION is not set | ||
| 1265 | CONFIG_MSDOS_PARTITION=y | ||
| 1266 | # CONFIG_BSD_DISKLABEL is not set | ||
| 1267 | # CONFIG_MINIX_SUBPARTITION is not set | ||
| 1268 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
| 1269 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
| 1270 | # CONFIG_LDM_PARTITION is not set | ||
| 1271 | # CONFIG_SGI_PARTITION is not set | ||
| 1272 | # CONFIG_ULTRIX_PARTITION is not set | ||
| 1273 | # CONFIG_SUN_PARTITION is not set | ||
| 1274 | # CONFIG_KARMA_PARTITION is not set | ||
| 1275 | # CONFIG_EFI_PARTITION is not set | ||
| 1276 | |||
| 1277 | # | ||
| 1278 | # Native Language Support | ||
| 1279 | # | ||
| 1280 | CONFIG_NLS=m | ||
| 1281 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
| 1282 | CONFIG_NLS_CODEPAGE_437=m | ||
| 1283 | CONFIG_NLS_CODEPAGE_737=m | ||
| 1284 | CONFIG_NLS_CODEPAGE_775=m | ||
| 1285 | CONFIG_NLS_CODEPAGE_850=m | ||
| 1286 | CONFIG_NLS_CODEPAGE_852=m | ||
| 1287 | CONFIG_NLS_CODEPAGE_855=m | ||
| 1288 | CONFIG_NLS_CODEPAGE_857=m | ||
| 1289 | CONFIG_NLS_CODEPAGE_860=m | ||
| 1290 | CONFIG_NLS_CODEPAGE_861=m | ||
| 1291 | CONFIG_NLS_CODEPAGE_862=m | ||
| 1292 | CONFIG_NLS_CODEPAGE_863=m | ||
| 1293 | CONFIG_NLS_CODEPAGE_864=m | ||
| 1294 | CONFIG_NLS_CODEPAGE_865=m | ||
| 1295 | CONFIG_NLS_CODEPAGE_866=m | ||
| 1296 | CONFIG_NLS_CODEPAGE_869=m | ||
| 1297 | CONFIG_NLS_CODEPAGE_936=m | ||
| 1298 | CONFIG_NLS_CODEPAGE_950=m | ||
| 1299 | CONFIG_NLS_CODEPAGE_932=m | ||
| 1300 | CONFIG_NLS_CODEPAGE_949=m | ||
| 1301 | CONFIG_NLS_CODEPAGE_874=m | ||
| 1302 | CONFIG_NLS_ISO8859_8=m | ||
| 1303 | CONFIG_NLS_CODEPAGE_1250=m | ||
| 1304 | CONFIG_NLS_CODEPAGE_1251=m | ||
| 1305 | CONFIG_NLS_ASCII=m | ||
| 1306 | CONFIG_NLS_ISO8859_1=m | ||
| 1307 | CONFIG_NLS_ISO8859_2=m | ||
| 1308 | CONFIG_NLS_ISO8859_3=m | ||
| 1309 | CONFIG_NLS_ISO8859_4=m | ||
| 1310 | CONFIG_NLS_ISO8859_5=m | ||
| 1311 | CONFIG_NLS_ISO8859_6=m | ||
| 1312 | CONFIG_NLS_ISO8859_7=m | ||
| 1313 | CONFIG_NLS_ISO8859_9=m | ||
| 1314 | CONFIG_NLS_ISO8859_13=m | ||
| 1315 | CONFIG_NLS_ISO8859_14=m | ||
| 1316 | CONFIG_NLS_ISO8859_15=m | ||
| 1317 | CONFIG_NLS_KOI8_R=m | ||
| 1318 | CONFIG_NLS_KOI8_U=m | ||
| 1319 | CONFIG_NLS_UTF8=m | ||
| 1320 | |||
| 1321 | # | ||
| 1322 | # Distributed Lock Manager | ||
| 1323 | # | ||
| 1324 | |||
| 1325 | # | ||
| 1326 | # Profiling support | ||
| 1327 | # | ||
| 1328 | # CONFIG_PROFILING is not set | ||
| 1329 | |||
| 1330 | # | ||
| 1331 | # Kernel hacking | ||
| 1332 | # | ||
| 1333 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
| 1334 | # CONFIG_PRINTK_TIME is not set | ||
| 1335 | CONFIG_ENABLE_MUST_CHECK=y | ||
| 1336 | # CONFIG_MAGIC_SYSRQ is not set | ||
| 1337 | # CONFIG_UNUSED_SYMBOLS is not set | ||
| 1338 | # CONFIG_DEBUG_KERNEL is not set | ||
| 1339 | CONFIG_LOG_BUF_SHIFT=14 | ||
| 1340 | # CONFIG_DEBUG_FS is not set | ||
| 1341 | CONFIG_CROSSCOMPILE=y | ||
| 1342 | CONFIG_CMDLINE="" | ||
| 1343 | |||
| 1344 | # | ||
| 1345 | # Security options | ||
| 1346 | # | ||
| 1347 | CONFIG_KEYS=y | ||
| 1348 | CONFIG_KEYS_DEBUG_PROC_KEYS=y | ||
| 1349 | # CONFIG_SECURITY is not set | ||
| 1350 | |||
| 1351 | # | ||
| 1352 | # Cryptographic options | ||
| 1353 | # | ||
| 1354 | CONFIG_CRYPTO=y | ||
| 1355 | CONFIG_CRYPTO_ALGAPI=y | ||
| 1356 | CONFIG_CRYPTO_BLKCIPHER=m | ||
| 1357 | CONFIG_CRYPTO_HASH=y | ||
| 1358 | CONFIG_CRYPTO_MANAGER=m | ||
| 1359 | CONFIG_CRYPTO_HMAC=y | ||
| 1360 | CONFIG_CRYPTO_NULL=m | ||
| 1361 | CONFIG_CRYPTO_MD4=m | ||
| 1362 | CONFIG_CRYPTO_MD5=m | ||
| 1363 | CONFIG_CRYPTO_SHA1=m | ||
| 1364 | CONFIG_CRYPTO_SHA256=m | ||
| 1365 | CONFIG_CRYPTO_SHA512=m | ||
| 1366 | CONFIG_CRYPTO_WP512=m | ||
| 1367 | CONFIG_CRYPTO_TGR192=m | ||
| 1368 | CONFIG_CRYPTO_ECB=m | ||
| 1369 | CONFIG_CRYPTO_CBC=m | ||
| 1370 | CONFIG_CRYPTO_DES=m | ||
| 1371 | CONFIG_CRYPTO_BLOWFISH=m | ||
| 1372 | CONFIG_CRYPTO_TWOFISH=m | ||
| 1373 | CONFIG_CRYPTO_TWOFISH_COMMON=m | ||
| 1374 | CONFIG_CRYPTO_SERPENT=m | ||
| 1375 | CONFIG_CRYPTO_AES=m | ||
| 1376 | CONFIG_CRYPTO_CAST5=m | ||
| 1377 | CONFIG_CRYPTO_CAST6=m | ||
| 1378 | CONFIG_CRYPTO_TEA=m | ||
| 1379 | CONFIG_CRYPTO_ARC4=m | ||
| 1380 | CONFIG_CRYPTO_KHAZAD=m | ||
| 1381 | CONFIG_CRYPTO_ANUBIS=m | ||
| 1382 | CONFIG_CRYPTO_DEFLATE=m | ||
| 1383 | CONFIG_CRYPTO_MICHAEL_MIC=m | ||
| 1384 | CONFIG_CRYPTO_CRC32C=m | ||
| 1385 | # CONFIG_CRYPTO_TEST is not set | ||
| 1386 | |||
| 1387 | # | ||
| 1388 | # Hardware crypto devices | ||
| 1389 | # | ||
| 1390 | |||
| 1391 | # | ||
| 1392 | # Library routines | ||
| 1393 | # | ||
| 1394 | CONFIG_CRC_CCITT=m | ||
| 1395 | CONFIG_CRC16=m | ||
| 1396 | CONFIG_CRC32=y | ||
| 1397 | CONFIG_LIBCRC32C=m | ||
| 1398 | CONFIG_ZLIB_INFLATE=m | ||
| 1399 | CONFIG_ZLIB_DEFLATE=m | ||
| 1400 | CONFIG_TEXTSEARCH=y | ||
| 1401 | CONFIG_TEXTSEARCH_KMP=m | ||
| 1402 | CONFIG_TEXTSEARCH_BM=m | ||
| 1403 | CONFIG_TEXTSEARCH_FSM=m | ||
| 1404 | CONFIG_PLIST=y | ||
diff --git a/arch/mips/dec/ecc-berr.c b/arch/mips/dec/ecc-berr.c index cc24c5ed0c05..3e374d05978f 100644 --- a/arch/mips/dec/ecc-berr.c +++ b/arch/mips/dec/ecc-berr.c | |||
| @@ -24,6 +24,7 @@ | |||
| 24 | #include <asm/addrspace.h> | 24 | #include <asm/addrspace.h> |
| 25 | #include <asm/bootinfo.h> | 25 | #include <asm/bootinfo.h> |
| 26 | #include <asm/cpu.h> | 26 | #include <asm/cpu.h> |
| 27 | #include <asm/irq_regs.h> | ||
| 27 | #include <asm/processor.h> | 28 | #include <asm/processor.h> |
| 28 | #include <asm/system.h> | 29 | #include <asm/system.h> |
| 29 | #include <asm/traps.h> | 30 | #include <asm/traps.h> |
| @@ -200,8 +201,10 @@ int dec_ecc_be_handler(struct pt_regs *regs, int is_fixup) | |||
| 200 | return dec_ecc_be_backend(regs, is_fixup, 0); | 201 | return dec_ecc_be_backend(regs, is_fixup, 0); |
| 201 | } | 202 | } |
| 202 | 203 | ||
| 203 | irqreturn_t dec_ecc_be_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 204 | irqreturn_t dec_ecc_be_interrupt(int irq, void *dev_id) |
| 204 | { | 205 | { |
| 206 | struct pt_regs *regs = get_irq_regs(); | ||
| 207 | |||
| 205 | int action = dec_ecc_be_backend(regs, 0, 1); | 208 | int action = dec_ecc_be_backend(regs, 0, 1); |
| 206 | 209 | ||
| 207 | if (action == MIPS_BE_DISCARD) | 210 | if (action == MIPS_BE_DISCARD) |
diff --git a/arch/mips/dec/kn01-berr.c b/arch/mips/dec/kn01-berr.c index b9271db9bc76..f19b4617a0a6 100644 --- a/arch/mips/dec/kn01-berr.c +++ b/arch/mips/dec/kn01-berr.c | |||
| @@ -150,10 +150,10 @@ int dec_kn01_be_handler(struct pt_regs *regs, int is_fixup) | |||
| 150 | return dec_kn01_be_backend(regs, is_fixup, 0); | 150 | return dec_kn01_be_backend(regs, is_fixup, 0); |
| 151 | } | 151 | } |
| 152 | 152 | ||
| 153 | irqreturn_t dec_kn01_be_interrupt(int irq, void *dev_id, | 153 | irqreturn_t dec_kn01_be_interrupt(int irq, void *dev_id) |
| 154 | struct pt_regs *regs) | ||
| 155 | { | 154 | { |
| 156 | volatile u16 *csr = (void *)CKSEG1ADDR(KN01_SLOT_BASE + KN01_CSR); | 155 | volatile u16 *csr = (void *)CKSEG1ADDR(KN01_SLOT_BASE + KN01_CSR); |
| 156 | struct pt_regs *regs = get_irq_regs(); | ||
| 157 | int action; | 157 | int action; |
| 158 | 158 | ||
| 159 | if (!(*csr & KN01_CSR_MEMERR)) | 159 | if (!(*csr & KN01_CSR_MEMERR)) |
diff --git a/arch/mips/dec/kn02xa-berr.c b/arch/mips/dec/kn02xa-berr.c index 6cd3f94f79fe..7a053aadcd3a 100644 --- a/arch/mips/dec/kn02xa-berr.c +++ b/arch/mips/dec/kn02xa-berr.c | |||
| @@ -21,6 +21,8 @@ | |||
| 21 | #include <linux/types.h> | 21 | #include <linux/types.h> |
| 22 | 22 | ||
| 23 | #include <asm/addrspace.h> | 23 | #include <asm/addrspace.h> |
| 24 | #include <asm/irq_regs.h> | ||
| 25 | #include <asm/ptrace.h> | ||
| 24 | #include <asm/system.h> | 26 | #include <asm/system.h> |
| 25 | #include <asm/traps.h> | 27 | #include <asm/traps.h> |
| 26 | 28 | ||
| @@ -104,9 +106,9 @@ int dec_kn02xa_be_handler(struct pt_regs *regs, int is_fixup) | |||
| 104 | return dec_kn02xa_be_backend(regs, is_fixup, 0); | 106 | return dec_kn02xa_be_backend(regs, is_fixup, 0); |
| 105 | } | 107 | } |
| 106 | 108 | ||
| 107 | irqreturn_t dec_kn02xa_be_interrupt(int irq, void *dev_id, | 109 | irqreturn_t dec_kn02xa_be_interrupt(int irq, void *dev_id) |
| 108 | struct pt_regs *regs) | ||
| 109 | { | 110 | { |
| 111 | struct pt_regs *regs = get_irq_regs(); | ||
| 110 | int action = dec_kn02xa_be_backend(regs, 0, 1); | 112 | int action = dec_kn02xa_be_backend(regs, 0, 1); |
| 111 | 113 | ||
| 112 | if (action == MIPS_BE_DISCARD) | 114 | if (action == MIPS_BE_DISCARD) |
diff --git a/arch/mips/dec/reset.c b/arch/mips/dec/reset.c index f78c6da47921..56397227adb0 100644 --- a/arch/mips/dec/reset.c +++ b/arch/mips/dec/reset.c | |||
| @@ -8,7 +8,6 @@ | |||
| 8 | #include <linux/linkage.h> | 8 | #include <linux/linkage.h> |
| 9 | 9 | ||
| 10 | #include <asm/addrspace.h> | 10 | #include <asm/addrspace.h> |
| 11 | #include <asm/ptrace.h> | ||
| 12 | 11 | ||
| 13 | typedef void ATTRIB_NORET (* noret_func_t)(void); | 12 | typedef void ATTRIB_NORET (* noret_func_t)(void); |
| 14 | 13 | ||
| @@ -35,7 +34,7 @@ void ATTRIB_NORET dec_machine_power_off(void) | |||
| 35 | back_to_prom(); | 34 | back_to_prom(); |
| 36 | } | 35 | } |
| 37 | 36 | ||
| 38 | irqreturn_t dec_intr_halt(int irq, void *dev_id, struct pt_regs *regs) | 37 | irqreturn_t dec_intr_halt(int irq, void *dev_id) |
| 39 | { | 38 | { |
| 40 | dec_machine_halt(); | 39 | dec_machine_halt(); |
| 41 | } | 40 | } |
diff --git a/arch/mips/dec/setup.c b/arch/mips/dec/setup.c index d43241c2f541..6b7481e97bec 100644 --- a/arch/mips/dec/setup.c +++ b/arch/mips/dec/setup.c | |||
| @@ -46,7 +46,7 @@ | |||
| 46 | extern void dec_machine_restart(char *command); | 46 | extern void dec_machine_restart(char *command); |
| 47 | extern void dec_machine_halt(void); | 47 | extern void dec_machine_halt(void); |
| 48 | extern void dec_machine_power_off(void); | 48 | extern void dec_machine_power_off(void); |
| 49 | extern irqreturn_t dec_intr_halt(int irq, void *dev_id, struct pt_regs *regs); | 49 | extern irqreturn_t dec_intr_halt(int irq, void *dev_id); |
| 50 | 50 | ||
| 51 | unsigned long dec_kn_slot_base, dec_kn_slot_size; | 51 | unsigned long dec_kn_slot_base, dec_kn_slot_size; |
| 52 | 52 | ||
diff --git a/arch/mips/gt64120/common/time.c b/arch/mips/gt64120/common/time.c index b203169f19ce..c83ae6acd601 100644 --- a/arch/mips/gt64120/common/time.c +++ b/arch/mips/gt64120/common/time.c | |||
| @@ -11,7 +11,6 @@ | |||
| 11 | #include <linux/sched.h> | 11 | #include <linux/sched.h> |
| 12 | #include <linux/kernel_stat.h> | 12 | #include <linux/kernel_stat.h> |
| 13 | #include <asm/irq_regs.h> | 13 | #include <asm/irq_regs.h> |
| 14 | #include <asm/ptrace.h> | ||
| 15 | #include <asm/gt64120.h> | 14 | #include <asm/gt64120.h> |
| 16 | 15 | ||
| 17 | /* | 16 | /* |
| @@ -20,7 +19,7 @@ | |||
| 20 | * differently than other MIPS interrupts. | 19 | * differently than other MIPS interrupts. |
| 21 | */ | 20 | */ |
| 22 | 21 | ||
| 23 | static void gt64120_irq(int irq, void *dev_id) | 22 | static irqreturn_t gt64120_irq(int irq, void *dev_id) |
| 24 | { | 23 | { |
| 25 | unsigned int irq_src, int_high_src, irq_src_mask, int_high_src_mask; | 24 | unsigned int irq_src, int_high_src, irq_src_mask, int_high_src_mask; |
| 26 | int handled = 0; | 25 | int handled = 0; |
| @@ -43,6 +42,8 @@ static void gt64120_irq(int irq, void *dev_id) | |||
| 43 | 42 | ||
| 44 | GT_WRITE(GT_INTRCAUSE_OFS, 0); | 43 | GT_WRITE(GT_INTRCAUSE_OFS, 0); |
| 45 | GT_WRITE(GT_HINTRCAUSE_OFS, 0); | 44 | GT_WRITE(GT_HINTRCAUSE_OFS, 0); |
| 45 | |||
| 46 | return IRQ_HANDLED; | ||
| 46 | } | 47 | } |
| 47 | 48 | ||
| 48 | /* | 49 | /* |
diff --git a/arch/mips/gt64120/ev64120/setup.c b/arch/mips/gt64120/ev64120/setup.c index 4236da31ecc6..91c2d3f41617 100644 --- a/arch/mips/gt64120/ev64120/setup.c +++ b/arch/mips/gt64120/ev64120/setup.c | |||
| @@ -42,7 +42,6 @@ | |||
| 42 | #include <asm/irq.h> | 42 | #include <asm/irq.h> |
| 43 | #include <asm/pci.h> | 43 | #include <asm/pci.h> |
| 44 | #include <asm/processor.h> | 44 | #include <asm/processor.h> |
| 45 | #include <asm/ptrace.h> | ||
| 46 | #include <asm/time.h> | 45 | #include <asm/time.h> |
| 47 | #include <asm/reboot.h> | 46 | #include <asm/reboot.h> |
| 48 | #include <asm/traps.h> | 47 | #include <asm/traps.h> |
diff --git a/arch/mips/gt64120/momenco_ocelot/setup.c b/arch/mips/gt64120/momenco_ocelot/setup.c index 9804642ecf89..0e5bbee2d5b7 100644 --- a/arch/mips/gt64120/momenco_ocelot/setup.c +++ b/arch/mips/gt64120/momenco_ocelot/setup.c | |||
| @@ -56,7 +56,6 @@ | |||
| 56 | #include <asm/irq.h> | 56 | #include <asm/irq.h> |
| 57 | #include <asm/pci.h> | 57 | #include <asm/pci.h> |
| 58 | #include <asm/processor.h> | 58 | #include <asm/processor.h> |
| 59 | #include <asm/ptrace.h> | ||
| 60 | #include <asm/reboot.h> | 59 | #include <asm/reboot.h> |
| 61 | #include <asm/traps.h> | 60 | #include <asm/traps.h> |
| 62 | #include <linux/bootmem.h> | 61 | #include <linux/bootmem.h> |
diff --git a/arch/mips/jazz/setup.c b/arch/mips/jazz/setup.c index 487a9ea1ef00..6dc4135d6e11 100644 --- a/arch/mips/jazz/setup.c +++ b/arch/mips/jazz/setup.c | |||
| @@ -19,12 +19,12 @@ | |||
| 19 | #include <linux/fb.h> | 19 | #include <linux/fb.h> |
| 20 | #include <linux/ide.h> | 20 | #include <linux/ide.h> |
| 21 | #include <linux/pm.h> | 21 | #include <linux/pm.h> |
| 22 | #include <linux/screen_info.h> | ||
| 22 | 23 | ||
| 23 | #include <asm/bootinfo.h> | 24 | #include <asm/bootinfo.h> |
| 24 | #include <asm/irq.h> | 25 | #include <asm/irq.h> |
| 25 | #include <asm/jazz.h> | 26 | #include <asm/jazz.h> |
| 26 | #include <asm/jazzdma.h> | 27 | #include <asm/jazzdma.h> |
| 27 | #include <asm/ptrace.h> | ||
| 28 | #include <asm/reboot.h> | 28 | #include <asm/reboot.h> |
| 29 | #include <asm/io.h> | 29 | #include <asm/io.h> |
| 30 | #include <asm/pgtable.h> | 30 | #include <asm/pgtable.h> |
| @@ -45,10 +45,27 @@ void __init plat_time_init(struct irqaction *irq) | |||
| 45 | } | 45 | } |
| 46 | 46 | ||
| 47 | static struct resource jazz_io_resources[] = { | 47 | static struct resource jazz_io_resources[] = { |
| 48 | { "dma1", 0x00, 0x1f, IORESOURCE_BUSY }, | 48 | { |
| 49 | { "timer", 0x40, 0x5f, IORESOURCE_BUSY }, | 49 | .start = 0x00, |
| 50 | { "dma page reg", 0x80, 0x8f, IORESOURCE_BUSY }, | 50 | .end = 0x1f, |
| 51 | { "dma2", 0xc0, 0xdf, IORESOURCE_BUSY }, | 51 | .name = "dma1", |
| 52 | .flags = IORESOURCE_BUSY | ||
| 53 | }, { | ||
| 54 | .start = 0x40, | ||
| 55 | .end = 0x5f, | ||
| 56 | .name = "timer", | ||
| 57 | .end = IORESOURCE_BUSY | ||
| 58 | }, { | ||
| 59 | .start = 0x80, | ||
| 60 | .end = 0x8f, | ||
| 61 | .name = "dma page reg", | ||
| 62 | .flags = IORESOURCE_BUSY | ||
| 63 | }, { | ||
| 64 | .start = 0xc0, | ||
| 65 | .end = 0xdf, | ||
| 66 | .name = "dma2", | ||
| 67 | .flags = IORESOURCE_BUSY | ||
| 68 | } | ||
| 52 | }; | 69 | }; |
| 53 | 70 | ||
| 54 | void __init plat_mem_setup(void) | 71 | void __init plat_mem_setup(void) |
| @@ -81,8 +98,6 @@ void __init plat_mem_setup(void) | |||
| 81 | _machine_halt = jazz_machine_halt; | 98 | _machine_halt = jazz_machine_halt; |
| 82 | pm_power_off = jazz_machine_power_off; | 99 | pm_power_off = jazz_machine_power_off; |
| 83 | 100 | ||
| 84 | #warning "Somebody should check if screen_info is ok for Jazz." | ||
| 85 | |||
| 86 | screen_info = (struct screen_info) { | 101 | screen_info = (struct screen_info) { |
| 87 | 0, 0, /* orig-x, orig-y */ | 102 | 0, 0, /* orig-x, orig-y */ |
| 88 | 0, /* unused */ | 103 | 0, /* unused */ |
diff --git a/arch/mips/kernel/irq-msc01.c b/arch/mips/kernel/irq-msc01.c index 71e8e45f3687..650a80ca3741 100644 --- a/arch/mips/kernel/irq-msc01.c +++ b/arch/mips/kernel/irq-msc01.c | |||
| @@ -1,16 +1,17 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * Copyright (c) 2004 MIPS Inc | ||
| 3 | * Author: chris@mips.com | ||
| 4 | * | ||
| 5 | * This program is free software; you can redistribute it and/or modify it | 2 | * This program is free software; you can redistribute it and/or modify it |
| 6 | * under the terms of the GNU General Public License as published by the | 3 | * under the terms of the GNU General Public License as published by the |
| 7 | * Free Software Foundation; either version 2 of the License, or (at your | 4 | * Free Software Foundation; either version 2 of the License, or (at your |
| 8 | * option) any later version. | 5 | * option) any later version. |
| 6 | * | ||
| 7 | * Copyright (c) 2004 MIPS Inc | ||
| 8 | * Author: chris@mips.com | ||
| 9 | * | ||
| 10 | * Copyright (C) 2004, 06 Ralf Baechle <ralf@linux-mips.org> | ||
| 9 | */ | 11 | */ |
| 10 | #include <linux/module.h> | 12 | #include <linux/module.h> |
| 11 | #include <linux/interrupt.h> | 13 | #include <linux/interrupt.h> |
| 12 | #include <linux/kernel.h> | 14 | #include <linux/kernel.h> |
| 13 | #include <asm/ptrace.h> | ||
| 14 | #include <linux/sched.h> | 15 | #include <linux/sched.h> |
| 15 | #include <linux/kernel_stat.h> | 16 | #include <linux/kernel_stat.h> |
| 16 | #include <asm/io.h> | 17 | #include <asm/io.h> |
diff --git a/arch/mips/kernel/irq-mv6434x.c b/arch/mips/kernel/irq-mv6434x.c index 39c94fd8d8ba..37d106202b83 100644 --- a/arch/mips/kernel/irq-mv6434x.c +++ b/arch/mips/kernel/irq-mv6434x.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * Copyright 2002 Momentum Computer | 2 | * Copyright 2002 Momentum Computer |
| 3 | * Author: mdharm@momenco.com | 3 | * Author: mdharm@momenco.com |
| 4 | * Copyright (C) 2004 Ralf Baechle <ralf@linux-mips.org> | 4 | * Copyright (C) 2004, 06 Ralf Baechle <ralf@linux-mips.org> |
| 5 | * | 5 | * |
| 6 | * This program is free software; you can redistribute it and/or modify it | 6 | * This program is free software; you can redistribute it and/or modify it |
| 7 | * under the terms of the GNU General Public License as published by the | 7 | * under the terms of the GNU General Public License as published by the |
| @@ -15,7 +15,6 @@ | |||
| 15 | #include <linux/mv643xx.h> | 15 | #include <linux/mv643xx.h> |
| 16 | #include <linux/sched.h> | 16 | #include <linux/sched.h> |
| 17 | 17 | ||
| 18 | #include <asm/ptrace.h> | ||
| 19 | #include <asm/io.h> | 18 | #include <asm/io.h> |
| 20 | #include <asm/irq.h> | 19 | #include <asm/irq.h> |
| 21 | #include <asm/marvell.h> | 20 | #include <asm/marvell.h> |
diff --git a/arch/mips/mips-boards/generic/time.c b/arch/mips/mips-boards/generic/time.c index d379000162f3..6f8a9fe7c1e3 100644 --- a/arch/mips/mips-boards/generic/time.c +++ b/arch/mips/mips-boards/generic/time.c | |||
| @@ -30,7 +30,6 @@ | |||
| 30 | 30 | ||
| 31 | #include <asm/mipsregs.h> | 31 | #include <asm/mipsregs.h> |
| 32 | #include <asm/mipsmtregs.h> | 32 | #include <asm/mipsmtregs.h> |
| 33 | #include <asm/ptrace.h> | ||
| 34 | #include <asm/hardirq.h> | 33 | #include <asm/hardirq.h> |
| 35 | #include <asm/irq.h> | 34 | #include <asm/irq.h> |
| 36 | #include <asm/div64.h> | 35 | #include <asm/div64.h> |
diff --git a/arch/mips/mips-boards/sim/sim_time.c b/arch/mips/mips-boards/sim/sim_time.c index acd83a379559..c566b9bd0427 100644 --- a/arch/mips/mips-boards/sim/sim_time.c +++ b/arch/mips/mips-boards/sim/sim_time.c | |||
| @@ -15,7 +15,6 @@ | |||
| 15 | #include <linux/mc146818rtc.h> | 15 | #include <linux/mc146818rtc.h> |
| 16 | #include <linux/timex.h> | 16 | #include <linux/timex.h> |
| 17 | #include <asm/mipsregs.h> | 17 | #include <asm/mipsregs.h> |
| 18 | #include <asm/ptrace.h> | ||
| 19 | #include <asm/hardirq.h> | 18 | #include <asm/hardirq.h> |
| 20 | #include <asm/irq.h> | 19 | #include <asm/irq.h> |
| 21 | #include <asm/div64.h> | 20 | #include <asm/div64.h> |
diff --git a/arch/mips/momentum/jaguar_atx/setup.c b/arch/mips/momentum/jaguar_atx/setup.c index e6fe2992227d..5a510142b978 100644 --- a/arch/mips/momentum/jaguar_atx/setup.c +++ b/arch/mips/momentum/jaguar_atx/setup.c | |||
| @@ -62,7 +62,6 @@ | |||
| 62 | #include <asm/io.h> | 62 | #include <asm/io.h> |
| 63 | #include <asm/irq.h> | 63 | #include <asm/irq.h> |
| 64 | #include <asm/processor.h> | 64 | #include <asm/processor.h> |
| 65 | #include <asm/ptrace.h> | ||
| 66 | #include <asm/reboot.h> | 65 | #include <asm/reboot.h> |
| 67 | #include <asm/tlbflush.h> | 66 | #include <asm/tlbflush.h> |
| 68 | 67 | ||
diff --git a/arch/mips/momentum/ocelot_3/setup.c b/arch/mips/momentum/ocelot_3/setup.c index 435d0787329e..7d74f8c54129 100644 --- a/arch/mips/momentum/ocelot_3/setup.c +++ b/arch/mips/momentum/ocelot_3/setup.c | |||
| @@ -67,7 +67,6 @@ | |||
| 67 | #include <asm/irq.h> | 67 | #include <asm/irq.h> |
| 68 | #include <asm/pci.h> | 68 | #include <asm/pci.h> |
| 69 | #include <asm/processor.h> | 69 | #include <asm/processor.h> |
| 70 | #include <asm/ptrace.h> | ||
| 71 | #include <asm/reboot.h> | 70 | #include <asm/reboot.h> |
| 72 | #include <asm/mc146818rtc.h> | 71 | #include <asm/mc146818rtc.h> |
| 73 | #include <asm/tlbflush.h> | 72 | #include <asm/tlbflush.h> |
diff --git a/arch/mips/momentum/ocelot_c/cpci-irq.c b/arch/mips/momentum/ocelot_c/cpci-irq.c index 2fb14bb08e67..47e3fa32b075 100644 --- a/arch/mips/momentum/ocelot_c/cpci-irq.c +++ b/arch/mips/momentum/ocelot_c/cpci-irq.c | |||
| @@ -21,7 +21,6 @@ | |||
| 21 | #include <linux/interrupt.h> | 21 | #include <linux/interrupt.h> |
| 22 | #include <linux/irq.h> | 22 | #include <linux/irq.h> |
| 23 | #include <linux/kernel.h> | 23 | #include <linux/kernel.h> |
| 24 | #include <asm/ptrace.h> | ||
| 25 | #include <linux/sched.h> | 24 | #include <linux/sched.h> |
| 26 | #include <linux/kernel_stat.h> | 25 | #include <linux/kernel_stat.h> |
| 27 | #include <asm/io.h> | 26 | #include <asm/io.h> |
diff --git a/arch/mips/momentum/ocelot_c/irq.c b/arch/mips/momentum/ocelot_c/irq.c index 4be7b26e30ef..ea65223a6d2c 100644 --- a/arch/mips/momentum/ocelot_c/irq.c +++ b/arch/mips/momentum/ocelot_c/irq.c | |||
| @@ -79,7 +79,7 @@ asmlinkage void plat_irq_dispatch(void) | |||
| 79 | else if (pending & STATUSF_IP5) | 79 | else if (pending & STATUSF_IP5) |
| 80 | ll_cpci_irq(); | 80 | ll_cpci_irq(); |
| 81 | else if (pending & STATUSF_IP6) | 81 | else if (pending & STATUSF_IP6) |
| 82 | ll_mv64340_irq(regs); | 82 | ll_mv64340_irq(); |
| 83 | else if (pending & STATUSF_IP7) | 83 | else if (pending & STATUSF_IP7) |
| 84 | do_IRQ(7); | 84 | do_IRQ(7); |
| 85 | else | 85 | else |
diff --git a/arch/mips/momentum/ocelot_c/setup.c b/arch/mips/momentum/ocelot_c/setup.c index 36f570ecc6fb..9c0c462af650 100644 --- a/arch/mips/momentum/ocelot_c/setup.c +++ b/arch/mips/momentum/ocelot_c/setup.c | |||
| @@ -62,7 +62,6 @@ | |||
| 62 | #include <asm/irq.h> | 62 | #include <asm/irq.h> |
| 63 | #include <asm/pci.h> | 63 | #include <asm/pci.h> |
| 64 | #include <asm/processor.h> | 64 | #include <asm/processor.h> |
| 65 | #include <asm/ptrace.h> | ||
| 66 | #include <asm/reboot.h> | 65 | #include <asm/reboot.h> |
| 67 | #include <asm/marvell.h> | 66 | #include <asm/marvell.h> |
| 68 | #include <linux/bootmem.h> | 67 | #include <linux/bootmem.h> |
diff --git a/arch/mips/momentum/ocelot_c/uart-irq.c b/arch/mips/momentum/ocelot_c/uart-irq.c index f8efe2370ffd..510257dc205a 100644 --- a/arch/mips/momentum/ocelot_c/uart-irq.c +++ b/arch/mips/momentum/ocelot_c/uart-irq.c | |||
| @@ -16,7 +16,6 @@ | |||
| 16 | #include <linux/interrupt.h> | 16 | #include <linux/interrupt.h> |
| 17 | #include <linux/irq.h> | 17 | #include <linux/irq.h> |
| 18 | #include <linux/kernel.h> | 18 | #include <linux/kernel.h> |
| 19 | #include <asm/ptrace.h> | ||
| 20 | #include <linux/sched.h> | 19 | #include <linux/sched.h> |
| 21 | #include <linux/kernel_stat.h> | 20 | #include <linux/kernel_stat.h> |
| 22 | #include <asm/io.h> | 21 | #include <asm/io.h> |
diff --git a/arch/mips/momentum/ocelot_g/gt-irq.c b/arch/mips/momentum/ocelot_g/gt-irq.c index b8cffa80548f..7b5cc6648f7e 100644 --- a/arch/mips/momentum/ocelot_g/gt-irq.c +++ b/arch/mips/momentum/ocelot_g/gt-irq.c | |||
| @@ -14,7 +14,6 @@ | |||
| 14 | #include <linux/module.h> | 14 | #include <linux/module.h> |
| 15 | #include <linux/interrupt.h> | 15 | #include <linux/interrupt.h> |
| 16 | #include <linux/kernel.h> | 16 | #include <linux/kernel.h> |
| 17 | #include <asm/ptrace.h> | ||
| 18 | #include <linux/sched.h> | 17 | #include <linux/sched.h> |
| 19 | #include <linux/kernel_stat.h> | 18 | #include <linux/kernel_stat.h> |
| 20 | #include <asm/gt64240.h> | 19 | #include <asm/gt64240.h> |
diff --git a/arch/mips/momentum/ocelot_g/setup.c b/arch/mips/momentum/ocelot_g/setup.c index c580b1de33bc..56ec47039c16 100644 --- a/arch/mips/momentum/ocelot_g/setup.c +++ b/arch/mips/momentum/ocelot_g/setup.c | |||
| @@ -58,7 +58,6 @@ | |||
| 58 | #include <asm/irq.h> | 58 | #include <asm/irq.h> |
| 59 | #include <asm/pci.h> | 59 | #include <asm/pci.h> |
| 60 | #include <asm/processor.h> | 60 | #include <asm/processor.h> |
| 61 | #include <asm/ptrace.h> | ||
| 62 | #include <asm/reboot.h> | 61 | #include <asm/reboot.h> |
| 63 | #include <linux/bootmem.h> | 62 | #include <linux/bootmem.h> |
| 64 | 63 | ||
diff --git a/arch/mips/pmc-sierra/yosemite/setup.c b/arch/mips/pmc-sierra/yosemite/setup.c index 0a6ee8e5eec2..1b9b0d396d3e 100644 --- a/arch/mips/pmc-sierra/yosemite/setup.c +++ b/arch/mips/pmc-sierra/yosemite/setup.c | |||
| @@ -46,7 +46,6 @@ | |||
| 46 | #include <asm/io.h> | 46 | #include <asm/io.h> |
| 47 | #include <asm/irq.h> | 47 | #include <asm/irq.h> |
| 48 | #include <asm/processor.h> | 48 | #include <asm/processor.h> |
| 49 | #include <asm/ptrace.h> | ||
| 50 | #include <asm/reboot.h> | 49 | #include <asm/reboot.h> |
| 51 | #include <asm/serial.h> | 50 | #include <asm/serial.h> |
| 52 | #include <asm/titan_dep.h> | 51 | #include <asm/titan_dep.h> |
diff --git a/arch/mips/sgi-ip27/ip27-irq.c b/arch/mips/sgi-ip27/ip27-irq.c index f41587a206e2..f01ba1f90770 100644 --- a/arch/mips/sgi-ip27/ip27-irq.c +++ b/arch/mips/sgi-ip27/ip27-irq.c | |||
| @@ -30,7 +30,6 @@ | |||
| 30 | #include <asm/mipsregs.h> | 30 | #include <asm/mipsregs.h> |
| 31 | #include <asm/system.h> | 31 | #include <asm/system.h> |
| 32 | 32 | ||
| 33 | #include <asm/ptrace.h> | ||
| 34 | #include <asm/processor.h> | 33 | #include <asm/processor.h> |
| 35 | #include <asm/pci/bridge.h> | 34 | #include <asm/pci/bridge.h> |
| 36 | #include <asm/sn/addrs.h> | 35 | #include <asm/sn/addrs.h> |
diff --git a/arch/mips/sgi-ip32/crime.c b/arch/mips/sgi-ip32/crime.c index f1f2c45a6c80..bff508704d03 100644 --- a/arch/mips/sgi-ip32/crime.c +++ b/arch/mips/sgi-ip32/crime.c | |||
| @@ -14,7 +14,6 @@ | |||
| 14 | #include <asm/bootinfo.h> | 14 | #include <asm/bootinfo.h> |
| 15 | #include <asm/io.h> | 15 | #include <asm/io.h> |
| 16 | #include <asm/mipsregs.h> | 16 | #include <asm/mipsregs.h> |
| 17 | #include <asm/ptrace.h> | ||
| 18 | #include <asm/page.h> | 17 | #include <asm/page.h> |
| 19 | #include <asm/ip32/crime.h> | 18 | #include <asm/ip32/crime.h> |
| 20 | #include <asm/ip32/mace.h> | 19 | #include <asm/ip32/mace.h> |
diff --git a/arch/mips/sibyte/bcm1480/irq.c b/arch/mips/sibyte/bcm1480/irq.c index 0c00f676b8b3..8b1f41484923 100644 --- a/arch/mips/sibyte/bcm1480/irq.c +++ b/arch/mips/sibyte/bcm1480/irq.c | |||
| @@ -28,7 +28,6 @@ | |||
| 28 | #include <asm/irq_regs.h> | 28 | #include <asm/irq_regs.h> |
| 29 | #include <asm/signal.h> | 29 | #include <asm/signal.h> |
| 30 | #include <asm/system.h> | 30 | #include <asm/system.h> |
| 31 | #include <asm/ptrace.h> | ||
| 32 | #include <asm/io.h> | 31 | #include <asm/io.h> |
| 33 | 32 | ||
| 34 | #include <asm/sibyte/bcm1480_regs.h> | 33 | #include <asm/sibyte/bcm1480_regs.h> |
diff --git a/arch/mips/sibyte/bcm1480/time.c b/arch/mips/sibyte/bcm1480/time.c index f228f711dc34..bf12af46132e 100644 --- a/arch/mips/sibyte/bcm1480/time.c +++ b/arch/mips/sibyte/bcm1480/time.c | |||
| @@ -31,7 +31,6 @@ | |||
| 31 | #include <linux/kernel_stat.h> | 31 | #include <linux/kernel_stat.h> |
| 32 | 32 | ||
| 33 | #include <asm/irq.h> | 33 | #include <asm/irq.h> |
| 34 | #include <asm/ptrace.h> | ||
| 35 | #include <asm/addrspace.h> | 34 | #include <asm/addrspace.h> |
| 36 | #include <asm/time.h> | 35 | #include <asm/time.h> |
| 37 | #include <asm/io.h> | 36 | #include <asm/io.h> |
diff --git a/arch/mips/sibyte/sb1250/irq.c b/arch/mips/sibyte/sb1250/irq.c index f6d2e19592ea..d5d26770daf6 100644 --- a/arch/mips/sibyte/sb1250/irq.c +++ b/arch/mips/sibyte/sb1250/irq.c | |||
| @@ -28,7 +28,6 @@ | |||
| 28 | #include <asm/errno.h> | 28 | #include <asm/errno.h> |
| 29 | #include <asm/signal.h> | 29 | #include <asm/signal.h> |
| 30 | #include <asm/system.h> | 30 | #include <asm/system.h> |
| 31 | #include <asm/ptrace.h> | ||
| 32 | #include <asm/io.h> | 31 | #include <asm/io.h> |
| 33 | 32 | ||
| 34 | #include <asm/sibyte/sb1250_regs.h> | 33 | #include <asm/sibyte/sb1250_regs.h> |
diff --git a/arch/mips/sibyte/sb1250/time.c b/arch/mips/sibyte/sb1250/time.c index 0d17aec03dd7..0ccf1796dd78 100644 --- a/arch/mips/sibyte/sb1250/time.c +++ b/arch/mips/sibyte/sb1250/time.c | |||
| @@ -31,7 +31,6 @@ | |||
| 31 | #include <linux/kernel_stat.h> | 31 | #include <linux/kernel_stat.h> |
| 32 | 32 | ||
| 33 | #include <asm/irq.h> | 33 | #include <asm/irq.h> |
| 34 | #include <asm/ptrace.h> | ||
| 35 | #include <asm/addrspace.h> | 34 | #include <asm/addrspace.h> |
| 36 | #include <asm/time.h> | 35 | #include <asm/time.h> |
| 37 | #include <asm/io.h> | 36 | #include <asm/io.h> |
diff --git a/arch/mips/sni/setup.c b/arch/mips/sni/setup.c index 4e98feb15410..afeb7f13e5b5 100644 --- a/arch/mips/sni/setup.c +++ b/arch/mips/sni/setup.c | |||
| @@ -31,7 +31,6 @@ | |||
| 31 | #include <asm/irq.h> | 31 | #include <asm/irq.h> |
| 32 | #include <asm/mc146818-time.h> | 32 | #include <asm/mc146818-time.h> |
| 33 | #include <asm/processor.h> | 33 | #include <asm/processor.h> |
| 34 | #include <asm/ptrace.h> | ||
| 35 | #include <asm/reboot.h> | 34 | #include <asm/reboot.h> |
| 36 | #include <asm/sni.h> | 35 | #include <asm/sni.h> |
| 37 | #include <asm/time.h> | 36 | #include <asm/time.h> |
diff --git a/arch/mips/tx4927/toshiba_rbtx4927/toshiba_rbtx4927_irq.c b/arch/mips/tx4927/toshiba_rbtx4927/toshiba_rbtx4927_irq.c index b0f021f2a6c4..3e24413d4c09 100644 --- a/arch/mips/tx4927/toshiba_rbtx4927/toshiba_rbtx4927_irq.c +++ b/arch/mips/tx4927/toshiba_rbtx4927/toshiba_rbtx4927_irq.c | |||
| @@ -127,7 +127,6 @@ JP7 is not bus master -- do NOT use -- only 4 pci bus master's allowed -- SouthB | |||
| 127 | #include <asm/irq.h> | 127 | #include <asm/irq.h> |
| 128 | #include <asm/pci.h> | 128 | #include <asm/pci.h> |
| 129 | #include <asm/processor.h> | 129 | #include <asm/processor.h> |
| 130 | #include <asm/ptrace.h> | ||
| 131 | #include <asm/reboot.h> | 130 | #include <asm/reboot.h> |
| 132 | #include <asm/time.h> | 131 | #include <asm/time.h> |
| 133 | #include <linux/bootmem.h> | 132 | #include <linux/bootmem.h> |
diff --git a/arch/mips/tx4927/toshiba_rbtx4927/toshiba_rbtx4927_setup.c b/arch/mips/tx4927/toshiba_rbtx4927/toshiba_rbtx4927_setup.c index bea19098ac28..735cb8778f4c 100644 --- a/arch/mips/tx4927/toshiba_rbtx4927/toshiba_rbtx4927_setup.c +++ b/arch/mips/tx4927/toshiba_rbtx4927/toshiba_rbtx4927_setup.c | |||
| @@ -60,7 +60,6 @@ | |||
| 60 | #include <asm/irq.h> | 60 | #include <asm/irq.h> |
| 61 | #include <asm/irq_regs.h> | 61 | #include <asm/irq_regs.h> |
| 62 | #include <asm/processor.h> | 62 | #include <asm/processor.h> |
| 63 | #include <asm/ptrace.h> | ||
| 64 | #include <asm/reboot.h> | 63 | #include <asm/reboot.h> |
| 65 | #include <asm/time.h> | 64 | #include <asm/time.h> |
| 66 | #include <linux/bootmem.h> | 65 | #include <linux/bootmem.h> |
diff --git a/arch/mips/tx4938/toshiba_rbtx4938/irq.c b/arch/mips/tx4938/toshiba_rbtx4938/irq.c index 83f2750825a4..bbb3390e98f7 100644 --- a/arch/mips/tx4938/toshiba_rbtx4938/irq.c +++ b/arch/mips/tx4938/toshiba_rbtx4938/irq.c | |||
| @@ -81,7 +81,6 @@ IRQ Device | |||
| 81 | #include <asm/io.h> | 81 | #include <asm/io.h> |
| 82 | #include <asm/irq.h> | 82 | #include <asm/irq.h> |
| 83 | #include <asm/processor.h> | 83 | #include <asm/processor.h> |
| 84 | #include <asm/ptrace.h> | ||
| 85 | #include <asm/reboot.h> | 84 | #include <asm/reboot.h> |
| 86 | #include <asm/time.h> | 85 | #include <asm/time.h> |
| 87 | #include <linux/bootmem.h> | 86 | #include <linux/bootmem.h> |
diff --git a/arch/ppc/4xx_io/serial_sicc.c b/arch/ppc/4xx_io/serial_sicc.c index 87fe9a89dba7..080a20531f8b 100644 --- a/arch/ppc/4xx_io/serial_sicc.c +++ b/arch/ppc/4xx_io/serial_sicc.c | |||
| @@ -441,7 +441,7 @@ siccuart_rx_chars(struct SICC_info *info, struct pt_regs *regs) | |||
| 441 | #ifdef SUPPORT_SYSRQ | 441 | #ifdef SUPPORT_SYSRQ |
| 442 | if (info->sysrq) { | 442 | if (info->sysrq) { |
| 443 | if (ch && time_before(jiffies, info->sysrq)) { | 443 | if (ch && time_before(jiffies, info->sysrq)) { |
| 444 | handle_sysrq(ch, regs, NULL); | 444 | handle_sysrq(ch, NULL); |
| 445 | info->sysrq = 0; | 445 | info->sysrq = 0; |
| 446 | goto ignore_char; | 446 | goto ignore_char; |
| 447 | } | 447 | } |
