diff options
| author | Ralf Baechle <ralf@linux-mips.org> | 2008-07-15 13:44:33 -0400 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2008-07-15 13:44:33 -0400 |
| commit | 2157bc68711bf0e69f9aca4d310bd863298fbb3f (patch) | |
| tree | 782eccb964694e9ffc534f6d970cd8a2bd25ffa0 /arch/mips | |
| parent | 372a775f50347f5c1dd87752b16e5c05ea965790 (diff) | |
[MIPS] Atlas: Remove support code.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
55 files changed, 2 insertions, 2159 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 21d6ec1e5368..6383c700686c 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
| @@ -181,38 +181,6 @@ config LEMOTE_FULONG | |||
| 181 | Lemote Fulong mini-PC board based on the Chinese Loongson-2E CPU and | 181 | Lemote Fulong mini-PC board based on the Chinese Loongson-2E CPU and |
| 182 | an FPGA northbridge | 182 | an FPGA northbridge |
| 183 | 183 | ||
| 184 | config MIPS_ATLAS | ||
| 185 | bool "MIPS Atlas board" | ||
| 186 | select BOOT_ELF32 | ||
| 187 | select BOOT_RAW | ||
| 188 | select CEVT_R4K | ||
| 189 | select CSRC_R4K | ||
| 190 | select DMA_NONCOHERENT | ||
| 191 | select SYS_HAS_EARLY_PRINTK | ||
| 192 | select IRQ_CPU | ||
| 193 | select HW_HAS_PCI | ||
| 194 | select MIPS_BOARDS_GEN | ||
| 195 | select MIPS_BONITO64 | ||
| 196 | select PCI_GT64XXX_PCI0 | ||
| 197 | select MIPS_MSC | ||
| 198 | select RM7000_CPU_SCACHE | ||
| 199 | select SWAP_IO_SPACE | ||
| 200 | select SYS_HAS_CPU_MIPS32_R1 | ||
| 201 | select SYS_HAS_CPU_MIPS32_R2 | ||
| 202 | select SYS_HAS_CPU_MIPS64_R1 | ||
| 203 | select SYS_HAS_CPU_NEVADA | ||
| 204 | select SYS_HAS_CPU_RM7000 | ||
| 205 | select SYS_SUPPORTS_32BIT_KERNEL | ||
| 206 | select SYS_SUPPORTS_64BIT_KERNEL | ||
| 207 | select SYS_SUPPORTS_BIG_ENDIAN | ||
| 208 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
| 209 | select SYS_SUPPORTS_MULTITHREADING if EXPERIMENTAL | ||
| 210 | select SYS_SUPPORTS_SMARTMIPS | ||
| 211 | select GENERIC_HARDIRQS_NO__DO_IRQ | ||
| 212 | help | ||
| 213 | This enables support for the MIPS Technologies Atlas evaluation | ||
| 214 | board. | ||
| 215 | |||
| 216 | config MIPS_MALTA | 184 | config MIPS_MALTA |
| 217 | bool "MIPS Malta board" | 185 | bool "MIPS Malta board" |
| 218 | select ARCH_MAY_HAVE_PC_FDC | 186 | select ARCH_MAY_HAVE_PC_FDC |
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 0b8d82d55c66..9bc2c763909f 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
| @@ -310,15 +310,6 @@ cflags-$(CONFIG_LEMOTE_FULONG) += -Iinclude/asm-mips/mach-lemote | |||
| 310 | core-$(CONFIG_MIPS_BOARDS_GEN) += arch/mips/mips-boards/generic/ | 310 | core-$(CONFIG_MIPS_BOARDS_GEN) += arch/mips/mips-boards/generic/ |
| 311 | 311 | ||
| 312 | # | 312 | # |
| 313 | # MIPS Atlas board | ||
| 314 | # | ||
| 315 | core-$(CONFIG_MIPS_ATLAS) += arch/mips/mips-boards/atlas/ | ||
| 316 | cflags-$(CONFIG_MIPS_ATLAS) += -Iinclude/asm-mips/mach-atlas | ||
| 317 | cflags-$(CONFIG_MIPS_ATLAS) += -Iinclude/asm-mips/mach-mips | ||
| 318 | load-$(CONFIG_MIPS_ATLAS) += 0xffffffff80100000 | ||
| 319 | all-$(CONFIG_MIPS_ATLAS) := vmlinux.bin | ||
| 320 | |||
| 321 | # | ||
| 322 | # MIPS Malta board | 313 | # MIPS Malta board |
| 323 | # | 314 | # |
| 324 | core-$(CONFIG_MIPS_MALTA) += arch/mips/mips-boards/malta/ | 315 | core-$(CONFIG_MIPS_MALTA) += arch/mips/mips-boards/malta/ |
diff --git a/arch/mips/configs/atlas_defconfig b/arch/mips/configs/atlas_defconfig deleted file mode 100644 index 3443f6cd57bb..000000000000 --- a/arch/mips/configs/atlas_defconfig +++ /dev/null | |||
| @@ -1,1472 +0,0 @@ | |||
| 1 | # | ||
| 2 | # Automatically generated make config: don't edit | ||
| 3 | # Linux kernel version: 2.6.20 | ||
| 4 | # Sun Feb 18 21:27:35 2007 | ||
| 5 | # | ||
| 6 | CONFIG_MIPS=y | ||
| 7 | |||
| 8 | # | ||
| 9 | # Machine selection | ||
| 10 | # | ||
| 11 | CONFIG_ZONE_DMA=y | ||
| 12 | # CONFIG_MIPS_MTX1 is not set | ||
| 13 | # CONFIG_MIPS_BOSPORUS is not set | ||
| 14 | # CONFIG_MIPS_PB1000 is not set | ||
| 15 | # CONFIG_MIPS_PB1100 is not set | ||
| 16 | # CONFIG_MIPS_PB1500 is not set | ||
| 17 | # CONFIG_MIPS_PB1550 is not set | ||
| 18 | # CONFIG_MIPS_PB1200 is not set | ||
| 19 | # CONFIG_MIPS_DB1000 is not set | ||
| 20 | # CONFIG_MIPS_DB1100 is not set | ||
| 21 | # CONFIG_MIPS_DB1500 is not set | ||
| 22 | # CONFIG_MIPS_DB1550 is not set | ||
| 23 | # CONFIG_MIPS_DB1200 is not set | ||
| 24 | # CONFIG_MIPS_MIRAGE is not set | ||
| 25 | # CONFIG_BASLER_EXCITE is not set | ||
| 26 | # CONFIG_MIPS_COBALT is not set | ||
| 27 | # CONFIG_MACH_DECSTATION is not set | ||
| 28 | # CONFIG_MACH_JAZZ is not set | ||
| 29 | CONFIG_MIPS_ATLAS=y | ||
| 30 | # CONFIG_MIPS_MALTA is not set | ||
| 31 | # CONFIG_MIPS_SEAD is not set | ||
| 32 | # CONFIG_WR_PPMC is not set | ||
| 33 | # CONFIG_MIPS_SIM is not set | ||
| 34 | # CONFIG_MOMENCO_JAGUAR_ATX is not set | ||
| 35 | # CONFIG_MIPS_XXS1500 is not set | ||
| 36 | # CONFIG_PNX8550_JBS is not set | ||
| 37 | # CONFIG_PNX8550_STB810 is not set | ||
| 38 | # CONFIG_MACH_VR41XX is not set | ||
| 39 | # CONFIG_PMC_YOSEMITE is not set | ||
| 40 | # CONFIG_MARKEINS is not set | ||
| 41 | # CONFIG_SGI_IP22 is not set | ||
| 42 | # CONFIG_SGI_IP27 is not set | ||
| 43 | # CONFIG_SGI_IP32 is not set | ||
| 44 | # CONFIG_SIBYTE_BIGSUR is not set | ||
| 45 | # CONFIG_SIBYTE_SWARM is not set | ||
| 46 | # CONFIG_SIBYTE_SENTOSA is not set | ||
| 47 | # CONFIG_SIBYTE_RHONE is not set | ||
| 48 | # CONFIG_SIBYTE_CARMEL is not set | ||
| 49 | # CONFIG_SIBYTE_LITTLESUR is not set | ||
| 50 | # CONFIG_SIBYTE_CRHINE is not set | ||
| 51 | # CONFIG_SIBYTE_CRHONE is not set | ||
| 52 | # CONFIG_SNI_RM is not set | ||
| 53 | # CONFIG_TOSHIBA_JMR3927 is not set | ||
| 54 | # CONFIG_TOSHIBA_RBTX4927 is not set | ||
| 55 | # CONFIG_TOSHIBA_RBTX4938 is not set | ||
| 56 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
| 57 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
| 58 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
| 59 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
| 60 | CONFIG_GENERIC_HWEIGHT=y | ||
| 61 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
| 62 | CONFIG_GENERIC_TIME=y | ||
| 63 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | ||
| 64 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y | ||
| 65 | CONFIG_DMA_NONCOHERENT=y | ||
| 66 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | ||
| 67 | CONFIG_MIPS_BONITO64=y | ||
| 68 | CONFIG_MIPS_MSC=y | ||
| 69 | # CONFIG_CPU_BIG_ENDIAN is not set | ||
| 70 | CONFIG_CPU_LITTLE_ENDIAN=y | ||
| 71 | CONFIG_SYS_SUPPORTS_BIG_ENDIAN=y | ||
| 72 | CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y | ||
| 73 | CONFIG_IRQ_CPU=y | ||
| 74 | CONFIG_MIPS_BOARDS_GEN=y | ||
| 75 | CONFIG_MIPS_GT64120=y | ||
| 76 | CONFIG_SWAP_IO_SPACE=y | ||
| 77 | CONFIG_BOOT_ELF32=y | ||
| 78 | CONFIG_MIPS_L1_CACHE_SHIFT=5 | ||
| 79 | |||
| 80 | # | ||
| 81 | # CPU selection | ||
| 82 | # | ||
| 83 | CONFIG_CPU_MIPS32_R1=y | ||
| 84 | # CONFIG_CPU_MIPS32_R2 is not set | ||
| 85 | # CONFIG_CPU_MIPS64_R1 is not set | ||
| 86 | # CONFIG_CPU_MIPS64_R2 is not set | ||
| 87 | # CONFIG_CPU_R3000 is not set | ||
| 88 | # CONFIG_CPU_TX39XX is not set | ||
| 89 | # CONFIG_CPU_VR41XX is not set | ||
| 90 | # CONFIG_CPU_R4300 is not set | ||
| 91 | # CONFIG_CPU_R4X00 is not set | ||
| 92 | # CONFIG_CPU_TX49XX is not set | ||
| 93 | # CONFIG_CPU_R5000 is not set | ||
| 94 | # CONFIG_CPU_R5432 is not set | ||
| 95 | # CONFIG_CPU_R6000 is not set | ||
| 96 | # CONFIG_CPU_NEVADA is not set | ||
| 97 | # CONFIG_CPU_R8000 is not set | ||
| 98 | # CONFIG_CPU_R10000 is not set | ||
| 99 | # CONFIG_CPU_RM7000 is not set | ||
| 100 | # CONFIG_CPU_RM9000 is not set | ||
| 101 | # CONFIG_CPU_SB1 is not set | ||
| 102 | CONFIG_SYS_HAS_CPU_MIPS32_R1=y | ||
| 103 | CONFIG_SYS_HAS_CPU_MIPS32_R2=y | ||
| 104 | CONFIG_SYS_HAS_CPU_MIPS64_R1=y | ||
| 105 | CONFIG_SYS_HAS_CPU_NEVADA=y | ||
| 106 | CONFIG_SYS_HAS_CPU_RM7000=y | ||
| 107 | CONFIG_CPU_MIPS32=y | ||
| 108 | CONFIG_CPU_MIPSR1=y | ||
| 109 | CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y | ||
| 110 | CONFIG_SYS_SUPPORTS_64BIT_KERNEL=y | ||
| 111 | CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y | ||
| 112 | |||
| 113 | # | ||
| 114 | # Kernel type | ||
| 115 | # | ||
| 116 | CONFIG_32BIT=y | ||
| 117 | # CONFIG_64BIT is not set | ||
| 118 | CONFIG_PAGE_SIZE_4KB=y | ||
| 119 | # CONFIG_PAGE_SIZE_8KB is not set | ||
| 120 | # CONFIG_PAGE_SIZE_16KB is not set | ||
| 121 | # CONFIG_PAGE_SIZE_64KB is not set | ||
| 122 | CONFIG_BOARD_SCACHE=y | ||
| 123 | CONFIG_RM7000_CPU_SCACHE=y | ||
| 124 | CONFIG_CPU_HAS_PREFETCH=y | ||
| 125 | CONFIG_MIPS_MT_DISABLED=y | ||
| 126 | # CONFIG_MIPS_MT_SMP is not set | ||
| 127 | # CONFIG_MIPS_MT_SMTC is not set | ||
| 128 | # CONFIG_MIPS_VPE_LOADER is not set | ||
| 129 | CONFIG_SYS_SUPPORTS_MULTITHREADING=y | ||
| 130 | # CONFIG_64BIT_PHYS_ADDR is not set | ||
| 131 | CONFIG_CPU_HAS_LLSC=y | ||
| 132 | # CONFIG_CPU_HAS_SMARTMIPS is not set | ||
| 133 | CONFIG_CPU_HAS_SYNC=y | ||
| 134 | CONFIG_GENERIC_HARDIRQS=y | ||
| 135 | CONFIG_GENERIC_IRQ_PROBE=y | ||
| 136 | CONFIG_CPU_SUPPORTS_HIGHMEM=y | ||
| 137 | CONFIG_SYS_SUPPORTS_SMARTMIPS=y | ||
| 138 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
| 139 | CONFIG_SELECT_MEMORY_MODEL=y | ||
| 140 | CONFIG_FLATMEM_MANUAL=y | ||
| 141 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
| 142 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
| 143 | CONFIG_FLATMEM=y | ||
| 144 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
| 145 | # CONFIG_SPARSEMEM_STATIC is not set | ||
| 146 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
| 147 | # CONFIG_RESOURCES_64BIT is not set | ||
| 148 | CONFIG_ZONE_DMA_FLAG=1 | ||
| 149 | # CONFIG_HZ_48 is not set | ||
| 150 | CONFIG_HZ_100=y | ||
| 151 | # CONFIG_HZ_128 is not set | ||
| 152 | # CONFIG_HZ_250 is not set | ||
| 153 | # CONFIG_HZ_256 is not set | ||
| 154 | # CONFIG_HZ_1000 is not set | ||
| 155 | # CONFIG_HZ_1024 is not set | ||
| 156 | CONFIG_SYS_SUPPORTS_ARBIT_HZ=y | ||
| 157 | CONFIG_HZ=100 | ||
| 158 | CONFIG_PREEMPT_NONE=y | ||
| 159 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
| 160 | # CONFIG_PREEMPT is not set | ||
| 161 | # CONFIG_KEXEC is not set | ||
| 162 | CONFIG_LOCKDEP_SUPPORT=y | ||
| 163 | CONFIG_STACKTRACE_SUPPORT=y | ||
| 164 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
| 165 | |||
| 166 | # | ||
| 167 | # Code maturity level options | ||
| 168 | # | ||
| 169 | CONFIG_EXPERIMENTAL=y | ||
| 170 | CONFIG_BROKEN_ON_SMP=y | ||
| 171 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
| 172 | |||
| 173 | # | ||
| 174 | # General setup | ||
| 175 | # | ||
| 176 | CONFIG_LOCALVERSION="" | ||
| 177 | CONFIG_LOCALVERSION_AUTO=y | ||
| 178 | CONFIG_SWAP=y | ||
| 179 | CONFIG_SYSVIPC=y | ||
| 180 | # CONFIG_IPC_NS is not set | ||
| 181 | CONFIG_SYSVIPC_SYSCTL=y | ||
| 182 | # CONFIG_POSIX_MQUEUE is not set | ||
| 183 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
| 184 | # CONFIG_TASKSTATS is not set | ||
| 185 | # CONFIG_UTS_NS is not set | ||
| 186 | # CONFIG_AUDIT is not set | ||
| 187 | # CONFIG_IKCONFIG is not set | ||
| 188 | CONFIG_SYSFS_DEPRECATED=y | ||
| 189 | CONFIG_RELAY=y | ||
| 190 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
| 191 | CONFIG_SYSCTL=y | ||
| 192 | CONFIG_EMBEDDED=y | ||
| 193 | CONFIG_SYSCTL_SYSCALL=y | ||
| 194 | CONFIG_KALLSYMS=y | ||
| 195 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
| 196 | CONFIG_HOTPLUG=y | ||
| 197 | CONFIG_PRINTK=y | ||
| 198 | CONFIG_BUG=y | ||
| 199 | CONFIG_ELF_CORE=y | ||
| 200 | CONFIG_BASE_FULL=y | ||
| 201 | CONFIG_FUTEX=y | ||
| 202 | CONFIG_EPOLL=y | ||
| 203 | CONFIG_SHMEM=y | ||
| 204 | CONFIG_SLAB=y | ||
| 205 | CONFIG_VM_EVENT_COUNTERS=y | ||
| 206 | CONFIG_RT_MUTEXES=y | ||
| 207 | # CONFIG_TINY_SHMEM is not set | ||
| 208 | CONFIG_BASE_SMALL=0 | ||
| 209 | # CONFIG_SLOB is not set | ||
| 210 | |||
| 211 | # | ||
| 212 | # Loadable module support | ||
| 213 | # | ||
| 214 | CONFIG_MODULES=y | ||
| 215 | CONFIG_MODULE_UNLOAD=y | ||
| 216 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
| 217 | CONFIG_MODVERSIONS=y | ||
| 218 | CONFIG_MODULE_SRCVERSION_ALL=y | ||
| 219 | CONFIG_KMOD=y | ||
| 220 | |||
| 221 | # | ||
| 222 | # Block layer | ||
| 223 | # | ||
| 224 | CONFIG_BLOCK=y | ||
| 225 | # CONFIG_LBD is not set | ||
| 226 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
| 227 | # CONFIG_LSF is not set | ||
| 228 | |||
| 229 | # | ||
| 230 | # IO Schedulers | ||
| 231 | # | ||
| 232 | CONFIG_IOSCHED_NOOP=y | ||
| 233 | CONFIG_IOSCHED_AS=y | ||
| 234 | CONFIG_IOSCHED_DEADLINE=y | ||
| 235 | CONFIG_IOSCHED_CFQ=y | ||
| 236 | CONFIG_DEFAULT_AS=y | ||
| 237 | # CONFIG_DEFAULT_DEADLINE is not set | ||
| 238 | # CONFIG_DEFAULT_CFQ is not set | ||
| 239 | # CONFIG_DEFAULT_NOOP is not set | ||
| 240 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
| 241 | |||
| 242 | # | ||
| 243 | # Bus options (PCI, PCMCIA, EISA, ISA, TC) | ||
| 244 | # | ||
| 245 | CONFIG_HW_HAS_PCI=y | ||
| 246 | CONFIG_PCI=y | ||
| 247 | CONFIG_MMU=y | ||
| 248 | |||
| 249 | # | ||
| 250 | # PCCARD (PCMCIA/CardBus) support | ||
| 251 | # | ||
| 252 | # CONFIG_PCCARD is not set | ||
| 253 | |||
| 254 | # | ||
| 255 | # PCI Hotplug Support | ||
| 256 | # | ||
| 257 | # CONFIG_HOTPLUG_PCI is not set | ||
| 258 | |||
| 259 | # | ||
| 260 | # Executable file formats | ||
| 261 | # | ||
| 262 | CONFIG_BINFMT_ELF=y | ||
| 263 | # CONFIG_BINFMT_MISC is not set | ||
| 264 | CONFIG_TRAD_SIGNALS=y | ||
| 265 | |||
| 266 | # | ||
| 267 | # Power management options | ||
| 268 | # | ||
| 269 | CONFIG_PM=y | ||
| 270 | # CONFIG_PM_LEGACY is not set | ||
| 271 | # CONFIG_PM_DEBUG is not set | ||
| 272 | # CONFIG_PM_SYSFS_DEPRECATED is not set | ||
| 273 | |||
| 274 | # | ||
| 275 | # Networking | ||
| 276 | # | ||
| 277 | CONFIG_NET=y | ||
| 278 | |||
| 279 | # | ||
| 280 | # Networking options | ||
| 281 | # | ||
| 282 | # CONFIG_NETDEBUG is not set | ||
| 283 | CONFIG_PACKET=y | ||
| 284 | CONFIG_PACKET_MMAP=y | ||
| 285 | CONFIG_UNIX=y | ||
| 286 | CONFIG_XFRM=y | ||
| 287 | CONFIG_XFRM_USER=m | ||
| 288 | # CONFIG_XFRM_SUB_POLICY is not set | ||
| 289 | CONFIG_XFRM_MIGRATE=y | ||
| 290 | CONFIG_NET_KEY=y | ||
| 291 | CONFIG_NET_KEY_MIGRATE=y | ||
| 292 | CONFIG_INET=y | ||
| 293 | CONFIG_IP_MULTICAST=y | ||
| 294 | CONFIG_IP_ADVANCED_ROUTER=y | ||
| 295 | CONFIG_ASK_IP_FIB_HASH=y | ||
| 296 | # CONFIG_IP_FIB_TRIE is not set | ||
| 297 | CONFIG_IP_FIB_HASH=y | ||
| 298 | CONFIG_IP_MULTIPLE_TABLES=y | ||
| 299 | CONFIG_IP_ROUTE_MULTIPATH=y | ||
| 300 | # CONFIG_IP_ROUTE_MULTIPATH_CACHED is not set | ||
| 301 | CONFIG_IP_ROUTE_VERBOSE=y | ||
| 302 | CONFIG_IP_PNP=y | ||
| 303 | CONFIG_IP_PNP_DHCP=y | ||
| 304 | CONFIG_IP_PNP_BOOTP=y | ||
| 305 | # CONFIG_IP_PNP_RARP is not set | ||
| 306 | CONFIG_NET_IPIP=m | ||
| 307 | CONFIG_NET_IPGRE=m | ||
| 308 | CONFIG_NET_IPGRE_BROADCAST=y | ||
| 309 | CONFIG_IP_MROUTE=y | ||
| 310 | CONFIG_IP_PIMSM_V1=y | ||
| 311 | CONFIG_IP_PIMSM_V2=y | ||
| 312 | # CONFIG_ARPD is not set | ||
| 313 | CONFIG_SYN_COOKIES=y | ||
| 314 | CONFIG_INET_AH=m | ||
| 315 | CONFIG_INET_ESP=m | ||
| 316 | CONFIG_INET_IPCOMP=m | ||
| 317 | CONFIG_INET_XFRM_TUNNEL=m | ||
| 318 | CONFIG_INET_TUNNEL=m | ||
| 319 | CONFIG_INET_XFRM_MODE_TRANSPORT=m | ||
| 320 | CONFIG_INET_XFRM_MODE_TUNNEL=m | ||
| 321 | CONFIG_INET_XFRM_MODE_BEET=m | ||
| 322 | CONFIG_INET_DIAG=y | ||
| 323 | CONFIG_INET_TCP_DIAG=y | ||
| 324 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
| 325 | CONFIG_TCP_CONG_CUBIC=y | ||
| 326 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
| 327 | CONFIG_TCP_MD5SIG=y | ||
| 328 | |||
| 329 | # | ||
| 330 | # IP: Virtual Server Configuration | ||
| 331 | # | ||
| 332 | CONFIG_IP_VS=m | ||
| 333 | # CONFIG_IP_VS_DEBUG is not set | ||
| 334 | CONFIG_IP_VS_TAB_BITS=12 | ||
| 335 | |||
| 336 | # | ||
| 337 | # IPVS transport protocol load balancing support | ||
| 338 | # | ||
| 339 | CONFIG_IP_VS_PROTO_TCP=y | ||
| 340 | CONFIG_IP_VS_PROTO_UDP=y | ||
| 341 | CONFIG_IP_VS_PROTO_ESP=y | ||
| 342 | CONFIG_IP_VS_PROTO_AH=y | ||
| 343 | |||
| 344 | # | ||
| 345 | # IPVS scheduler | ||
| 346 | # | ||
| 347 | CONFIG_IP_VS_RR=m | ||
| 348 | CONFIG_IP_VS_WRR=m | ||
| 349 | CONFIG_IP_VS_LC=m | ||
| 350 | CONFIG_IP_VS_WLC=m | ||
| 351 | CONFIG_IP_VS_LBLC=m | ||
| 352 | CONFIG_IP_VS_LBLCR=m | ||
| 353 | CONFIG_IP_VS_DH=m | ||
| 354 | CONFIG_IP_VS_SH=m | ||
| 355 | CONFIG_IP_VS_SED=m | ||
| 356 | CONFIG_IP_VS_NQ=m | ||
| 357 | |||
| 358 | # | ||
| 359 | # IPVS application helper | ||
| 360 | # | ||
| 361 | CONFIG_IP_VS_FTP=m | ||
| 362 | CONFIG_IPV6=m | ||
| 363 | CONFIG_IPV6_PRIVACY=y | ||
| 364 | CONFIG_IPV6_ROUTER_PREF=y | ||
| 365 | CONFIG_IPV6_ROUTE_INFO=y | ||
| 366 | CONFIG_INET6_AH=m | ||
| 367 | CONFIG_INET6_ESP=m | ||
| 368 | CONFIG_INET6_IPCOMP=m | ||
| 369 | CONFIG_IPV6_MIP6=y | ||
| 370 | CONFIG_INET6_XFRM_TUNNEL=m | ||
| 371 | CONFIG_INET6_TUNNEL=m | ||
| 372 | CONFIG_INET6_XFRM_MODE_TRANSPORT=m | ||
| 373 | CONFIG_INET6_XFRM_MODE_TUNNEL=m | ||
| 374 | CONFIG_INET6_XFRM_MODE_BEET=m | ||
| 375 | CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION=m | ||
| 376 | CONFIG_IPV6_SIT=m | ||
| 377 | CONFIG_IPV6_TUNNEL=m | ||
| 378 | CONFIG_IPV6_MULTIPLE_TABLES=y | ||
| 379 | CONFIG_IPV6_SUBTREES=y | ||
| 380 | CONFIG_NETWORK_SECMARK=y | ||
| 381 | CONFIG_NETFILTER=y | ||
| 382 | # CONFIG_NETFILTER_DEBUG is not set | ||
| 383 | CONFIG_BRIDGE_NETFILTER=y | ||
| 384 | |||
| 385 | # | ||
| 386 | # Core Netfilter Configuration | ||
| 387 | # | ||
| 388 | CONFIG_NETFILTER_NETLINK=m | ||
| 389 | CONFIG_NETFILTER_NETLINK_QUEUE=m | ||
| 390 | CONFIG_NETFILTER_NETLINK_LOG=m | ||
| 391 | CONFIG_NF_CONNTRACK_ENABLED=m | ||
| 392 | CONFIG_NF_CONNTRACK_SUPPORT=y | ||
| 393 | # CONFIG_IP_NF_CONNTRACK_SUPPORT is not set | ||
| 394 | CONFIG_NF_CONNTRACK=m | ||
| 395 | CONFIG_NF_CT_ACCT=y | ||
| 396 | CONFIG_NF_CONNTRACK_MARK=y | ||
| 397 | CONFIG_NF_CONNTRACK_SECMARK=y | ||
| 398 | CONFIG_NF_CONNTRACK_EVENTS=y | ||
| 399 | CONFIG_NF_CT_PROTO_GRE=m | ||
| 400 | CONFIG_NF_CT_PROTO_SCTP=m | ||
| 401 | CONFIG_NF_CONNTRACK_AMANDA=m | ||
| 402 | CONFIG_NF_CONNTRACK_FTP=m | ||
| 403 | CONFIG_NF_CONNTRACK_H323=m | ||
| 404 | CONFIG_NF_CONNTRACK_IRC=m | ||
| 405 | # CONFIG_NF_CONNTRACK_NETBIOS_NS is not set | ||
| 406 | CONFIG_NF_CONNTRACK_PPTP=m | ||
| 407 | CONFIG_NF_CONNTRACK_SANE=m | ||
| 408 | CONFIG_NF_CONNTRACK_SIP=m | ||
| 409 | CONFIG_NF_CONNTRACK_TFTP=m | ||
| 410 | CONFIG_NF_CT_NETLINK=m | ||
| 411 | CONFIG_NETFILTER_XTABLES=m | ||
| 412 | CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m | ||
| 413 | CONFIG_NETFILTER_XT_TARGET_CONNMARK=m | ||
| 414 | CONFIG_NETFILTER_XT_TARGET_DSCP=m | ||
| 415 | CONFIG_NETFILTER_XT_TARGET_MARK=m | ||
| 416 | CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m | ||
| 417 | CONFIG_NETFILTER_XT_TARGET_NFLOG=m | ||
| 418 | CONFIG_NETFILTER_XT_TARGET_NOTRACK=m | ||
| 419 | CONFIG_NETFILTER_XT_TARGET_SECMARK=m | ||
| 420 | CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=m | ||
| 421 | CONFIG_NETFILTER_XT_TARGET_TCPMSS=m | ||
| 422 | CONFIG_NETFILTER_XT_MATCH_COMMENT=m | ||
| 423 | CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m | ||
| 424 | CONFIG_NETFILTER_XT_MATCH_CONNMARK=m | ||
| 425 | CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m | ||
| 426 | CONFIG_NETFILTER_XT_MATCH_DCCP=m | ||
| 427 | CONFIG_NETFILTER_XT_MATCH_DSCP=m | ||
| 428 | CONFIG_NETFILTER_XT_MATCH_ESP=m | ||
| 429 | CONFIG_NETFILTER_XT_MATCH_HELPER=m | ||
| 430 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m | ||
| 431 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m | ||
| 432 | CONFIG_NETFILTER_XT_MATCH_MAC=m | ||
| 433 | CONFIG_NETFILTER_XT_MATCH_MARK=m | ||
| 434 | CONFIG_NETFILTER_XT_MATCH_POLICY=m | ||
| 435 | CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m | ||
| 436 | CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m | ||
| 437 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m | ||
| 438 | CONFIG_NETFILTER_XT_MATCH_QUOTA=m | ||
| 439 | CONFIG_NETFILTER_XT_MATCH_REALM=m | ||
| 440 | CONFIG_NETFILTER_XT_MATCH_SCTP=m | ||
| 441 | CONFIG_NETFILTER_XT_MATCH_STATE=m | ||
| 442 | CONFIG_NETFILTER_XT_MATCH_STATISTIC=m | ||
| 443 | CONFIG_NETFILTER_XT_MATCH_STRING=m | ||
| 444 | CONFIG_NETFILTER_XT_MATCH_TCPMSS=m | ||
| 445 | CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m | ||
| 446 | |||
| 447 | # | ||
| 448 | # IP: Netfilter Configuration | ||
| 449 | # | ||
| 450 | CONFIG_NF_CONNTRACK_IPV4=m | ||
| 451 | CONFIG_NF_CONNTRACK_PROC_COMPAT=y | ||
| 452 | CONFIG_IP_NF_QUEUE=m | ||
| 453 | CONFIG_IP_NF_IPTABLES=m | ||
| 454 | CONFIG_IP_NF_MATCH_IPRANGE=m | ||
| 455 | CONFIG_IP_NF_MATCH_TOS=m | ||
| 456 | CONFIG_IP_NF_MATCH_RECENT=m | ||
| 457 | CONFIG_IP_NF_MATCH_ECN=m | ||
| 458 | CONFIG_IP_NF_MATCH_AH=m | ||
| 459 | CONFIG_IP_NF_MATCH_TTL=m | ||
| 460 | CONFIG_IP_NF_MATCH_OWNER=m | ||
| 461 | CONFIG_IP_NF_MATCH_ADDRTYPE=m | ||
| 462 | CONFIG_IP_NF_FILTER=m | ||
| 463 | CONFIG_IP_NF_TARGET_REJECT=m | ||
| 464 | CONFIG_IP_NF_TARGET_LOG=m | ||
| 465 | CONFIG_IP_NF_TARGET_ULOG=m | ||
| 466 | CONFIG_NF_NAT=m | ||
| 467 | CONFIG_NF_NAT_NEEDED=y | ||
| 468 | CONFIG_IP_NF_TARGET_MASQUERADE=m | ||
| 469 | CONFIG_IP_NF_TARGET_REDIRECT=m | ||
| 470 | CONFIG_IP_NF_TARGET_NETMAP=m | ||
| 471 | CONFIG_IP_NF_TARGET_SAME=m | ||
| 472 | CONFIG_NF_NAT_SNMP_BASIC=m | ||
| 473 | CONFIG_NF_NAT_PROTO_GRE=m | ||
| 474 | CONFIG_NF_NAT_FTP=m | ||
| 475 | CONFIG_NF_NAT_IRC=m | ||
| 476 | CONFIG_NF_NAT_TFTP=m | ||
| 477 | CONFIG_NF_NAT_AMANDA=m | ||
| 478 | CONFIG_NF_NAT_PPTP=m | ||
| 479 | CONFIG_NF_NAT_H323=m | ||
| 480 | CONFIG_NF_NAT_SIP=m | ||
| 481 | CONFIG_IP_NF_MANGLE=m | ||
| 482 | CONFIG_IP_NF_TARGET_TOS=m | ||
| 483 | CONFIG_IP_NF_TARGET_ECN=m | ||
| 484 | CONFIG_IP_NF_TARGET_TTL=m | ||
| 485 | # CONFIG_IP_NF_TARGET_CLUSTERIP is not set | ||
| 486 | CONFIG_IP_NF_RAW=m | ||
| 487 | CONFIG_IP_NF_ARPTABLES=m | ||
| 488 | CONFIG_IP_NF_ARPFILTER=m | ||
| 489 | CONFIG_IP_NF_ARP_MANGLE=m | ||
| 490 | |||
| 491 | # | ||
| 492 | # IPv6: Netfilter Configuration (EXPERIMENTAL) | ||
| 493 | # | ||
| 494 | CONFIG_NF_CONNTRACK_IPV6=m | ||
| 495 | CONFIG_IP6_NF_QUEUE=m | ||
| 496 | CONFIG_IP6_NF_IPTABLES=m | ||
| 497 | CONFIG_IP6_NF_MATCH_RT=m | ||
| 498 | CONFIG_IP6_NF_MATCH_OPTS=m | ||
| 499 | CONFIG_IP6_NF_MATCH_FRAG=m | ||
| 500 | CONFIG_IP6_NF_MATCH_HL=m | ||
| 501 | CONFIG_IP6_NF_MATCH_OWNER=m | ||
| 502 | CONFIG_IP6_NF_MATCH_IPV6HEADER=m | ||
| 503 | CONFIG_IP6_NF_MATCH_AH=m | ||
| 504 | CONFIG_IP6_NF_MATCH_MH=m | ||
| 505 | CONFIG_IP6_NF_MATCH_EUI64=m | ||
| 506 | CONFIG_IP6_NF_FILTER=m | ||
| 507 | CONFIG_IP6_NF_TARGET_LOG=m | ||
| 508 | CONFIG_IP6_NF_TARGET_REJECT=m | ||
| 509 | CONFIG_IP6_NF_MANGLE=m | ||
| 510 | CONFIG_IP6_NF_TARGET_HL=m | ||
| 511 | CONFIG_IP6_NF_RAW=m | ||
| 512 | |||
| 513 | # | ||
| 514 | # Bridge: Netfilter Configuration | ||
| 515 | # | ||
| 516 | CONFIG_BRIDGE_NF_EBTABLES=m | ||
| 517 | CONFIG_BRIDGE_EBT_BROUTE=m | ||
| 518 | CONFIG_BRIDGE_EBT_T_FILTER=m | ||
| 519 | CONFIG_BRIDGE_EBT_T_NAT=m | ||
| 520 | CONFIG_BRIDGE_EBT_802_3=m | ||
| 521 | CONFIG_BRIDGE_EBT_AMONG=m | ||
| 522 | CONFIG_BRIDGE_EBT_ARP=m | ||
| 523 | CONFIG_BRIDGE_EBT_IP=m | ||
| 524 | CONFIG_BRIDGE_EBT_LIMIT=m | ||
| 525 | CONFIG_BRIDGE_EBT_MARK=m | ||
| 526 | CONFIG_BRIDGE_EBT_PKTTYPE=m | ||
| 527 | CONFIG_BRIDGE_EBT_STP=m | ||
| 528 | CONFIG_BRIDGE_EBT_VLAN=m | ||
| 529 | CONFIG_BRIDGE_EBT_ARPREPLY=m | ||
| 530 | CONFIG_BRIDGE_EBT_DNAT=m | ||
| 531 | CONFIG_BRIDGE_EBT_MARK_T=m | ||
| 532 | CONFIG_BRIDGE_EBT_REDIRECT=m | ||
| 533 | CONFIG_BRIDGE_EBT_SNAT=m | ||
| 534 | CONFIG_BRIDGE_EBT_LOG=m | ||
| 535 | CONFIG_BRIDGE_EBT_ULOG=m | ||
| 536 | |||
| 537 | # | ||
| 538 | # DCCP Configuration (EXPERIMENTAL) | ||
| 539 | # | ||
| 540 | # CONFIG_IP_DCCP is not set | ||
| 541 | |||
| 542 | # | ||
| 543 | # SCTP Configuration (EXPERIMENTAL) | ||
| 544 | # | ||
| 545 | CONFIG_IP_SCTP=m | ||
| 546 | # CONFIG_SCTP_DBG_MSG is not set | ||
| 547 | # CONFIG_SCTP_DBG_OBJCNT is not set | ||
| 548 | # CONFIG_SCTP_HMAC_NONE is not set | ||
| 549 | # CONFIG_SCTP_HMAC_SHA1 is not set | ||
| 550 | CONFIG_SCTP_HMAC_MD5=y | ||
| 551 | |||
| 552 | # | ||
| 553 | # TIPC Configuration (EXPERIMENTAL) | ||
| 554 | # | ||
| 555 | # CONFIG_TIPC is not set | ||
| 556 | # CONFIG_ATM is not set | ||
| 557 | CONFIG_BRIDGE=m | ||
| 558 | CONFIG_VLAN_8021Q=m | ||
| 559 | # CONFIG_DECNET is not set | ||
| 560 | CONFIG_LLC=m | ||
| 561 | # CONFIG_LLC2 is not set | ||
| 562 | # CONFIG_IPX is not set | ||
| 563 | CONFIG_ATALK=m | ||
| 564 | CONFIG_DEV_APPLETALK=m | ||
| 565 | CONFIG_IPDDP=m | ||
| 566 | CONFIG_IPDDP_ENCAP=y | ||
| 567 | CONFIG_IPDDP_DECAP=y | ||
| 568 | # CONFIG_X25 is not set | ||
| 569 | # CONFIG_LAPB is not set | ||
| 570 | # CONFIG_ECONET is not set | ||
| 571 | # CONFIG_WAN_ROUTER is not set | ||
| 572 | |||
| 573 | # | ||
| 574 | # QoS and/or fair queueing | ||
| 575 | # | ||
| 576 | CONFIG_NET_SCHED=y | ||
| 577 | CONFIG_NET_SCH_FIFO=y | ||
| 578 | CONFIG_NET_SCH_CLK_JIFFIES=y | ||
| 579 | # CONFIG_NET_SCH_CLK_GETTIMEOFDAY is not set | ||
| 580 | # CONFIG_NET_SCH_CLK_CPU is not set | ||
| 581 | |||
| 582 | # | ||
| 583 | # Queueing/Scheduling | ||
| 584 | # | ||
| 585 | CONFIG_NET_SCH_CBQ=m | ||
| 586 | CONFIG_NET_SCH_HTB=m | ||
| 587 | CONFIG_NET_SCH_HFSC=m | ||
| 588 | CONFIG_NET_SCH_PRIO=m | ||
| 589 | CONFIG_NET_SCH_RED=m | ||
| 590 | CONFIG_NET_SCH_SFQ=m | ||
| 591 | CONFIG_NET_SCH_TEQL=m | ||
| 592 | CONFIG_NET_SCH_TBF=m | ||
| 593 | CONFIG_NET_SCH_GRED=m | ||
| 594 | CONFIG_NET_SCH_DSMARK=m | ||
| 595 | CONFIG_NET_SCH_NETEM=m | ||
| 596 | CONFIG_NET_SCH_INGRESS=m | ||
| 597 | |||
| 598 | # | ||
| 599 | # Classification | ||
| 600 | # | ||
| 601 | CONFIG_NET_CLS=y | ||
| 602 | CONFIG_NET_CLS_BASIC=m | ||
| 603 | CONFIG_NET_CLS_TCINDEX=m | ||
| 604 | CONFIG_NET_CLS_ROUTE4=m | ||
| 605 | CONFIG_NET_CLS_ROUTE=y | ||
| 606 | CONFIG_NET_CLS_FW=m | ||
| 607 | CONFIG_NET_CLS_U32=m | ||
| 608 | # CONFIG_CLS_U32_PERF is not set | ||
| 609 | # CONFIG_CLS_U32_MARK is not set | ||
| 610 | CONFIG_NET_CLS_RSVP=m | ||
| 611 | CONFIG_NET_CLS_RSVP6=m | ||
| 612 | # CONFIG_NET_EMATCH is not set | ||
| 613 | # CONFIG_NET_CLS_ACT is not set | ||
| 614 | CONFIG_NET_CLS_POLICE=y | ||
| 615 | CONFIG_NET_CLS_IND=y | ||
| 616 | CONFIG_NET_ESTIMATOR=y | ||
| 617 | |||
| 618 | # | ||
| 619 | # Network testing | ||
| 620 | # | ||
| 621 | # CONFIG_NET_PKTGEN is not set | ||
| 622 | # CONFIG_HAMRADIO is not set | ||
| 623 | # CONFIG_IRDA is not set | ||
| 624 | # CONFIG_BT is not set | ||
| 625 | CONFIG_IEEE80211=m | ||
| 626 | # CONFIG_IEEE80211_DEBUG is not set | ||
| 627 | CONFIG_IEEE80211_CRYPT_WEP=m | ||
| 628 | CONFIG_IEEE80211_CRYPT_CCMP=m | ||
| 629 | CONFIG_IEEE80211_SOFTMAC=m | ||
| 630 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
| 631 | CONFIG_WIRELESS_EXT=y | ||
| 632 | CONFIG_FIB_RULES=y | ||
| 633 | |||
| 634 | # | ||
| 635 | # Device Drivers | ||
| 636 | # | ||
| 637 | |||
| 638 | # | ||
| 639 | # Generic Driver Options | ||
| 640 | # | ||
| 641 | CONFIG_STANDALONE=y | ||
| 642 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
| 643 | CONFIG_FW_LOADER=y | ||
| 644 | # CONFIG_SYS_HYPERVISOR is not set | ||
| 645 | |||
| 646 | # | ||
| 647 | # Connector - unified userspace <-> kernelspace linker | ||
| 648 | # | ||
| 649 | CONFIG_CONNECTOR=m | ||
| 650 | |||
| 651 | # | ||
| 652 | # Memory Technology Devices (MTD) | ||
| 653 | # | ||
| 654 | # CONFIG_MTD is not set | ||
| 655 | |||
| 656 | # | ||
| 657 | # Parallel port support | ||
| 658 | # | ||
| 659 | # CONFIG_PARPORT is not set | ||
| 660 | |||
| 661 | # | ||
| 662 | # Plug and Play support | ||
| 663 | # | ||
| 664 | |||
| 665 | # | ||
| 666 | # Block devices | ||
| 667 | # | ||
| 668 | # CONFIG_BLK_CPQ_DA is not set | ||
| 669 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
| 670 | # CONFIG_BLK_DEV_DAC960 is not set | ||
| 671 | CONFIG_BLK_DEV_UMEM=m | ||
| 672 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
| 673 | CONFIG_BLK_DEV_LOOP=m | ||
| 674 | CONFIG_BLK_DEV_CRYPTOLOOP=m | ||
| 675 | CONFIG_BLK_DEV_NBD=m | ||
| 676 | # CONFIG_BLK_DEV_SX8 is not set | ||
| 677 | CONFIG_BLK_DEV_RAM=y | ||
| 678 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
| 679 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
| 680 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
| 681 | # CONFIG_BLK_DEV_INITRD is not set | ||
| 682 | CONFIG_CDROM_PKTCDVD=m | ||
| 683 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | ||
| 684 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | ||
| 685 | CONFIG_ATA_OVER_ETH=m | ||
| 686 | |||
| 687 | # | ||
| 688 | # Misc devices | ||
| 689 | # | ||
| 690 | CONFIG_SGI_IOC4=m | ||
| 691 | # CONFIG_TIFM_CORE is not set | ||
| 692 | |||
| 693 | # | ||
| 694 | # ATA/ATAPI/MFM/RLL support | ||
| 695 | # | ||
| 696 | CONFIG_IDE=y | ||
| 697 | CONFIG_IDE_MAX_HWIFS=4 | ||
| 698 | CONFIG_BLK_DEV_IDE=y | ||
| 699 | |||
| 700 | # | ||
| 701 | # Please see Documentation/ide.txt for help/info on IDE drives | ||
| 702 | # | ||
| 703 | # CONFIG_BLK_DEV_IDE_SATA is not set | ||
| 704 | CONFIG_BLK_DEV_IDEDISK=y | ||
| 705 | # CONFIG_IDEDISK_MULTI_MODE is not set | ||
| 706 | CONFIG_BLK_DEV_IDECD=y | ||
| 707 | # CONFIG_BLK_DEV_IDETAPE is not set | ||
| 708 | # CONFIG_BLK_DEV_IDEFLOPPY is not set | ||
| 709 | # CONFIG_BLK_DEV_IDESCSI is not set | ||
| 710 | # CONFIG_IDE_TASK_IOCTL is not set | ||
| 711 | |||
| 712 | # | ||
| 713 | # IDE chipset support/bugfixes | ||
| 714 | # | ||
| 715 | CONFIG_IDE_GENERIC=y | ||
| 716 | # CONFIG_BLK_DEV_IDEPCI is not set | ||
| 717 | # CONFIG_IDE_ARM is not set | ||
| 718 | # CONFIG_BLK_DEV_IDEDMA is not set | ||
| 719 | # CONFIG_IDEDMA_AUTO is not set | ||
| 720 | # CONFIG_BLK_DEV_HD is not set | ||
| 721 | |||
| 722 | # | ||
| 723 | # SCSI device support | ||
| 724 | # | ||
| 725 | CONFIG_RAID_ATTRS=m | ||
| 726 | CONFIG_SCSI=y | ||
| 727 | CONFIG_SCSI_TGT=m | ||
| 728 | CONFIG_SCSI_NETLINK=y | ||
| 729 | CONFIG_SCSI_PROC_FS=y | ||
| 730 | |||
| 731 | # | ||
| 732 | # SCSI support type (disk, tape, CD-ROM) | ||
| 733 | # | ||
| 734 | CONFIG_BLK_DEV_SD=y | ||
| 735 | CONFIG_CHR_DEV_ST=m | ||
| 736 | CONFIG_CHR_DEV_OSST=m | ||
| 737 | CONFIG_BLK_DEV_SR=m | ||
| 738 | CONFIG_BLK_DEV_SR_VENDOR=y | ||
| 739 | CONFIG_CHR_DEV_SG=m | ||
| 740 | CONFIG_CHR_DEV_SCH=m | ||
| 741 | |||
| 742 | # | ||
| 743 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
| 744 | # | ||
| 745 | CONFIG_SCSI_MULTI_LUN=y | ||
| 746 | CONFIG_SCSI_CONSTANTS=y | ||
| 747 | CONFIG_SCSI_LOGGING=y | ||
| 748 | CONFIG_SCSI_SCAN_ASYNC=y | ||
| 749 | |||
| 750 | # | ||
| 751 | # SCSI Transports | ||
| 752 | # | ||
| 753 | CONFIG_SCSI_SPI_ATTRS=y | ||
| 754 | CONFIG_SCSI_FC_ATTRS=y | ||
| 755 | CONFIG_SCSI_ISCSI_ATTRS=m | ||
| 756 | CONFIG_SCSI_SAS_ATTRS=m | ||
| 757 | CONFIG_SCSI_SAS_LIBSAS=m | ||
| 758 | CONFIG_SCSI_SAS_LIBSAS_DEBUG=y | ||
| 759 | |||
| 760 | # | ||
| 761 | # SCSI low-level drivers | ||
| 762 | # | ||
| 763 | CONFIG_ISCSI_TCP=m | ||
| 764 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | ||
| 765 | # CONFIG_SCSI_3W_9XXX is not set | ||
| 766 | # CONFIG_SCSI_ACARD is not set | ||
| 767 | # CONFIG_SCSI_AACRAID is not set | ||
| 768 | # CONFIG_SCSI_AIC7XXX is not set | ||
| 769 | # CONFIG_SCSI_AIC7XXX_OLD is not set | ||
| 770 | # CONFIG_SCSI_AIC79XX is not set | ||
| 771 | CONFIG_SCSI_AIC94XX=m | ||
| 772 | # CONFIG_AIC94XX_DEBUG is not set | ||
| 773 | # CONFIG_SCSI_DPT_I2O is not set | ||
| 774 | # CONFIG_SCSI_ARCMSR is not set | ||
| 775 | # CONFIG_MEGARAID_NEWGEN is not set | ||
| 776 | # CONFIG_MEGARAID_LEGACY is not set | ||
| 777 | # CONFIG_MEGARAID_SAS is not set | ||
| 778 | # CONFIG_SCSI_HPTIOP is not set | ||
| 779 | # CONFIG_SCSI_DMX3191D is not set | ||
| 780 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | ||
| 781 | # CONFIG_SCSI_IPS is not set | ||
| 782 | # CONFIG_SCSI_INITIO is not set | ||
| 783 | # CONFIG_SCSI_INIA100 is not set | ||
| 784 | # CONFIG_SCSI_STEX is not set | ||
| 785 | CONFIG_SCSI_SYM53C8XX_2=y | ||
| 786 | CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=0 | ||
| 787 | CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16 | ||
| 788 | CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64 | ||
| 789 | CONFIG_SCSI_SYM53C8XX_MMIO=y | ||
| 790 | # CONFIG_SCSI_QLOGIC_1280 is not set | ||
| 791 | # CONFIG_SCSI_QLA_FC is not set | ||
| 792 | # CONFIG_SCSI_QLA_ISCSI is not set | ||
| 793 | # CONFIG_SCSI_LPFC is not set | ||
| 794 | # CONFIG_SCSI_DC395x is not set | ||
| 795 | # CONFIG_SCSI_DC390T is not set | ||
| 796 | # CONFIG_SCSI_NSP32 is not set | ||
| 797 | # CONFIG_SCSI_DEBUG is not set | ||
| 798 | # CONFIG_SCSI_SRP is not set | ||
| 799 | |||
| 800 | # | ||
| 801 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
| 802 | # | ||
| 803 | # CONFIG_ATA is not set | ||
| 804 | |||
| 805 | # | ||
| 806 | # Multi-device support (RAID and LVM) | ||
| 807 | # | ||
| 808 | CONFIG_MD=y | ||
| 809 | CONFIG_BLK_DEV_MD=m | ||
| 810 | CONFIG_MD_LINEAR=m | ||
| 811 | CONFIG_MD_RAID0=m | ||
| 812 | CONFIG_MD_RAID1=m | ||
| 813 | CONFIG_MD_RAID10=m | ||
| 814 | CONFIG_MD_RAID456=m | ||
| 815 | CONFIG_MD_RAID5_RESHAPE=y | ||
| 816 | CONFIG_MD_MULTIPATH=m | ||
| 817 | CONFIG_MD_FAULTY=m | ||
| 818 | CONFIG_BLK_DEV_DM=m | ||
| 819 | # CONFIG_DM_DEBUG is not set | ||
| 820 | CONFIG_DM_CRYPT=m | ||
| 821 | CONFIG_DM_SNAPSHOT=m | ||
| 822 | CONFIG_DM_MIRROR=m | ||
| 823 | CONFIG_DM_ZERO=m | ||
| 824 | CONFIG_DM_MULTIPATH=m | ||
| 825 | CONFIG_DM_MULTIPATH_EMC=m | ||
| 826 | |||
| 827 | # | ||
| 828 | # Fusion MPT device support | ||
| 829 | # | ||
| 830 | # CONFIG_FUSION is not set | ||
| 831 | # CONFIG_FUSION_SPI is not set | ||
| 832 | # CONFIG_FUSION_FC is not set | ||
| 833 | # CONFIG_FUSION_SAS is not set | ||
| 834 | |||
| 835 | # | ||
| 836 | # IEEE 1394 (FireWire) support | ||
| 837 | # | ||
| 838 | # CONFIG_IEEE1394 is not set | ||
| 839 | |||
| 840 | # | ||
| 841 | # I2O device support | ||
| 842 | # | ||
| 843 | # CONFIG_I2O is not set | ||
| 844 | |||
| 845 | # | ||
| 846 | # Network device support | ||
| 847 | # | ||
| 848 | CONFIG_NETDEVICES=y | ||
| 849 | CONFIG_DUMMY=m | ||
| 850 | CONFIG_BONDING=m | ||
| 851 | CONFIG_EQUALIZER=m | ||
| 852 | CONFIG_TUN=m | ||
| 853 | |||
| 854 | # | ||
| 855 | # ARCnet devices | ||
| 856 | # | ||
| 857 | # CONFIG_ARCNET is not set | ||
| 858 | |||
| 859 | # | ||
| 860 | # PHY device support | ||
| 861 | # | ||
| 862 | CONFIG_PHYLIB=m | ||
| 863 | |||
| 864 | # | ||
| 865 | # MII PHY device drivers | ||
| 866 | # | ||
| 867 | CONFIG_MARVELL_PHY=m | ||
| 868 | CONFIG_DAVICOM_PHY=m | ||
| 869 | CONFIG_QSEMI_PHY=m | ||
| 870 | CONFIG_LXT_PHY=m | ||
| 871 | CONFIG_CICADA_PHY=m | ||
| 872 | CONFIG_VITESSE_PHY=m | ||
| 873 | CONFIG_SMSC_PHY=m | ||
| 874 | # CONFIG_BROADCOM_PHY is not set | ||
| 875 | # CONFIG_FIXED_PHY is not set | ||
| 876 | |||
| 877 | # | ||
| 878 | # Ethernet (10 or 100Mbit) | ||
| 879 | # | ||
| 880 | CONFIG_NET_ETHERNET=y | ||
| 881 | CONFIG_MII=y | ||
| 882 | # CONFIG_HAPPYMEAL is not set | ||
| 883 | # CONFIG_SUNGEM is not set | ||
| 884 | # CONFIG_CASSINI is not set | ||
| 885 | # CONFIG_NET_VENDOR_3COM is not set | ||
| 886 | # CONFIG_DM9000 is not set | ||
| 887 | |||
| 888 | # | ||
| 889 | # Tulip family network device support | ||
| 890 | # | ||
| 891 | # CONFIG_NET_TULIP is not set | ||
| 892 | # CONFIG_HP100 is not set | ||
| 893 | CONFIG_NET_PCI=y | ||
| 894 | CONFIG_PCNET32=y | ||
| 895 | # CONFIG_PCNET32_NAPI is not set | ||
| 896 | # CONFIG_AMD8111_ETH is not set | ||
| 897 | # CONFIG_ADAPTEC_STARFIRE is not set | ||
| 898 | # CONFIG_B44 is not set | ||
| 899 | # CONFIG_FORCEDETH is not set | ||
| 900 | # CONFIG_DGRS is not set | ||
| 901 | # CONFIG_EEPRO100 is not set | ||
| 902 | # CONFIG_E100 is not set | ||
| 903 | # CONFIG_FEALNX is not set | ||
| 904 | # CONFIG_NATSEMI is not set | ||
| 905 | # CONFIG_NE2K_PCI is not set | ||
| 906 | # CONFIG_8139CP is not set | ||
| 907 | # CONFIG_8139TOO is not set | ||
| 908 | # CONFIG_SIS900 is not set | ||
| 909 | # CONFIG_EPIC100 is not set | ||
| 910 | # CONFIG_SUNDANCE is not set | ||
| 911 | # CONFIG_TLAN is not set | ||
| 912 | # CONFIG_VIA_RHINE is not set | ||
| 913 | CONFIG_LAN_SAA9730=y | ||
| 914 | # CONFIG_SC92031 is not set | ||
| 915 | |||
| 916 | # | ||
| 917 | # Ethernet (1000 Mbit) | ||
| 918 | # | ||
| 919 | # CONFIG_ACENIC is not set | ||
| 920 | # CONFIG_DL2K is not set | ||
| 921 | # CONFIG_E1000 is not set | ||
| 922 | # CONFIG_NS83820 is not set | ||
| 923 | # CONFIG_HAMACHI is not set | ||
| 924 | # CONFIG_YELLOWFIN is not set | ||
| 925 | # CONFIG_R8169 is not set | ||
| 926 | # CONFIG_SIS190 is not set | ||
| 927 | # CONFIG_SKGE is not set | ||
| 928 | # CONFIG_SKY2 is not set | ||
| 929 | # CONFIG_SK98LIN is not set | ||
| 930 | # CONFIG_VIA_VELOCITY is not set | ||
| 931 | # CONFIG_TIGON3 is not set | ||
| 932 | # CONFIG_BNX2 is not set | ||
| 933 | CONFIG_QLA3XXX=m | ||
| 934 | # CONFIG_ATL1 is not set | ||
| 935 | |||
| 936 | # | ||
| 937 | # Ethernet (10000 Mbit) | ||
| 938 | # | ||
| 939 | # CONFIG_CHELSIO_T1 is not set | ||
| 940 | CONFIG_CHELSIO_T3=m | ||
| 941 | # CONFIG_IXGB is not set | ||
| 942 | # CONFIG_S2IO is not set | ||
| 943 | # CONFIG_MYRI10GE is not set | ||
| 944 | CONFIG_NETXEN_NIC=m | ||
| 945 | |||
| 946 | # | ||
| 947 | # Token Ring devices | ||
| 948 | # | ||
| 949 | # CONFIG_TR is not set | ||
| 950 | |||
| 951 | # | ||
| 952 | # Wireless LAN (non-hamradio) | ||
| 953 | # | ||
| 954 | # CONFIG_NET_RADIO is not set | ||
| 955 | |||
| 956 | # | ||
| 957 | # Wan interfaces | ||
| 958 | # | ||
| 959 | # CONFIG_WAN is not set | ||
| 960 | # CONFIG_FDDI is not set | ||
| 961 | # CONFIG_HIPPI is not set | ||
| 962 | # CONFIG_PPP is not set | ||
| 963 | # CONFIG_SLIP is not set | ||
| 964 | # CONFIG_NET_FC is not set | ||
| 965 | # CONFIG_SHAPER is not set | ||
| 966 | # CONFIG_NETCONSOLE is not set | ||
| 967 | # CONFIG_NETPOLL is not set | ||
| 968 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
| 969 | |||
| 970 | # | ||
| 971 | # ISDN subsystem | ||
| 972 | # | ||
| 973 | # CONFIG_ISDN is not set | ||
| 974 | |||
| 975 | # | ||
| 976 | # Telephony Support | ||
| 977 | # | ||
| 978 | # CONFIG_PHONE is not set | ||
| 979 | |||
| 980 | # | ||
| 981 | # Input device support | ||
| 982 | # | ||
| 983 | CONFIG_INPUT=y | ||
| 984 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
| 985 | |||
| 986 | # | ||
| 987 | # Userland interfaces | ||
| 988 | # | ||
| 989 | CONFIG_INPUT_MOUSEDEV=m | ||
| 990 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
| 991 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
| 992 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
| 993 | # CONFIG_INPUT_JOYDEV is not set | ||
| 994 | # CONFIG_INPUT_TSDEV is not set | ||
| 995 | # CONFIG_INPUT_EVDEV is not set | ||
| 996 | # CONFIG_INPUT_EVBUG is not set | ||
| 997 | |||
| 998 | # | ||
| 999 | # Input Device Drivers | ||
| 1000 | # | ||
| 1001 | # CONFIG_INPUT_KEYBOARD is not set | ||
| 1002 | CONFIG_INPUT_MOUSE=y | ||
| 1003 | # CONFIG_MOUSE_PS2 is not set | ||
| 1004 | CONFIG_MOUSE_SERIAL=m | ||
| 1005 | # CONFIG_MOUSE_VSXXXAA is not set | ||
| 1006 | # CONFIG_INPUT_JOYSTICK is not set | ||
| 1007 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
| 1008 | # CONFIG_INPUT_MISC is not set | ||
| 1009 | |||
| 1010 | # | ||
| 1011 | # Hardware I/O ports | ||
| 1012 | # | ||
| 1013 | CONFIG_SERIO=y | ||
| 1014 | # CONFIG_SERIO_I8042 is not set | ||
| 1015 | CONFIG_SERIO_SERPORT=y | ||
| 1016 | # CONFIG_SERIO_PCIPS2 is not set | ||
| 1017 | CONFIG_SERIO_LIBPS2=y | ||
| 1018 | CONFIG_SERIO_RAW=y | ||
| 1019 | # CONFIG_GAMEPORT is not set | ||
| 1020 | |||
| 1021 | # | ||
| 1022 | # Character devices | ||
| 1023 | # | ||
| 1024 | CONFIG_VT=y | ||
| 1025 | CONFIG_VT_CONSOLE=y | ||
| 1026 | CONFIG_HW_CONSOLE=y | ||
| 1027 | CONFIG_VT_HW_CONSOLE_BINDING=y | ||
| 1028 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
| 1029 | |||
| 1030 | # | ||
| 1031 | # Serial drivers | ||
| 1032 | # | ||
| 1033 | CONFIG_SERIAL_8250=y | ||
| 1034 | CONFIG_SERIAL_8250_CONSOLE=y | ||
| 1035 | CONFIG_SERIAL_8250_PCI=m | ||
| 1036 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
| 1037 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
| 1038 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
| 1039 | |||
| 1040 | # | ||
| 1041 | # Non-8250 serial port support | ||
| 1042 | # | ||
| 1043 | CONFIG_SERIAL_CORE=y | ||
| 1044 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
| 1045 | # CONFIG_SERIAL_JSM is not set | ||
| 1046 | CONFIG_UNIX98_PTYS=y | ||
| 1047 | CONFIG_LEGACY_PTYS=y | ||
| 1048 | CONFIG_LEGACY_PTY_COUNT=256 | ||
| 1049 | |||
| 1050 | # | ||
| 1051 | # IPMI | ||
| 1052 | # | ||
| 1053 | # CONFIG_IPMI_HANDLER is not set | ||
| 1054 | |||
| 1055 | # | ||
| 1056 | # Watchdog Cards | ||
| 1057 | # | ||
| 1058 | # CONFIG_WATCHDOG is not set | ||
| 1059 | # CONFIG_HW_RANDOM is not set | ||
| 1060 | # CONFIG_RTC is not set | ||
| 1061 | # CONFIG_GEN_RTC is not set | ||
| 1062 | # CONFIG_DTLK is not set | ||
| 1063 | # CONFIG_R3964 is not set | ||
| 1064 | # CONFIG_APPLICOM is not set | ||
| 1065 | # CONFIG_DRM is not set | ||
| 1066 | # CONFIG_RAW_DRIVER is not set | ||
| 1067 | |||
| 1068 | # | ||
| 1069 | # TPM devices | ||
| 1070 | # | ||
| 1071 | # CONFIG_TCG_TPM is not set | ||
| 1072 | |||
| 1073 | # | ||
| 1074 | # I2C support | ||
| 1075 | # | ||
| 1076 | # CONFIG_I2C is not set | ||
| 1077 | |||
| 1078 | # | ||
| 1079 | # SPI support | ||
| 1080 | # | ||
| 1081 | # CONFIG_SPI is not set | ||
| 1082 | # CONFIG_SPI_MASTER is not set | ||
| 1083 | |||
| 1084 | # | ||
| 1085 | # Dallas's 1-wire bus | ||
| 1086 | # | ||
| 1087 | # CONFIG_W1 is not set | ||
| 1088 | |||
| 1089 | # | ||
| 1090 | # Hardware Monitoring support | ||
| 1091 | # | ||
| 1092 | # CONFIG_HWMON is not set | ||
| 1093 | # CONFIG_HWMON_VID is not set | ||
| 1094 | |||
| 1095 | # | ||
| 1096 | # Multimedia devices | ||
| 1097 | # | ||
| 1098 | # CONFIG_VIDEO_DEV is not set | ||
| 1099 | |||
| 1100 | # | ||
| 1101 | # Digital Video Broadcasting Devices | ||
| 1102 | # | ||
| 1103 | # CONFIG_DVB is not set | ||
| 1104 | |||
| 1105 | # | ||
| 1106 | # Graphics support | ||
| 1107 | # | ||
| 1108 | # CONFIG_FIRMWARE_EDID is not set | ||
| 1109 | # CONFIG_FB is not set | ||
| 1110 | |||
| 1111 | # | ||
| 1112 | # Console display driver support | ||
| 1113 | # | ||
| 1114 | # CONFIG_VGA_CONSOLE is not set | ||
| 1115 | CONFIG_DUMMY_CONSOLE=y | ||
| 1116 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
| 1117 | |||
| 1118 | # | ||
| 1119 | # Sound | ||
| 1120 | # | ||
| 1121 | # CONFIG_SOUND is not set | ||
| 1122 | |||
| 1123 | # | ||
| 1124 | # HID Devices | ||
| 1125 | # | ||
| 1126 | CONFIG_HID=y | ||
| 1127 | # CONFIG_HID_DEBUG is not set | ||
| 1128 | |||
| 1129 | # | ||
| 1130 | # USB support | ||
| 1131 | # | ||
| 1132 | CONFIG_USB_ARCH_HAS_HCD=y | ||
| 1133 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
| 1134 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
| 1135 | # CONFIG_USB is not set | ||
| 1136 | |||
| 1137 | # | ||
| 1138 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
| 1139 | # | ||
| 1140 | |||
| 1141 | # | ||
| 1142 | # USB Gadget Support | ||
| 1143 | # | ||
| 1144 | # CONFIG_USB_GADGET is not set | ||
| 1145 | |||
| 1146 | # | ||
| 1147 | # MMC/SD Card support | ||
| 1148 | # | ||
| 1149 | # CONFIG_MMC is not set | ||
| 1150 | |||
| 1151 | # | ||
| 1152 | # LED devices | ||
| 1153 | # | ||
| 1154 | # CONFIG_NEW_LEDS is not set | ||
| 1155 | |||
| 1156 | # | ||
| 1157 | # LED drivers | ||
| 1158 | # | ||
| 1159 | |||
| 1160 | # | ||
| 1161 | # LED Triggers | ||
| 1162 | # | ||
| 1163 | |||
| 1164 | # | ||
| 1165 | # InfiniBand support | ||
| 1166 | # | ||
| 1167 | # CONFIG_INFINIBAND is not set | ||
| 1168 | |||
| 1169 | # | ||
| 1170 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | ||
| 1171 | # | ||
| 1172 | |||
| 1173 | # | ||
| 1174 | # Real Time Clock | ||
| 1175 | # | ||
| 1176 | # CONFIG_RTC_CLASS is not set | ||
| 1177 | |||
| 1178 | # | ||
| 1179 | # DMA Engine support | ||
| 1180 | # | ||
| 1181 | # CONFIG_DMA_ENGINE is not set | ||
| 1182 | |||
| 1183 | # | ||
| 1184 | # DMA Clients | ||
| 1185 | # | ||
| 1186 | |||
| 1187 | # | ||
| 1188 | # DMA Devices | ||
| 1189 | # | ||
| 1190 | |||
| 1191 | # | ||
| 1192 | # Auxiliary Display support | ||
| 1193 | # | ||
| 1194 | |||
| 1195 | # | ||
| 1196 | # Virtualization | ||
| 1197 | # | ||
| 1198 | |||
| 1199 | # | ||
| 1200 | # File systems | ||
| 1201 | # | ||
| 1202 | CONFIG_EXT2_FS=y | ||
| 1203 | # CONFIG_EXT2_FS_XATTR is not set | ||
| 1204 | # CONFIG_EXT2_FS_XIP is not set | ||
| 1205 | CONFIG_EXT3_FS=y | ||
| 1206 | CONFIG_EXT3_FS_XATTR=y | ||
| 1207 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
| 1208 | # CONFIG_EXT3_FS_SECURITY is not set | ||
| 1209 | # CONFIG_EXT4DEV_FS is not set | ||
| 1210 | CONFIG_JBD=y | ||
| 1211 | # CONFIG_JBD_DEBUG is not set | ||
| 1212 | CONFIG_FS_MBCACHE=y | ||
| 1213 | CONFIG_REISERFS_FS=m | ||
| 1214 | # CONFIG_REISERFS_CHECK is not set | ||
| 1215 | CONFIG_REISERFS_PROC_INFO=y | ||
| 1216 | CONFIG_REISERFS_FS_XATTR=y | ||
| 1217 | CONFIG_REISERFS_FS_POSIX_ACL=y | ||
| 1218 | CONFIG_REISERFS_FS_SECURITY=y | ||
| 1219 | CONFIG_JFS_FS=m | ||
| 1220 | CONFIG_JFS_POSIX_ACL=y | ||
| 1221 | CONFIG_JFS_SECURITY=y | ||
| 1222 | # CONFIG_JFS_DEBUG is not set | ||
| 1223 | # CONFIG_JFS_STATISTICS is not set | ||
| 1224 | CONFIG_FS_POSIX_ACL=y | ||
| 1225 | CONFIG_XFS_FS=m | ||
| 1226 | CONFIG_XFS_QUOTA=y | ||
| 1227 | CONFIG_XFS_SECURITY=y | ||
| 1228 | CONFIG_XFS_POSIX_ACL=y | ||
| 1229 | # CONFIG_XFS_RT is not set | ||
| 1230 | # CONFIG_GFS2_FS is not set | ||
| 1231 | # CONFIG_OCFS2_FS is not set | ||
| 1232 | CONFIG_MINIX_FS=m | ||
| 1233 | CONFIG_ROMFS_FS=m | ||
| 1234 | CONFIG_INOTIFY=y | ||
| 1235 | CONFIG_INOTIFY_USER=y | ||
| 1236 | CONFIG_QUOTA=y | ||
| 1237 | # CONFIG_QFMT_V1 is not set | ||
| 1238 | CONFIG_QFMT_V2=y | ||
| 1239 | CONFIG_QUOTACTL=y | ||
| 1240 | CONFIG_DNOTIFY=y | ||
| 1241 | CONFIG_AUTOFS_FS=y | ||
| 1242 | # CONFIG_AUTOFS4_FS is not set | ||
| 1243 | CONFIG_FUSE_FS=m | ||
| 1244 | CONFIG_GENERIC_ACL=y | ||
| 1245 | |||
| 1246 | # | ||
| 1247 | # CD-ROM/DVD Filesystems | ||
| 1248 | # | ||
| 1249 | CONFIG_ISO9660_FS=m | ||
| 1250 | CONFIG_JOLIET=y | ||
| 1251 | CONFIG_ZISOFS=y | ||
| 1252 | CONFIG_UDF_FS=m | ||
| 1253 | CONFIG_UDF_NLS=y | ||
| 1254 | |||
| 1255 | # | ||
| 1256 | # DOS/FAT/NT Filesystems | ||
| 1257 | # | ||
| 1258 | CONFIG_FAT_FS=m | ||
| 1259 | CONFIG_MSDOS_FS=m | ||
| 1260 | CONFIG_VFAT_FS=m | ||
| 1261 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
| 1262 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
| 1263 | # CONFIG_NTFS_FS is not set | ||
| 1264 | |||
| 1265 | # | ||
| 1266 | # Pseudo filesystems | ||
| 1267 | # | ||
| 1268 | CONFIG_PROC_FS=y | ||
| 1269 | CONFIG_PROC_KCORE=y | ||
| 1270 | CONFIG_PROC_SYSCTL=y | ||
| 1271 | CONFIG_SYSFS=y | ||
| 1272 | CONFIG_TMPFS=y | ||
| 1273 | CONFIG_TMPFS_POSIX_ACL=y | ||
| 1274 | # CONFIG_HUGETLB_PAGE is not set | ||
| 1275 | CONFIG_RAMFS=y | ||
| 1276 | CONFIG_CONFIGFS_FS=m | ||
| 1277 | |||
| 1278 | # | ||
| 1279 | # Miscellaneous filesystems | ||
| 1280 | # | ||
| 1281 | # CONFIG_ADFS_FS is not set | ||
| 1282 | CONFIG_AFFS_FS=m | ||
| 1283 | CONFIG_HFS_FS=m | ||
| 1284 | CONFIG_HFSPLUS_FS=m | ||
| 1285 | CONFIG_BEFS_FS=m | ||
| 1286 | # CONFIG_BEFS_DEBUG is not set | ||
| 1287 | CONFIG_BFS_FS=m | ||
| 1288 | CONFIG_EFS_FS=m | ||
| 1289 | CONFIG_CRAMFS=m | ||
| 1290 | CONFIG_VXFS_FS=m | ||
| 1291 | # CONFIG_HPFS_FS is not set | ||
| 1292 | # CONFIG_QNX4FS_FS is not set | ||
| 1293 | CONFIG_SYSV_FS=m | ||
| 1294 | CONFIG_UFS_FS=m | ||
| 1295 | # CONFIG_UFS_FS_WRITE is not set | ||
| 1296 | # CONFIG_UFS_DEBUG is not set | ||
| 1297 | |||
| 1298 | # | ||
| 1299 | # Network File Systems | ||
| 1300 | # | ||
| 1301 | CONFIG_NFS_FS=y | ||
| 1302 | CONFIG_NFS_V3=y | ||
| 1303 | # CONFIG_NFS_V3_ACL is not set | ||
| 1304 | # CONFIG_NFS_V4 is not set | ||
| 1305 | # CONFIG_NFS_DIRECTIO is not set | ||
| 1306 | CONFIG_NFSD=y | ||
| 1307 | CONFIG_NFSD_V3=y | ||
| 1308 | # CONFIG_NFSD_V3_ACL is not set | ||
| 1309 | # CONFIG_NFSD_V4 is not set | ||
| 1310 | # CONFIG_NFSD_TCP is not set | ||
| 1311 | CONFIG_ROOT_NFS=y | ||
| 1312 | CONFIG_LOCKD=y | ||
| 1313 | CONFIG_LOCKD_V4=y | ||
| 1314 | CONFIG_EXPORTFS=y | ||
| 1315 | CONFIG_NFS_COMMON=y | ||
| 1316 | CONFIG_SUNRPC=y | ||
| 1317 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
| 1318 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
| 1319 | # CONFIG_SMB_FS is not set | ||
| 1320 | # CONFIG_CIFS is not set | ||
| 1321 | # CONFIG_NCP_FS is not set | ||
| 1322 | # CONFIG_CODA_FS is not set | ||
| 1323 | # CONFIG_AFS_FS is not set | ||
| 1324 | # CONFIG_9P_FS is not set | ||
| 1325 | |||
| 1326 | # | ||
| 1327 | # Partition Types | ||
| 1328 | # | ||
| 1329 | # CONFIG_PARTITION_ADVANCED is not set | ||
| 1330 | CONFIG_MSDOS_PARTITION=y | ||
| 1331 | |||
| 1332 | # | ||
| 1333 | # Native Language Support | ||
| 1334 | # | ||
| 1335 | CONFIG_NLS=m | ||
| 1336 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
| 1337 | CONFIG_NLS_CODEPAGE_437=m | ||
| 1338 | CONFIG_NLS_CODEPAGE_737=m | ||
| 1339 | CONFIG_NLS_CODEPAGE_775=m | ||
| 1340 | CONFIG_NLS_CODEPAGE_850=m | ||
| 1341 | CONFIG_NLS_CODEPAGE_852=m | ||
| 1342 | CONFIG_NLS_CODEPAGE_855=m | ||
| 1343 | CONFIG_NLS_CODEPAGE_857=m | ||
| 1344 | CONFIG_NLS_CODEPAGE_860=m | ||
| 1345 | CONFIG_NLS_CODEPAGE_861=m | ||
| 1346 | CONFIG_NLS_CODEPAGE_862=m | ||
| 1347 | CONFIG_NLS_CODEPAGE_863=m | ||
| 1348 | CONFIG_NLS_CODEPAGE_864=m | ||
| 1349 | CONFIG_NLS_CODEPAGE_865=m | ||
| 1350 | CONFIG_NLS_CODEPAGE_866=m | ||
| 1351 | CONFIG_NLS_CODEPAGE_869=m | ||
| 1352 | CONFIG_NLS_CODEPAGE_936=m | ||
| 1353 | CONFIG_NLS_CODEPAGE_950=m | ||
| 1354 | CONFIG_NLS_CODEPAGE_932=m | ||
| 1355 | CONFIG_NLS_CODEPAGE_949=m | ||
| 1356 | CONFIG_NLS_CODEPAGE_874=m | ||
| 1357 | CONFIG_NLS_ISO8859_8=m | ||
| 1358 | CONFIG_NLS_CODEPAGE_1250=m | ||
| 1359 | CONFIG_NLS_CODEPAGE_1251=m | ||
| 1360 | CONFIG_NLS_ASCII=m | ||
| 1361 | CONFIG_NLS_ISO8859_1=m | ||
| 1362 | CONFIG_NLS_ISO8859_2=m | ||
| 1363 | CONFIG_NLS_ISO8859_3=m | ||
| 1364 | CONFIG_NLS_ISO8859_4=m | ||
| 1365 | CONFIG_NLS_ISO8859_5=m | ||
| 1366 | CONFIG_NLS_ISO8859_6=m | ||
| 1367 | CONFIG_NLS_ISO8859_7=m | ||
| 1368 | CONFIG_NLS_ISO8859_9=m | ||
| 1369 | CONFIG_NLS_ISO8859_13=m | ||
| 1370 | CONFIG_NLS_ISO8859_14=m | ||
| 1371 | CONFIG_NLS_ISO8859_15=m | ||
| 1372 | CONFIG_NLS_KOI8_R=m | ||
| 1373 | CONFIG_NLS_KOI8_U=m | ||
| 1374 | CONFIG_NLS_UTF8=m | ||
| 1375 | |||
| 1376 | # | ||
| 1377 | # Distributed Lock Manager | ||
| 1378 | # | ||
| 1379 | CONFIG_DLM=m | ||
| 1380 | CONFIG_DLM_TCP=y | ||
| 1381 | # CONFIG_DLM_SCTP is not set | ||
| 1382 | # CONFIG_DLM_DEBUG is not set | ||
| 1383 | |||
| 1384 | # | ||
| 1385 | # Profiling support | ||
| 1386 | # | ||
| 1387 | # CONFIG_PROFILING is not set | ||
| 1388 | |||
| 1389 | # | ||
| 1390 | # Kernel hacking | ||
| 1391 | # | ||
| 1392 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
| 1393 | # CONFIG_PRINTK_TIME is not set | ||
| 1394 | CONFIG_ENABLE_MUST_CHECK=y | ||
| 1395 | # CONFIG_MAGIC_SYSRQ is not set | ||
| 1396 | # CONFIG_UNUSED_SYMBOLS is not set | ||
| 1397 | # CONFIG_DEBUG_FS is not set | ||
| 1398 | # CONFIG_HEADERS_CHECK is not set | ||
| 1399 | # CONFIG_DEBUG_KERNEL is not set | ||
| 1400 | CONFIG_LOG_BUF_SHIFT=14 | ||
| 1401 | CONFIG_CROSSCOMPILE=y | ||
| 1402 | CONFIG_CMDLINE="" | ||
| 1403 | |||
| 1404 | # | ||
| 1405 | # Security options | ||
| 1406 | # | ||
| 1407 | # CONFIG_KEYS is not set | ||
| 1408 | # CONFIG_SECURITY is not set | ||
| 1409 | |||
| 1410 | # | ||
| 1411 | # Cryptographic options | ||
| 1412 | # | ||
| 1413 | CONFIG_CRYPTO=y | ||
| 1414 | CONFIG_CRYPTO_ALGAPI=y | ||
| 1415 | CONFIG_CRYPTO_BLKCIPHER=m | ||
| 1416 | CONFIG_CRYPTO_HASH=y | ||
| 1417 | CONFIG_CRYPTO_MANAGER=y | ||
| 1418 | CONFIG_CRYPTO_HMAC=y | ||
| 1419 | CONFIG_CRYPTO_XCBC=m | ||
| 1420 | CONFIG_CRYPTO_NULL=m | ||
| 1421 | CONFIG_CRYPTO_MD4=m | ||
| 1422 | CONFIG_CRYPTO_MD5=y | ||
| 1423 | CONFIG_CRYPTO_SHA1=m | ||
| 1424 | CONFIG_CRYPTO_SHA256=m | ||
| 1425 | CONFIG_CRYPTO_SHA512=m | ||
| 1426 | CONFIG_CRYPTO_WP512=m | ||
| 1427 | CONFIG_CRYPTO_TGR192=m | ||
| 1428 | CONFIG_CRYPTO_GF128MUL=m | ||
| 1429 | CONFIG_CRYPTO_ECB=m | ||
| 1430 | CONFIG_CRYPTO_CBC=m | ||
| 1431 | CONFIG_CRYPTO_PCBC=m | ||
| 1432 | CONFIG_CRYPTO_LRW=m | ||
| 1433 | CONFIG_CRYPTO_DES=m | ||
| 1434 | CONFIG_CRYPTO_FCRYPT=m | ||
| 1435 | CONFIG_CRYPTO_BLOWFISH=m | ||
| 1436 | CONFIG_CRYPTO_TWOFISH=m | ||
| 1437 | CONFIG_CRYPTO_TWOFISH_COMMON=m | ||
| 1438 | CONFIG_CRYPTO_SERPENT=m | ||
| 1439 | CONFIG_CRYPTO_AES=m | ||
| 1440 | CONFIG_CRYPTO_CAST5=m | ||
| 1441 | CONFIG_CRYPTO_CAST6=m | ||
| 1442 | CONFIG_CRYPTO_TEA=m | ||
| 1443 | CONFIG_CRYPTO_ARC4=m | ||
| 1444 | CONFIG_CRYPTO_KHAZAD=m | ||
| 1445 | CONFIG_CRYPTO_ANUBIS=m | ||
| 1446 | CONFIG_CRYPTO_DEFLATE=m | ||
| 1447 | CONFIG_CRYPTO_MICHAEL_MIC=m | ||
| 1448 | CONFIG_CRYPTO_CRC32C=m | ||
| 1449 | CONFIG_CRYPTO_CAMELLIA=m | ||
| 1450 | # CONFIG_CRYPTO_TEST is not set | ||
| 1451 | |||
| 1452 | # | ||
| 1453 | # Hardware crypto devices | ||
| 1454 | # | ||
| 1455 | |||
| 1456 | # | ||
| 1457 | # Library routines | ||
| 1458 | # | ||
| 1459 | CONFIG_BITREVERSE=y | ||
| 1460 | # CONFIG_CRC_CCITT is not set | ||
| 1461 | CONFIG_CRC16=m | ||
| 1462 | CONFIG_CRC32=y | ||
| 1463 | CONFIG_LIBCRC32C=m | ||
| 1464 | CONFIG_ZLIB_INFLATE=m | ||
| 1465 | CONFIG_ZLIB_DEFLATE=m | ||
| 1466 | CONFIG_TEXTSEARCH=y | ||
| 1467 | CONFIG_TEXTSEARCH_KMP=m | ||
| 1468 | CONFIG_TEXTSEARCH_BM=m | ||
| 1469 | CONFIG_TEXTSEARCH_FSM=m | ||
| 1470 | CONFIG_PLIST=y | ||
| 1471 | CONFIG_HAS_IOMEM=y | ||
| 1472 | CONFIG_HAS_IOPORT=y | ||
diff --git a/arch/mips/configs/bcm47xx_defconfig b/arch/mips/configs/bcm47xx_defconfig index c0e42e74dfbd..10d83e4aca58 100644 --- a/arch/mips/configs/bcm47xx_defconfig +++ b/arch/mips/configs/bcm47xx_defconfig | |||
| @@ -16,7 +16,6 @@ CONFIG_BCM47XX=y | |||
| 16 | # CONFIG_MACH_JAZZ is not set | 16 | # CONFIG_MACH_JAZZ is not set |
| 17 | # CONFIG_LASAT is not set | 17 | # CONFIG_LASAT is not set |
| 18 | # CONFIG_LEMOTE_FULONG is not set | 18 | # CONFIG_LEMOTE_FULONG is not set |
| 19 | # CONFIG_MIPS_ATLAS is not set | ||
| 20 | # CONFIG_MIPS_MALTA is not set | 19 | # CONFIG_MIPS_MALTA is not set |
| 21 | # CONFIG_MIPS_SEAD is not set | 20 | # CONFIG_MIPS_SEAD is not set |
| 22 | # CONFIG_MIPS_SIM is not set | 21 | # CONFIG_MIPS_SIM is not set |
diff --git a/arch/mips/configs/bigsur_defconfig b/arch/mips/configs/bigsur_defconfig index 2b4ad5f3e959..a9926861f14c 100644 --- a/arch/mips/configs/bigsur_defconfig +++ b/arch/mips/configs/bigsur_defconfig | |||
| @@ -16,7 +16,6 @@ CONFIG_MIPS=y | |||
| 16 | # CONFIG_MACH_JAZZ is not set | 16 | # CONFIG_MACH_JAZZ is not set |
| 17 | # CONFIG_LASAT is not set | 17 | # CONFIG_LASAT is not set |
| 18 | # CONFIG_LEMOTE_FULONG is not set | 18 | # CONFIG_LEMOTE_FULONG is not set |
| 19 | # CONFIG_MIPS_ATLAS is not set | ||
| 20 | # CONFIG_MIPS_MALTA is not set | 19 | # CONFIG_MIPS_MALTA is not set |
| 21 | # CONFIG_MIPS_SEAD is not set | 20 | # CONFIG_MIPS_SEAD is not set |
| 22 | # CONFIG_MIPS_SIM is not set | 21 | # CONFIG_MIPS_SIM is not set |
diff --git a/arch/mips/configs/capcella_defconfig b/arch/mips/configs/capcella_defconfig index a94f14b5c8fa..ee8a7fc99f54 100644 --- a/arch/mips/configs/capcella_defconfig +++ b/arch/mips/configs/capcella_defconfig | |||
| @@ -14,7 +14,6 @@ CONFIG_MIPS=y | |||
| 14 | # CONFIG_MACH_DECSTATION is not set | 14 | # CONFIG_MACH_DECSTATION is not set |
| 15 | # CONFIG_MACH_JAZZ is not set | 15 | # CONFIG_MACH_JAZZ is not set |
| 16 | # CONFIG_LEMOTE_FULONG is not set | 16 | # CONFIG_LEMOTE_FULONG is not set |
| 17 | # CONFIG_MIPS_ATLAS is not set | ||
| 18 | # CONFIG_MIPS_MALTA is not set | 17 | # CONFIG_MIPS_MALTA is not set |
| 19 | # CONFIG_MIPS_SEAD is not set | 18 | # CONFIG_MIPS_SEAD is not set |
| 20 | # CONFIG_MIPS_SIM is not set | 19 | # CONFIG_MIPS_SIM is not set |
diff --git a/arch/mips/configs/cobalt_defconfig b/arch/mips/configs/cobalt_defconfig index b7295e988381..ce31a47f1a15 100644 --- a/arch/mips/configs/cobalt_defconfig +++ b/arch/mips/configs/cobalt_defconfig | |||
| @@ -14,7 +14,6 @@ CONFIG_MIPS_COBALT=y | |||
| 14 | # CONFIG_MACH_DECSTATION is not set | 14 | # CONFIG_MACH_DECSTATION is not set |
| 15 | # CONFIG_MACH_JAZZ is not set | 15 | # CONFIG_MACH_JAZZ is not set |
| 16 | # CONFIG_LEMOTE_FULONG is not set | 16 | # CONFIG_LEMOTE_FULONG is not set |
| 17 | # CONFIG_MIPS_ATLAS is not set | ||
| 18 | # CONFIG_MIPS_MALTA is not set | 17 | # CONFIG_MIPS_MALTA is not set |
| 19 | # CONFIG_MIPS_SEAD is not set | 18 | # CONFIG_MIPS_SEAD is not set |
| 20 | # CONFIG_MIPS_SIM is not set | 19 | # CONFIG_MIPS_SIM is not set |
diff --git a/arch/mips/configs/db1000_defconfig b/arch/mips/configs/db1000_defconfig index 36578968d386..f99b6f8c9788 100644 --- a/arch/mips/configs/db1000_defconfig +++ b/arch/mips/configs/db1000_defconfig | |||
| @@ -27,7 +27,6 @@ CONFIG_MIPS_DB1000=y | |||
| 27 | # CONFIG_MIPS_COBALT is not set | 27 | # CONFIG_MIPS_COBALT is not set |
| 28 | # CONFIG_MACH_DECSTATION is not set | 28 | # CONFIG_MACH_DECSTATION is not set |
| 29 | # CONFIG_MACH_JAZZ is not set | 29 | # CONFIG_MACH_JAZZ is not set |
| 30 | # CONFIG_MIPS_ATLAS is not set | ||
| 31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
| 32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
| 33 | # CONFIG_WR_PPMC is not set | 32 | # CONFIG_WR_PPMC is not set |
diff --git a/arch/mips/configs/db1100_defconfig b/arch/mips/configs/db1100_defconfig index 5a90740c363a..0d6ba9e65ff5 100644 --- a/arch/mips/configs/db1100_defconfig +++ b/arch/mips/configs/db1100_defconfig | |||
| @@ -27,7 +27,6 @@ CONFIG_MIPS_DB1100=y | |||
| 27 | # CONFIG_MIPS_COBALT is not set | 27 | # CONFIG_MIPS_COBALT is not set |
| 28 | # CONFIG_MACH_DECSTATION is not set | 28 | # CONFIG_MACH_DECSTATION is not set |
| 29 | # CONFIG_MACH_JAZZ is not set | 29 | # CONFIG_MACH_JAZZ is not set |
| 30 | # CONFIG_MIPS_ATLAS is not set | ||
| 31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
| 32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
| 33 | # CONFIG_WR_PPMC is not set | 32 | # CONFIG_WR_PPMC is not set |
diff --git a/arch/mips/configs/db1200_defconfig b/arch/mips/configs/db1200_defconfig index 76f37a1159fe..0c6f2a469f09 100644 --- a/arch/mips/configs/db1200_defconfig +++ b/arch/mips/configs/db1200_defconfig | |||
| @@ -27,7 +27,6 @@ CONFIG_MIPS_DB1200=y | |||
| 27 | # CONFIG_MIPS_COBALT is not set | 27 | # CONFIG_MIPS_COBALT is not set |
| 28 | # CONFIG_MACH_DECSTATION is not set | 28 | # CONFIG_MACH_DECSTATION is not set |
| 29 | # CONFIG_MACH_JAZZ is not set | 29 | # CONFIG_MACH_JAZZ is not set |
| 30 | # CONFIG_MIPS_ATLAS is not set | ||
| 31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
| 32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
| 33 | # CONFIG_WR_PPMC is not set | 32 | # CONFIG_WR_PPMC is not set |
diff --git a/arch/mips/configs/db1500_defconfig b/arch/mips/configs/db1500_defconfig index 508c91944f30..02db28f5dc03 100644 --- a/arch/mips/configs/db1500_defconfig +++ b/arch/mips/configs/db1500_defconfig | |||
| @@ -27,7 +27,6 @@ CONFIG_MIPS_DB1500=y | |||
| 27 | # CONFIG_MIPS_COBALT is not set | 27 | # CONFIG_MIPS_COBALT is not set |
| 28 | # CONFIG_MACH_DECSTATION is not set | 28 | # CONFIG_MACH_DECSTATION is not set |
| 29 | # CONFIG_MACH_JAZZ is not set | 29 | # CONFIG_MACH_JAZZ is not set |
| 30 | # CONFIG_MIPS_ATLAS is not set | ||
| 31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
| 32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
| 33 | # CONFIG_WR_PPMC is not set | 32 | # CONFIG_WR_PPMC is not set |
diff --git a/arch/mips/configs/db1550_defconfig b/arch/mips/configs/db1550_defconfig index 0c2c70d21db9..a0f19f2e7d59 100644 --- a/arch/mips/configs/db1550_defconfig +++ b/arch/mips/configs/db1550_defconfig | |||
| @@ -27,7 +27,6 @@ CONFIG_MIPS_DB1550=y | |||
| 27 | # CONFIG_MIPS_COBALT is not set | 27 | # CONFIG_MIPS_COBALT is not set |
| 28 | # CONFIG_MACH_DECSTATION is not set | 28 | # CONFIG_MACH_DECSTATION is not set |
| 29 | # CONFIG_MACH_JAZZ is not set | 29 | # CONFIG_MACH_JAZZ is not set |
| 30 | # CONFIG_MIPS_ATLAS is not set | ||
| 31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
| 32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
| 33 | # CONFIG_WR_PPMC is not set | 32 | # CONFIG_WR_PPMC is not set |
diff --git a/arch/mips/configs/decstation_defconfig b/arch/mips/configs/decstation_defconfig index 58c2cd68c3a7..c1ab8a21bb07 100644 --- a/arch/mips/configs/decstation_defconfig +++ b/arch/mips/configs/decstation_defconfig | |||
| @@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
| 26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
| 27 | CONFIG_MACH_DECSTATION=y | 27 | CONFIG_MACH_DECSTATION=y |
| 28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
| 29 | # CONFIG_MIPS_ATLAS is not set | ||
| 30 | # CONFIG_MIPS_MALTA is not set | 29 | # CONFIG_MIPS_MALTA is not set |
| 31 | # CONFIG_MIPS_SEAD is not set | 30 | # CONFIG_MIPS_SEAD is not set |
| 32 | # CONFIG_WR_PPMC is not set | 31 | # CONFIG_WR_PPMC is not set |
diff --git a/arch/mips/configs/e55_defconfig b/arch/mips/configs/e55_defconfig index 90d81f5dcebc..88c2420bc627 100644 --- a/arch/mips/configs/e55_defconfig +++ b/arch/mips/configs/e55_defconfig | |||
| @@ -14,7 +14,6 @@ CONFIG_MIPS=y | |||
| 14 | # CONFIG_MACH_DECSTATION is not set | 14 | # CONFIG_MACH_DECSTATION is not set |
| 15 | # CONFIG_MACH_JAZZ is not set | 15 | # CONFIG_MACH_JAZZ is not set |
| 16 | # CONFIG_LEMOTE_FULONG is not set | 16 | # CONFIG_LEMOTE_FULONG is not set |
| 17 | # CONFIG_MIPS_ATLAS is not set | ||
| 18 | # CONFIG_MIPS_MALTA is not set | 17 | # CONFIG_MIPS_MALTA is not set |
| 19 | # CONFIG_MIPS_SEAD is not set | 18 | # CONFIG_MIPS_SEAD is not set |
| 20 | # CONFIG_MIPS_SIM is not set | 19 | # CONFIG_MIPS_SIM is not set |
diff --git a/arch/mips/configs/emma2rh_defconfig b/arch/mips/configs/emma2rh_defconfig index f9a003c2b3a1..03f0baad1b67 100644 --- a/arch/mips/configs/emma2rh_defconfig +++ b/arch/mips/configs/emma2rh_defconfig | |||
| @@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
| 26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
| 27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
| 28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
| 29 | # CONFIG_MIPS_ATLAS is not set | ||
| 30 | # CONFIG_MIPS_MALTA is not set | 29 | # CONFIG_MIPS_MALTA is not set |
| 31 | # CONFIG_MIPS_SEAD is not set | 30 | # CONFIG_MIPS_SEAD is not set |
| 32 | # CONFIG_WR_PPMC is not set | 31 | # CONFIG_WR_PPMC is not set |
diff --git a/arch/mips/configs/excite_defconfig b/arch/mips/configs/excite_defconfig index 15efacc75d73..873597a4aaf1 100644 --- a/arch/mips/configs/excite_defconfig +++ b/arch/mips/configs/excite_defconfig | |||
| @@ -27,7 +27,6 @@ CONFIG_BASLER_EXCITE=y | |||
| 27 | # CONFIG_MIPS_COBALT is not set | 27 | # CONFIG_MIPS_COBALT is not set |
| 28 | # CONFIG_MACH_DECSTATION is not set | 28 | # CONFIG_MACH_DECSTATION is not set |
| 29 | # CONFIG_MACH_JAZZ is not set | 29 | # CONFIG_MACH_JAZZ is not set |
| 30 | # CONFIG_MIPS_ATLAS is not set | ||
| 31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
| 32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
| 33 | # CONFIG_WR_PPMC is not set | 32 | # CONFIG_WR_PPMC is not set |
diff --git a/arch/mips/configs/fulong_defconfig b/arch/mips/configs/fulong_defconfig index 5887a1735fba..13e1ef2240ea 100644 --- a/arch/mips/configs/fulong_defconfig +++ b/arch/mips/configs/fulong_defconfig | |||
| @@ -14,7 +14,6 @@ CONFIG_LEMOTE_FULONG=y | |||
| 14 | # CONFIG_MIPS_COBALT is not set | 14 | # CONFIG_MIPS_COBALT is not set |
| 15 | # CONFIG_MACH_DECSTATION is not set | 15 | # CONFIG_MACH_DECSTATION is not set |
| 16 | # CONFIG_MACH_JAZZ is not set | 16 | # CONFIG_MACH_JAZZ is not set |
| 17 | # CONFIG_MIPS_ATLAS is not set | ||
| 18 | # CONFIG_MIPS_MALTA is not set | 17 | # CONFIG_MIPS_MALTA is not set |
| 19 | # CONFIG_MIPS_SEAD is not set | 18 | # CONFIG_MIPS_SEAD is not set |
| 20 | # CONFIG_WR_PPMC is not set | 19 | # CONFIG_WR_PPMC is not set |
diff --git a/arch/mips/configs/ip22_defconfig b/arch/mips/configs/ip22_defconfig index 4f5e56c9335e..7daf203c1481 100644 --- a/arch/mips/configs/ip22_defconfig +++ b/arch/mips/configs/ip22_defconfig | |||
| @@ -15,7 +15,6 @@ CONFIG_ZONE_DMA=y | |||
| 15 | # CONFIG_MACH_DECSTATION is not set | 15 | # CONFIG_MACH_DECSTATION is not set |
| 16 | # CONFIG_MACH_JAZZ is not set | 16 | # CONFIG_MACH_JAZZ is not set |
| 17 | # CONFIG_LEMOTE_FULONG is not set | 17 | # CONFIG_LEMOTE_FULONG is not set |
| 18 | # CONFIG_MIPS_ATLAS is not set | ||
| 19 | # CONFIG_MIPS_MALTA is not set | 18 | # CONFIG_MIPS_MALTA is not set |
| 20 | # CONFIG_MIPS_SEAD is not set | 19 | # CONFIG_MIPS_SEAD is not set |
| 21 | # CONFIG_MIPS_SIM is not set | 20 | # CONFIG_MIPS_SIM is not set |
diff --git a/arch/mips/configs/ip27_defconfig b/arch/mips/configs/ip27_defconfig index f40e437bd9e5..83d769f941d6 100644 --- a/arch/mips/configs/ip27_defconfig +++ b/arch/mips/configs/ip27_defconfig | |||
| @@ -14,7 +14,6 @@ CONFIG_MIPS=y | |||
| 14 | # CONFIG_MACH_DECSTATION is not set | 14 | # CONFIG_MACH_DECSTATION is not set |
| 15 | # CONFIG_MACH_JAZZ is not set | 15 | # CONFIG_MACH_JAZZ is not set |
| 16 | # CONFIG_LEMOTE_FULONG is not set | 16 | # CONFIG_LEMOTE_FULONG is not set |
| 17 | # CONFIG_MIPS_ATLAS is not set | ||
| 18 | # CONFIG_MIPS_MALTA is not set | 17 | # CONFIG_MIPS_MALTA is not set |
| 19 | # CONFIG_MIPS_SEAD is not set | 18 | # CONFIG_MIPS_SEAD is not set |
| 20 | # CONFIG_MIPS_SIM is not set | 19 | # CONFIG_MIPS_SIM is not set |
diff --git a/arch/mips/configs/ip28_defconfig b/arch/mips/configs/ip28_defconfig index ec188be9a67a..3c5090a248b7 100644 --- a/arch/mips/configs/ip28_defconfig +++ b/arch/mips/configs/ip28_defconfig | |||
| @@ -16,7 +16,6 @@ CONFIG_MIPS=y | |||
| 16 | # CONFIG_MACH_JAZZ is not set | 16 | # CONFIG_MACH_JAZZ is not set |
| 17 | # CONFIG_LASAT is not set | 17 | # CONFIG_LASAT is not set |
| 18 | # CONFIG_LEMOTE_FULONG is not set | 18 | # CONFIG_LEMOTE_FULONG is not set |
| 19 | # CONFIG_MIPS_ATLAS is not set | ||
| 20 | # CONFIG_MIPS_MALTA is not set | 19 | # CONFIG_MIPS_MALTA is not set |
| 21 | # CONFIG_MIPS_SEAD is not set | 20 | # CONFIG_MIPS_SEAD is not set |
| 22 | # CONFIG_MIPS_SIM is not set | 21 | # CONFIG_MIPS_SIM is not set |
diff --git a/arch/mips/configs/ip32_defconfig b/arch/mips/configs/ip32_defconfig index 2c5c624c5d42..f8d1cf3e8749 100644 --- a/arch/mips/configs/ip32_defconfig +++ b/arch/mips/configs/ip32_defconfig | |||
| @@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
| 26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
| 27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
| 28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
| 29 | # CONFIG_MIPS_ATLAS is not set | ||
| 30 | # CONFIG_MIPS_MALTA is not set | 29 | # CONFIG_MIPS_MALTA is not set |
| 31 | # CONFIG_MIPS_SEAD is not set | 30 | # CONFIG_MIPS_SEAD is not set |
| 32 | # CONFIG_WR_PPMC is not set | 31 | # CONFIG_WR_PPMC is not set |
diff --git a/arch/mips/configs/jazz_defconfig b/arch/mips/configs/jazz_defconfig index 56148745e8f2..72ff710c878f 100644 --- a/arch/mips/configs/jazz_defconfig +++ b/arch/mips/configs/jazz_defconfig | |||
| @@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
| 26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
| 27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
| 28 | CONFIG_MACH_JAZZ=y | 28 | CONFIG_MACH_JAZZ=y |
| 29 | # CONFIG_MIPS_ATLAS is not set | ||
| 30 | # CONFIG_MIPS_MALTA is not set | 29 | # CONFIG_MIPS_MALTA is not set |
| 31 | # CONFIG_MIPS_SEAD is not set | 30 | # CONFIG_MIPS_SEAD is not set |
| 32 | # CONFIG_WR_PPMC is not set | 31 | # CONFIG_WR_PPMC is not set |
diff --git a/arch/mips/configs/jmr3927_defconfig b/arch/mips/configs/jmr3927_defconfig index a7cd67753aac..8dc8bef471b4 100644 --- a/arch/mips/configs/jmr3927_defconfig +++ b/arch/mips/configs/jmr3927_defconfig | |||
| @@ -14,7 +14,6 @@ CONFIG_MIPS=y | |||
| 14 | # CONFIG_MACH_DECSTATION is not set | 14 | # CONFIG_MACH_DECSTATION is not set |
| 15 | # CONFIG_MACH_JAZZ is not set | 15 | # CONFIG_MACH_JAZZ is not set |
| 16 | # CONFIG_LEMOTE_FULONG is not set | 16 | # CONFIG_LEMOTE_FULONG is not set |
| 17 | # CONFIG_MIPS_ATLAS is not set | ||
| 18 | # CONFIG_MIPS_MALTA is not set | 17 | # CONFIG_MIPS_MALTA is not set |
| 19 | # CONFIG_MIPS_SEAD is not set | 18 | # CONFIG_MIPS_SEAD is not set |
| 20 | # CONFIG_MIPS_SIM is not set | 19 | # CONFIG_MIPS_SIM is not set |
diff --git a/arch/mips/configs/lasat_defconfig b/arch/mips/configs/lasat_defconfig index e6aef999854c..a8fa2055c071 100644 --- a/arch/mips/configs/lasat_defconfig +++ b/arch/mips/configs/lasat_defconfig | |||
| @@ -15,7 +15,6 @@ CONFIG_MIPS=y | |||
| 15 | # CONFIG_MACH_JAZZ is not set | 15 | # CONFIG_MACH_JAZZ is not set |
| 16 | CONFIG_LASAT=y | 16 | CONFIG_LASAT=y |
| 17 | # CONFIG_LEMOTE_FULONG is not set | 17 | # CONFIG_LEMOTE_FULONG is not set |
| 18 | # CONFIG_MIPS_ATLAS is not set | ||
| 19 | # CONFIG_MIPS_MALTA is not set | 18 | # CONFIG_MIPS_MALTA is not set |
| 20 | # CONFIG_MIPS_SEAD is not set | 19 | # CONFIG_MIPS_SEAD is not set |
| 21 | # CONFIG_MIPS_SIM is not set | 20 | # CONFIG_MIPS_SIM is not set |
diff --git a/arch/mips/configs/malta_defconfig b/arch/mips/configs/malta_defconfig index 3d0da952811c..9a8ed74cc1a9 100644 --- a/arch/mips/configs/malta_defconfig +++ b/arch/mips/configs/malta_defconfig | |||
| @@ -15,7 +15,6 @@ CONFIG_ZONE_DMA=y | |||
| 15 | # CONFIG_MACH_DECSTATION is not set | 15 | # CONFIG_MACH_DECSTATION is not set |
| 16 | # CONFIG_MACH_JAZZ is not set | 16 | # CONFIG_MACH_JAZZ is not set |
| 17 | # CONFIG_LEMOTE_FULONG is not set | 17 | # CONFIG_LEMOTE_FULONG is not set |
| 18 | # CONFIG_MIPS_ATLAS is not set | ||
| 19 | CONFIG_MIPS_MALTA=y | 18 | CONFIG_MIPS_MALTA=y |
| 20 | # CONFIG_MIPS_SEAD is not set | 19 | # CONFIG_MIPS_SEAD is not set |
| 21 | # CONFIG_MIPS_SIM is not set | 20 | # CONFIG_MIPS_SIM is not set |
diff --git a/arch/mips/configs/mipssim_defconfig b/arch/mips/configs/mipssim_defconfig index 4f6bce99d5cf..1d205446ee70 100644 --- a/arch/mips/configs/mipssim_defconfig +++ b/arch/mips/configs/mipssim_defconfig | |||
| @@ -16,7 +16,6 @@ CONFIG_MIPS=y | |||
| 16 | # CONFIG_MACH_JAZZ is not set | 16 | # CONFIG_MACH_JAZZ is not set |
| 17 | # CONFIG_LASAT is not set | 17 | # CONFIG_LASAT is not set |
| 18 | # CONFIG_LEMOTE_FULONG is not set | 18 | # CONFIG_LEMOTE_FULONG is not set |
| 19 | # CONFIG_MIPS_ATLAS is not set | ||
| 20 | # CONFIG_MIPS_MALTA is not set | 19 | # CONFIG_MIPS_MALTA is not set |
| 21 | # CONFIG_MIPS_SEAD is not set | 20 | # CONFIG_MIPS_SEAD is not set |
| 22 | CONFIG_MIPS_SIM=y | 21 | CONFIG_MIPS_SIM=y |
diff --git a/arch/mips/configs/mpc30x_defconfig b/arch/mips/configs/mpc30x_defconfig index 27e23fc9363a..0c7f35acb702 100644 --- a/arch/mips/configs/mpc30x_defconfig +++ b/arch/mips/configs/mpc30x_defconfig | |||
| @@ -14,7 +14,6 @@ CONFIG_MIPS=y | |||
| 14 | # CONFIG_MACH_DECSTATION is not set | 14 | # CONFIG_MACH_DECSTATION is not set |
| 15 | # CONFIG_MACH_JAZZ is not set | 15 | # CONFIG_MACH_JAZZ is not set |
| 16 | # CONFIG_LEMOTE_FULONG is not set | 16 | # CONFIG_LEMOTE_FULONG is not set |
| 17 | # CONFIG_MIPS_ATLAS is not set | ||
| 18 | # CONFIG_MIPS_MALTA is not set | 17 | # CONFIG_MIPS_MALTA is not set |
| 19 | # CONFIG_MIPS_SEAD is not set | 18 | # CONFIG_MIPS_SEAD is not set |
| 20 | # CONFIG_MIPS_SIM is not set | 19 | # CONFIG_MIPS_SIM is not set |
diff --git a/arch/mips/configs/msp71xx_defconfig b/arch/mips/configs/msp71xx_defconfig index b12b73f6d74f..2dd2a4f38fbe 100644 --- a/arch/mips/configs/msp71xx_defconfig +++ b/arch/mips/configs/msp71xx_defconfig | |||
| @@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
| 26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
| 27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
| 28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
| 29 | # CONFIG_MIPS_ATLAS is not set | ||
| 30 | # CONFIG_MIPS_MALTA is not set | 29 | # CONFIG_MIPS_MALTA is not set |
| 31 | # CONFIG_MIPS_SEAD is not set | 30 | # CONFIG_MIPS_SEAD is not set |
| 32 | # CONFIG_WR_PPMC is not set | 31 | # CONFIG_WR_PPMC is not set |
diff --git a/arch/mips/configs/mtx1_defconfig b/arch/mips/configs/mtx1_defconfig index fa3aa3919448..17d66526fa48 100644 --- a/arch/mips/configs/mtx1_defconfig +++ b/arch/mips/configs/mtx1_defconfig | |||
| @@ -14,7 +14,6 @@ CONFIG_MACH_ALCHEMY=y | |||
| 14 | # CONFIG_MACH_DECSTATION is not set | 14 | # CONFIG_MACH_DECSTATION is not set |
| 15 | # CONFIG_MACH_JAZZ is not set | 15 | # CONFIG_MACH_JAZZ is not set |
| 16 | # CONFIG_LEMOTE_FULONG is not set | 16 | # CONFIG_LEMOTE_FULONG is not set |
| 17 | # CONFIG_MIPS_ATLAS is not set | ||
| 18 | # CONFIG_MIPS_MALTA is not set | 17 | # CONFIG_MIPS_MALTA is not set |
| 19 | # CONFIG_MIPS_SEAD is not set | 18 | # CONFIG_MIPS_SEAD is not set |
| 20 | # CONFIG_MIPS_SIM is not set | 19 | # CONFIG_MIPS_SIM is not set |
diff --git a/arch/mips/configs/pb1100_defconfig b/arch/mips/configs/pb1100_defconfig index 1d0157d3a5bb..eaf608ca65a6 100644 --- a/arch/mips/configs/pb1100_defconfig +++ b/arch/mips/configs/pb1100_defconfig | |||
| @@ -27,7 +27,6 @@ CONFIG_MIPS_PB1100=y | |||
| 27 | # CONFIG_MIPS_COBALT is not set | 27 | # CONFIG_MIPS_COBALT is not set |
| 28 | # CONFIG_MACH_DECSTATION is not set | 28 | # CONFIG_MACH_DECSTATION is not set |
| 29 | # CONFIG_MACH_JAZZ is not set | 29 | # CONFIG_MACH_JAZZ is not set |
| 30 | # CONFIG_MIPS_ATLAS is not set | ||
| 31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
| 32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
| 33 | # CONFIG_WR_PPMC is not set | 32 | # CONFIG_WR_PPMC is not set |
diff --git a/arch/mips/configs/pb1500_defconfig b/arch/mips/configs/pb1500_defconfig index d0491a05ee58..62c5a7098ab1 100644 --- a/arch/mips/configs/pb1500_defconfig +++ b/arch/mips/configs/pb1500_defconfig | |||
| @@ -27,7 +27,6 @@ CONFIG_MIPS_PB1500=y | |||
| 27 | # CONFIG_MIPS_COBALT is not set | 27 | # CONFIG_MIPS_COBALT is not set |
| 28 | # CONFIG_MACH_DECSTATION is not set | 28 | # CONFIG_MACH_DECSTATION is not set |
| 29 | # CONFIG_MACH_JAZZ is not set | 29 | # CONFIG_MACH_JAZZ is not set |
| 30 | # CONFIG_MIPS_ATLAS is not set | ||
| 31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
| 32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
| 33 | # CONFIG_WR_PPMC is not set | 32 | # CONFIG_WR_PPMC is not set |
diff --git a/arch/mips/configs/pb1550_defconfig b/arch/mips/configs/pb1550_defconfig index 16d78d3cd2aa..29c8548b68f7 100644 --- a/arch/mips/configs/pb1550_defconfig +++ b/arch/mips/configs/pb1550_defconfig | |||
| @@ -27,7 +27,6 @@ CONFIG_MIPS_PB1550=y | |||
| 27 | # CONFIG_MIPS_COBALT is not set | 27 | # CONFIG_MIPS_COBALT is not set |
| 28 | # CONFIG_MACH_DECSTATION is not set | 28 | # CONFIG_MACH_DECSTATION is not set |
| 29 | # CONFIG_MACH_JAZZ is not set | 29 | # CONFIG_MACH_JAZZ is not set |
| 30 | # CONFIG_MIPS_ATLAS is not set | ||
| 31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
| 32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
| 33 | # CONFIG_WR_PPMC is not set | 32 | # CONFIG_WR_PPMC is not set |
diff --git a/arch/mips/configs/pnx8550-jbs_defconfig b/arch/mips/configs/pnx8550-jbs_defconfig index 780c7fc24b82..c714f43e7dc8 100644 --- a/arch/mips/configs/pnx8550-jbs_defconfig +++ b/arch/mips/configs/pnx8550-jbs_defconfig | |||
| @@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
| 26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
| 27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
| 28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
| 29 | # CONFIG_MIPS_ATLAS is not set | ||
| 30 | # CONFIG_MIPS_MALTA is not set | 29 | # CONFIG_MIPS_MALTA is not set |
| 31 | # CONFIG_MIPS_SEAD is not set | 30 | # CONFIG_MIPS_SEAD is not set |
| 32 | # CONFIG_WR_PPMC is not set | 31 | # CONFIG_WR_PPMC is not set |
diff --git a/arch/mips/configs/pnx8550-stb810_defconfig b/arch/mips/configs/pnx8550-stb810_defconfig index 267f21ed1d0f..c1adcfac6c54 100644 --- a/arch/mips/configs/pnx8550-stb810_defconfig +++ b/arch/mips/configs/pnx8550-stb810_defconfig | |||
| @@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
| 26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
| 27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
| 28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
| 29 | # CONFIG_MIPS_ATLAS is not set | ||
| 30 | # CONFIG_MIPS_MALTA is not set | 29 | # CONFIG_MIPS_MALTA is not set |
| 31 | # CONFIG_MIPS_SEAD is not set | 30 | # CONFIG_MIPS_SEAD is not set |
| 32 | # CONFIG_WR_PPMC is not set | 31 | # CONFIG_WR_PPMC is not set |
diff --git a/arch/mips/configs/rbhma4200_defconfig b/arch/mips/configs/rbhma4200_defconfig index 470f6f4d3ea2..9e1083626292 100644 --- a/arch/mips/configs/rbhma4200_defconfig +++ b/arch/mips/configs/rbhma4200_defconfig | |||
| @@ -14,7 +14,6 @@ CONFIG_MIPS=y | |||
| 14 | # CONFIG_MACH_DECSTATION is not set | 14 | # CONFIG_MACH_DECSTATION is not set |
| 15 | # CONFIG_MACH_JAZZ is not set | 15 | # CONFIG_MACH_JAZZ is not set |
| 16 | # CONFIG_LEMOTE_FULONG is not set | 16 | # CONFIG_LEMOTE_FULONG is not set |
| 17 | # CONFIG_MIPS_ATLAS is not set | ||
| 18 | # CONFIG_MIPS_MALTA is not set | 17 | # CONFIG_MIPS_MALTA is not set |
| 19 | # CONFIG_MIPS_SEAD is not set | 18 | # CONFIG_MIPS_SEAD is not set |
| 20 | # CONFIG_MIPS_SIM is not set | 19 | # CONFIG_MIPS_SIM is not set |
diff --git a/arch/mips/configs/rbhma4500_defconfig b/arch/mips/configs/rbhma4500_defconfig index 5a39f56b175e..462a652ee022 100644 --- a/arch/mips/configs/rbhma4500_defconfig +++ b/arch/mips/configs/rbhma4500_defconfig | |||
| @@ -14,7 +14,6 @@ CONFIG_MIPS=y | |||
| 14 | # CONFIG_MACH_DECSTATION is not set | 14 | # CONFIG_MACH_DECSTATION is not set |
| 15 | # CONFIG_MACH_JAZZ is not set | 15 | # CONFIG_MACH_JAZZ is not set |
| 16 | # CONFIG_LEMOTE_FULONG is not set | 16 | # CONFIG_LEMOTE_FULONG is not set |
| 17 | # CONFIG_MIPS_ATLAS is not set | ||
| 18 | # CONFIG_MIPS_MALTA is not set | 17 | # CONFIG_MIPS_MALTA is not set |
| 19 | # CONFIG_MIPS_SEAD is not set | 18 | # CONFIG_MIPS_SEAD is not set |
| 20 | # CONFIG_MIPS_SIM is not set | 19 | # CONFIG_MIPS_SIM is not set |
diff --git a/arch/mips/configs/rm200_defconfig b/arch/mips/configs/rm200_defconfig index 56371b860eb0..2562f355dbf1 100644 --- a/arch/mips/configs/rm200_defconfig +++ b/arch/mips/configs/rm200_defconfig | |||
| @@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
| 26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
| 27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
| 28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
| 29 | # CONFIG_MIPS_ATLAS is not set | ||
| 30 | # CONFIG_MIPS_MALTA is not set | 29 | # CONFIG_MIPS_MALTA is not set |
| 31 | # CONFIG_MIPS_SEAD is not set | 30 | # CONFIG_MIPS_SEAD is not set |
| 32 | # CONFIG_WR_PPMC is not set | 31 | # CONFIG_WR_PPMC is not set |
diff --git a/arch/mips/configs/sb1250-swarm_defconfig b/arch/mips/configs/sb1250-swarm_defconfig index 4b8799802788..ff89765f87f7 100644 --- a/arch/mips/configs/sb1250-swarm_defconfig +++ b/arch/mips/configs/sb1250-swarm_defconfig | |||
| @@ -16,7 +16,6 @@ CONFIG_MIPS=y | |||
| 16 | # CONFIG_MACH_JAZZ is not set | 16 | # CONFIG_MACH_JAZZ is not set |
| 17 | # CONFIG_LASAT is not set | 17 | # CONFIG_LASAT is not set |
| 18 | # CONFIG_LEMOTE_FULONG is not set | 18 | # CONFIG_LEMOTE_FULONG is not set |
| 19 | # CONFIG_MIPS_ATLAS is not set | ||
| 20 | # CONFIG_MIPS_MALTA is not set | 19 | # CONFIG_MIPS_MALTA is not set |
| 21 | # CONFIG_MIPS_SEAD is not set | 20 | # CONFIG_MIPS_SEAD is not set |
| 22 | # CONFIG_MIPS_SIM is not set | 21 | # CONFIG_MIPS_SIM is not set |
diff --git a/arch/mips/configs/sead_defconfig b/arch/mips/configs/sead_defconfig index 3ee75b15c0b0..d3db59bf399b 100644 --- a/arch/mips/configs/sead_defconfig +++ b/arch/mips/configs/sead_defconfig | |||
| @@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
| 26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
| 27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
| 28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
| 29 | # CONFIG_MIPS_ATLAS is not set | ||
| 30 | # CONFIG_MIPS_MALTA is not set | 29 | # CONFIG_MIPS_MALTA is not set |
| 31 | CONFIG_MIPS_SEAD=y | 30 | CONFIG_MIPS_SEAD=y |
| 32 | # CONFIG_WR_PPMC is not set | 31 | # CONFIG_WR_PPMC is not set |
diff --git a/arch/mips/configs/tb0219_defconfig b/arch/mips/configs/tb0219_defconfig index 8dd3ae39bcad..34ce11de5367 100644 --- a/arch/mips/configs/tb0219_defconfig +++ b/arch/mips/configs/tb0219_defconfig | |||
| @@ -16,7 +16,6 @@ CONFIG_MIPS=y | |||
| 16 | # CONFIG_MACH_JAZZ is not set | 16 | # CONFIG_MACH_JAZZ is not set |
| 17 | # CONFIG_LASAT is not set | 17 | # CONFIG_LASAT is not set |
| 18 | # CONFIG_LEMOTE_FULONG is not set | 18 | # CONFIG_LEMOTE_FULONG is not set |
| 19 | # CONFIG_MIPS_ATLAS is not set | ||
| 20 | # CONFIG_MIPS_MALTA is not set | 19 | # CONFIG_MIPS_MALTA is not set |
| 21 | # CONFIG_MIPS_SEAD is not set | 20 | # CONFIG_MIPS_SEAD is not set |
| 22 | # CONFIG_MIPS_SIM is not set | 21 | # CONFIG_MIPS_SIM is not set |
diff --git a/arch/mips/configs/tb0226_defconfig b/arch/mips/configs/tb0226_defconfig index 2ba240e897c6..e5ae6b1839b2 100644 --- a/arch/mips/configs/tb0226_defconfig +++ b/arch/mips/configs/tb0226_defconfig | |||
| @@ -16,7 +16,6 @@ CONFIG_MIPS=y | |||
| 16 | # CONFIG_MACH_JAZZ is not set | 16 | # CONFIG_MACH_JAZZ is not set |
| 17 | # CONFIG_LASAT is not set | 17 | # CONFIG_LASAT is not set |
| 18 | # CONFIG_LEMOTE_FULONG is not set | 18 | # CONFIG_LEMOTE_FULONG is not set |
| 19 | # CONFIG_MIPS_ATLAS is not set | ||
| 20 | # CONFIG_MIPS_MALTA is not set | 19 | # CONFIG_MIPS_MALTA is not set |
| 21 | # CONFIG_MIPS_SEAD is not set | 20 | # CONFIG_MIPS_SEAD is not set |
| 22 | # CONFIG_MIPS_SIM is not set | 21 | # CONFIG_MIPS_SIM is not set |
diff --git a/arch/mips/configs/tb0287_defconfig b/arch/mips/configs/tb0287_defconfig index a5d0f3c55ed1..2fdfd6659ef1 100644 --- a/arch/mips/configs/tb0287_defconfig +++ b/arch/mips/configs/tb0287_defconfig | |||
| @@ -16,7 +16,6 @@ CONFIG_MIPS=y | |||
| 16 | # CONFIG_MACH_JAZZ is not set | 16 | # CONFIG_MACH_JAZZ is not set |
| 17 | # CONFIG_LASAT is not set | 17 | # CONFIG_LASAT is not set |
| 18 | # CONFIG_LEMOTE_FULONG is not set | 18 | # CONFIG_LEMOTE_FULONG is not set |
| 19 | # CONFIG_MIPS_ATLAS is not set | ||
| 20 | # CONFIG_MIPS_MALTA is not set | 19 | # CONFIG_MIPS_MALTA is not set |
| 21 | # CONFIG_MIPS_SEAD is not set | 20 | # CONFIG_MIPS_SEAD is not set |
| 22 | # CONFIG_MIPS_SIM is not set | 21 | # CONFIG_MIPS_SIM is not set |
diff --git a/arch/mips/configs/workpad_defconfig b/arch/mips/configs/workpad_defconfig index edf90b321fe6..ee411216d373 100644 --- a/arch/mips/configs/workpad_defconfig +++ b/arch/mips/configs/workpad_defconfig | |||
| @@ -14,7 +14,6 @@ CONFIG_MIPS=y | |||
| 14 | # CONFIG_MACH_DECSTATION is not set | 14 | # CONFIG_MACH_DECSTATION is not set |
| 15 | # CONFIG_MACH_JAZZ is not set | 15 | # CONFIG_MACH_JAZZ is not set |
| 16 | # CONFIG_LEMOTE_FULONG is not set | 16 | # CONFIG_LEMOTE_FULONG is not set |
| 17 | # CONFIG_MIPS_ATLAS is not set | ||
| 18 | # CONFIG_MIPS_MALTA is not set | 17 | # CONFIG_MIPS_MALTA is not set |
| 19 | # CONFIG_MIPS_SEAD is not set | 18 | # CONFIG_MIPS_SEAD is not set |
| 20 | # CONFIG_MIPS_SIM is not set | 19 | # CONFIG_MIPS_SIM is not set |
diff --git a/arch/mips/configs/wrppmc_defconfig b/arch/mips/configs/wrppmc_defconfig index 2e3c683b2052..66d3c11a0382 100644 --- a/arch/mips/configs/wrppmc_defconfig +++ b/arch/mips/configs/wrppmc_defconfig | |||
| @@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
| 26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
| 27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
| 28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
| 29 | # CONFIG_MIPS_ATLAS is not set | ||
| 30 | # CONFIG_MIPS_MALTA is not set | 29 | # CONFIG_MIPS_MALTA is not set |
| 31 | # CONFIG_MIPS_SEAD is not set | 30 | # CONFIG_MIPS_SEAD is not set |
| 32 | CONFIG_WR_PPMC=y | 31 | CONFIG_WR_PPMC=y |
diff --git a/arch/mips/configs/yosemite_defconfig b/arch/mips/configs/yosemite_defconfig index b6178ffbc523..daa4e48a7232 100644 --- a/arch/mips/configs/yosemite_defconfig +++ b/arch/mips/configs/yosemite_defconfig | |||
| @@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
| 26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
| 27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
| 28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
| 29 | # CONFIG_MIPS_ATLAS is not set | ||
| 30 | # CONFIG_MIPS_MALTA is not set | 29 | # CONFIG_MIPS_MALTA is not set |
| 31 | # CONFIG_MIPS_SEAD is not set | 30 | # CONFIG_MIPS_SEAD is not set |
| 32 | # CONFIG_WR_PPMC is not set | 31 | # CONFIG_WR_PPMC is not set |
diff --git a/arch/mips/mips-boards/atlas/Makefile b/arch/mips/mips-boards/atlas/Makefile deleted file mode 100644 index f71c2dd1041a..000000000000 --- a/arch/mips/mips-boards/atlas/Makefile +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | # | ||
| 2 | # Carsten Langgaard, carstenl@mips.com | ||
| 3 | # Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved. | ||
| 4 | # | ||
| 5 | # This program is free software; you can distribute it and/or modify it | ||
| 6 | # under the terms of the GNU General Public License (Version 2) as | ||
| 7 | # published by the Free Software Foundation. | ||
| 8 | # | ||
| 9 | # This program is distributed in the hope it will be useful, but WITHOUT | ||
| 10 | # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
| 11 | # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
| 12 | # for more details. | ||
| 13 | # | ||
| 14 | # You should have received a copy of the GNU General Public License along | ||
| 15 | # with this program; if not, write to the Free Software Foundation, Inc., | ||
| 16 | # 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. | ||
| 17 | # | ||
| 18 | |||
| 19 | obj-y := atlas_int.o atlas_setup.o | ||
| 20 | obj-$(CONFIG_KGDB) += atlas_gdb.o | ||
| 21 | |||
| 22 | EXTRA_CFLAGS += -Werror | ||
diff --git a/arch/mips/mips-boards/atlas/atlas_gdb.c b/arch/mips/mips-boards/atlas/atlas_gdb.c deleted file mode 100644 index 00c98cff62dc..000000000000 --- a/arch/mips/mips-boards/atlas/atlas_gdb.c +++ /dev/null | |||
| @@ -1,97 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * Carsten Langgaard, carstenl@mips.com | ||
| 3 | * Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved. | ||
| 4 | * | ||
| 5 | * This program is free software; you can distribute it and/or modify it | ||
| 6 | * under the terms of the GNU General Public License (Version 2) as | ||
| 7 | * published by the Free Software Foundation. | ||
| 8 | * | ||
| 9 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
| 10 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
| 11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
| 12 | * for more details. | ||
| 13 | * | ||
| 14 | * You should have received a copy of the GNU General Public License along | ||
| 15 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 16 | * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. | ||
| 17 | * | ||
| 18 | * This is the interface to the remote debugger stub. | ||
| 19 | */ | ||
| 20 | #include <asm/io.h> | ||
| 21 | #include <asm/mips-boards/atlas.h> | ||
| 22 | #include <asm/mips-boards/saa9730_uart.h> | ||
| 23 | |||
| 24 | #define INB(a) inb((unsigned long)a) | ||
| 25 | #define OUTB(x, a) outb(x, (unsigned long)a) | ||
| 26 | |||
| 27 | /* | ||
| 28 | * This is the interface to the remote debugger stub | ||
| 29 | * if the Philips part is used for the debug port, | ||
| 30 | * called from the platform setup code. | ||
| 31 | */ | ||
| 32 | void *saa9730_base = (void *)ATLAS_SAA9730_REG; | ||
| 33 | |||
| 34 | static int saa9730_kgdb_active = 0; | ||
| 35 | |||
| 36 | #define SAA9730_BAUDCLOCK(baud) (((ATLAS_SAA9730_BAUDCLOCK/(baud))/16)-1) | ||
| 37 | |||
| 38 | int saa9730_kgdb_hook(int speed) | ||
| 39 | { | ||
| 40 | int baudclock; | ||
| 41 | t_uart_saa9730_regmap *kgdb_uart = (t_uart_saa9730_regmap *)(saa9730_base + SAA9730_UART_REGS_ADDR); | ||
| 42 | |||
| 43 | /* | ||
| 44 | * Clear all interrupts | ||
| 45 | */ | ||
| 46 | (void) INB(&kgdb_uart->Lsr); | ||
| 47 | (void) INB(&kgdb_uart->Msr); | ||
| 48 | (void) INB(&kgdb_uart->Thr_Rbr); | ||
| 49 | (void) INB(&kgdb_uart->Iir_Fcr); | ||
| 50 | |||
| 51 | /* | ||
| 52 | * Now, initialize the UART | ||
| 53 | */ | ||
| 54 | /* 8 data bits, one stop bit, no parity */ | ||
| 55 | OUTB(SAA9730_LCR_DATA8, &kgdb_uart->Lcr); | ||
| 56 | |||
| 57 | baudclock = SAA9730_BAUDCLOCK(speed); | ||
| 58 | |||
| 59 | OUTB((baudclock >> 16) & 0xff, &kgdb_uart->BaudDivMsb); | ||
| 60 | OUTB( baudclock & 0xff, &kgdb_uart->BaudDivLsb); | ||
| 61 | |||
| 62 | /* Set RTS/DTR active */ | ||
| 63 | OUTB(SAA9730_MCR_DTR | SAA9730_MCR_RTS, &kgdb_uart->Mcr); | ||
| 64 | saa9730_kgdb_active = 1; | ||
| 65 | |||
| 66 | return speed; | ||
| 67 | } | ||
| 68 | |||
| 69 | int saa9730_putDebugChar(char c) | ||
| 70 | { | ||
| 71 | t_uart_saa9730_regmap *kgdb_uart = (t_uart_saa9730_regmap *)(saa9730_base + SAA9730_UART_REGS_ADDR); | ||
| 72 | |||
| 73 | if (!saa9730_kgdb_active) { /* need to init device first */ | ||
| 74 | return 0; | ||
| 75 | } | ||
| 76 | |||
| 77 | while (!(INB(&kgdb_uart->Lsr) & SAA9730_LSR_THRE)) | ||
| 78 | ; | ||
| 79 | OUTB(c, &kgdb_uart->Thr_Rbr); | ||
| 80 | |||
| 81 | return 1; | ||
| 82 | } | ||
| 83 | |||
| 84 | char saa9730_getDebugChar(void) | ||
| 85 | { | ||
| 86 | t_uart_saa9730_regmap *kgdb_uart = (t_uart_saa9730_regmap *)(saa9730_base + SAA9730_UART_REGS_ADDR); | ||
| 87 | char c; | ||
| 88 | |||
| 89 | if (!saa9730_kgdb_active) { /* need to init device first */ | ||
| 90 | return 0; | ||
| 91 | } | ||
| 92 | while (!(INB(&kgdb_uart->Lsr) & SAA9730_LSR_DR)) | ||
| 93 | ; | ||
| 94 | |||
| 95 | c = INB(&kgdb_uart->Thr_Rbr); | ||
| 96 | return(c); | ||
| 97 | } | ||
diff --git a/arch/mips/mips-boards/atlas/atlas_int.c b/arch/mips/mips-boards/atlas/atlas_int.c deleted file mode 100644 index 6fb29c3ff62d..000000000000 --- a/arch/mips/mips-boards/atlas/atlas_int.c +++ /dev/null | |||
| @@ -1,272 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * Copyright (C) 1999, 2000, 2006 MIPS Technologies, Inc. | ||
| 3 | * All rights reserved. | ||
| 4 | * Authors: Carsten Langgaard <carstenl@mips.com> | ||
| 5 | * Maciej W. Rozycki <macro@mips.com> | ||
| 6 | * | ||
| 7 | * ######################################################################## | ||
| 8 | * | ||
| 9 | * This program is free software; you can distribute it and/or modify it | ||
| 10 | * under the terms of the GNU General Public License (Version 2) as | ||
| 11 | * published by the Free Software Foundation. | ||
| 12 | * | ||
| 13 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
| 14 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
| 15 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
| 16 | * for more details. | ||
| 17 | * | ||
| 18 | * You should have received a copy of the GNU General Public License along | ||
| 19 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 20 | * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. | ||
| 21 | * | ||
| 22 | * ######################################################################## | ||
| 23 | * | ||
| 24 | * Routines for generic manipulation of the interrupts found on the MIPS | ||
| 25 | * Atlas board. | ||
| 26 | * | ||
| 27 | */ | ||
| 28 | #include <linux/compiler.h> | ||
| 29 | #include <linux/init.h> | ||
| 30 | #include <linux/irq.h> | ||
| 31 | #include <linux/sched.h> | ||
| 32 | #include <linux/slab.h> | ||
| 33 | #include <linux/interrupt.h> | ||
| 34 | #include <linux/kernel_stat.h> | ||
| 35 | #include <linux/kernel.h> | ||
| 36 | |||
| 37 | #include <asm/gdb-stub.h> | ||
| 38 | #include <asm/io.h> | ||
| 39 | #include <asm/irq_cpu.h> | ||
| 40 | #include <asm/msc01_ic.h> | ||
| 41 | |||
| 42 | #include <asm/mips-boards/atlas.h> | ||
| 43 | #include <asm/mips-boards/atlasint.h> | ||
| 44 | #include <asm/mips-boards/generic.h> | ||
| 45 | |||
| 46 | static struct atlas_ictrl_regs *atlas_hw0_icregs; | ||
| 47 | |||
| 48 | #if 0 | ||
| 49 | #define DEBUG_INT(x...) printk(x) | ||
| 50 | #else | ||
| 51 | #define DEBUG_INT(x...) | ||
| 52 | #endif | ||
| 53 | |||
| 54 | void disable_atlas_irq(unsigned int irq_nr) | ||
| 55 | { | ||
| 56 | atlas_hw0_icregs->intrsten = 1 << (irq_nr - ATLAS_INT_BASE); | ||
| 57 | iob(); | ||
| 58 | } | ||
| 59 | |||
| 60 | void enable_atlas_irq(unsigned int irq_nr) | ||
| 61 | { | ||
| 62 | atlas_hw0_icregs->intseten = 1 << (irq_nr - ATLAS_INT_BASE); | ||
| 63 | iob(); | ||
| 64 | } | ||
| 65 | |||
| 66 | static void end_atlas_irq(unsigned int irq) | ||
| 67 | { | ||
| 68 | if (!(irq_desc[irq].status & (IRQ_DISABLED|IRQ_INPROGRESS))) | ||
| 69 | enable_atlas_irq(irq); | ||
| 70 | } | ||
| 71 | |||
| 72 | static struct irq_chip atlas_irq_type = { | ||
| 73 | .name = "Atlas", | ||
| 74 | .ack = disable_atlas_irq, | ||
| 75 | .mask = disable_atlas_irq, | ||
| 76 | .mask_ack = disable_atlas_irq, | ||
| 77 | .unmask = enable_atlas_irq, | ||
| 78 | .eoi = enable_atlas_irq, | ||
| 79 | .end = end_atlas_irq, | ||
| 80 | }; | ||
| 81 | |||
| 82 | static inline int ls1bit32(unsigned int x) | ||
| 83 | { | ||
| 84 | int b = 31, s; | ||
| 85 | |||
| 86 | s = 16; if (x << 16 == 0) s = 0; b -= s; x <<= s; | ||
| 87 | s = 8; if (x << 8 == 0) s = 0; b -= s; x <<= s; | ||
| 88 | s = 4; if (x << 4 == 0) s = 0; b -= s; x <<= s; | ||
| 89 | s = 2; if (x << 2 == 0) s = 0; b -= s; x <<= s; | ||
| 90 | s = 1; if (x << 1 == 0) s = 0; b -= s; | ||
| 91 | |||
| 92 | return b; | ||
| 93 | } | ||
| 94 | |||
| 95 | static inline void atlas_hw0_irqdispatch(void) | ||
| 96 | { | ||
| 97 | unsigned long int_status; | ||
| 98 | int irq; | ||
| 99 | |||
| 100 | int_status = atlas_hw0_icregs->intstatus; | ||
| 101 | |||
| 102 | /* if int_status == 0, then the interrupt has already been cleared */ | ||
| 103 | if (unlikely(int_status == 0)) | ||
| 104 | return; | ||
| 105 | |||
| 106 | irq = ATLAS_INT_BASE + ls1bit32(int_status); | ||
| 107 | |||
| 108 | DEBUG_INT("atlas_hw0_irqdispatch: irq=%d\n", irq); | ||
| 109 | |||
| 110 | do_IRQ(irq); | ||
| 111 | } | ||
| 112 | |||
| 113 | static inline int clz(unsigned long x) | ||
| 114 | { | ||
| 115 | __asm__( | ||
| 116 | " .set push \n" | ||
| 117 | " .set mips32 \n" | ||
| 118 | " clz %0, %1 \n" | ||
| 119 | " .set pop \n" | ||
| 120 | : "=r" (x) | ||
| 121 | : "r" (x)); | ||
| 122 | |||
| 123 | return x; | ||
| 124 | } | ||
| 125 | |||
| 126 | /* | ||
| 127 | * Version of ffs that only looks at bits 12..15. | ||
| 128 | */ | ||
| 129 | static inline unsigned int irq_ffs(unsigned int pending) | ||
| 130 | { | ||
| 131 | #if defined(CONFIG_CPU_MIPS32) || defined(CONFIG_CPU_MIPS64) | ||
| 132 | return -clz(pending) + 31 - CAUSEB_IP; | ||
| 133 | #else | ||
| 134 | unsigned int a0 = 7; | ||
| 135 | unsigned int t0; | ||
| 136 | |||
| 137 | t0 = s0 & 0xf000; | ||
| 138 | t0 = t0 < 1; | ||
| 139 | t0 = t0 << 2; | ||
| 140 | a0 = a0 - t0; | ||
| 141 | s0 = s0 << t0; | ||
| 142 | |||
| 143 | t0 = s0 & 0xc000; | ||
| 144 | t0 = t0 < 1; | ||
| 145 | t0 = t0 << 1; | ||
| 146 | a0 = a0 - t0; | ||
| 147 | s0 = s0 << t0; | ||
| 148 | |||
| 149 | t0 = s0 & 0x8000; | ||
| 150 | t0 = t0 < 1; | ||
| 151 | //t0 = t0 << 2; | ||
| 152 | a0 = a0 - t0; | ||
| 153 | //s0 = s0 << t0; | ||
| 154 | |||
| 155 | return a0; | ||
| 156 | #endif | ||
| 157 | } | ||
| 158 | |||
| 159 | /* | ||
| 160 | * IRQs on the Atlas board look basically like (all external interrupt | ||
| 161 | * sources are combined together on hardware interrupt 0 (MIPS IRQ 2)): | ||
| 162 | * | ||
| 163 | * MIPS IRQ Source | ||
| 164 | * -------- ------ | ||
| 165 | * 0 Software 0 (reschedule IPI on MT) | ||
| 166 | * 1 Software 1 (remote call IPI on MT) | ||
| 167 | * 2 Combined Atlas hardware interrupt (hw0) | ||
| 168 | * 3 Hardware (ignored) | ||
| 169 | * 4 Hardware (ignored) | ||
| 170 | * 5 Hardware (ignored) | ||
| 171 | * 6 Hardware (ignored) | ||
| 172 | * 7 R4k timer (what we use) | ||
| 173 | * | ||
| 174 | * We handle the IRQ according to _our_ priority which is: | ||
| 175 | * | ||
| 176 | * Highest ---- R4k Timer | ||
| 177 | * Lowest ---- Software 0 | ||
| 178 | * | ||
| 179 | * then we just return, if multiple IRQs are pending then we will just take | ||
| 180 | * another exception, big deal. | ||
| 181 | */ | ||
| 182 | asmlinkage void plat_irq_dispatch(void) | ||
| 183 | { | ||
| 184 | unsigned int pending = read_c0_cause() & read_c0_status() & ST0_IM; | ||
| 185 | int irq; | ||
| 186 | |||
| 187 | irq = irq_ffs(pending); | ||
| 188 | |||
| 189 | if (irq == MIPSCPU_INT_ATLAS) | ||
| 190 | atlas_hw0_irqdispatch(); | ||
| 191 | else if (irq >= 0) | ||
| 192 | do_IRQ(MIPS_CPU_IRQ_BASE + irq); | ||
| 193 | else | ||
| 194 | spurious_interrupt(); | ||
| 195 | } | ||
| 196 | |||
| 197 | static inline void init_atlas_irqs(int base) | ||
| 198 | { | ||
| 199 | int i; | ||
| 200 | |||
| 201 | atlas_hw0_icregs = (struct atlas_ictrl_regs *) | ||
| 202 | ioremap(ATLAS_ICTRL_REGS_BASE, | ||
| 203 | sizeof(struct atlas_ictrl_regs *)); | ||
| 204 | |||
| 205 | /* | ||
| 206 | * Mask out all interrupt by writing "1" to all bit position in | ||
| 207 | * the interrupt reset reg. | ||
| 208 | */ | ||
| 209 | atlas_hw0_icregs->intrsten = 0xffffffff; | ||
| 210 | |||
| 211 | for (i = ATLAS_INT_BASE; i <= ATLAS_INT_END; i++) | ||
| 212 | set_irq_chip_and_handler(i, &atlas_irq_type, handle_level_irq); | ||
| 213 | } | ||
| 214 | |||
| 215 | static struct irqaction atlasirq = { | ||
| 216 | .handler = no_action, | ||
| 217 | .name = "Atlas cascade" | ||
| 218 | }; | ||
| 219 | |||
| 220 | msc_irqmap_t __initdata msc_irqmap[] = { | ||
| 221 | {MSC01C_INT_TMR, MSC01_IRQ_EDGE, 0}, | ||
| 222 | {MSC01C_INT_PCI, MSC01_IRQ_LEVEL, 0}, | ||
| 223 | }; | ||
| 224 | int __initdata msc_nr_irqs = ARRAY_SIZE(msc_irqmap); | ||
| 225 | |||
| 226 | msc_irqmap_t __initdata msc_eicirqmap[] = { | ||
| 227 | {MSC01E_INT_SW0, MSC01_IRQ_LEVEL, 0}, | ||
| 228 | {MSC01E_INT_SW1, MSC01_IRQ_LEVEL, 0}, | ||
| 229 | {MSC01E_INT_ATLAS, MSC01_IRQ_LEVEL, 0}, | ||
| 230 | {MSC01E_INT_TMR, MSC01_IRQ_EDGE, 0}, | ||
| 231 | {MSC01E_INT_PCI, MSC01_IRQ_LEVEL, 0}, | ||
| 232 | {MSC01E_INT_PERFCTR, MSC01_IRQ_LEVEL, 0}, | ||
| 233 | {MSC01E_INT_CPUCTR, MSC01_IRQ_LEVEL, 0} | ||
| 234 | }; | ||
| 235 | int __initdata msc_nr_eicirqs = ARRAY_SIZE(msc_eicirqmap); | ||
| 236 | |||
| 237 | void __init arch_init_irq(void) | ||
| 238 | { | ||
| 239 | init_atlas_irqs(ATLAS_INT_BASE); | ||
| 240 | |||
| 241 | if (!cpu_has_veic) | ||
| 242 | mips_cpu_irq_init(); | ||
| 243 | |||
| 244 | switch(mips_revision_corid) { | ||
| 245 | case MIPS_REVISION_CORID_CORE_MSC: | ||
| 246 | case MIPS_REVISION_CORID_CORE_FPGA2: | ||
| 247 | case MIPS_REVISION_CORID_CORE_FPGA3: | ||
| 248 | case MIPS_REVISION_CORID_CORE_FPGA4: | ||
| 249 | case MIPS_REVISION_CORID_CORE_24K: | ||
| 250 | case MIPS_REVISION_CORID_CORE_EMUL_MSC: | ||
| 251 | if (cpu_has_veic) | ||
| 252 | init_msc_irqs(MSC01E_INT_BASE, MSC01E_INT_BASE, | ||
| 253 | msc_eicirqmap, msc_nr_eicirqs); | ||
| 254 | else | ||
| 255 | init_msc_irqs(MSC01E_INT_BASE, MSC01C_INT_BASE, | ||
| 256 | msc_irqmap, msc_nr_irqs); | ||
| 257 | } | ||
| 258 | |||
| 259 | if (cpu_has_veic) { | ||
| 260 | set_vi_handler(MSC01E_INT_ATLAS, atlas_hw0_irqdispatch); | ||
| 261 | setup_irq(MSC01E_INT_BASE + MSC01E_INT_ATLAS, &atlasirq); | ||
| 262 | } else if (cpu_has_vint) { | ||
| 263 | set_vi_handler(MIPSCPU_INT_ATLAS, atlas_hw0_irqdispatch); | ||
| 264 | #ifdef CONFIG_MIPS_MT_SMTC | ||
| 265 | setup_irq_smtc(MIPS_CPU_IRQ_BASE + MIPSCPU_INT_ATLAS, | ||
| 266 | &atlasirq, (0x100 << MIPSCPU_INT_ATLAS)); | ||
| 267 | #else /* Not SMTC */ | ||
| 268 | setup_irq(MIPS_CPU_IRQ_BASE + MIPSCPU_INT_ATLAS, &atlasirq); | ||
| 269 | #endif /* CONFIG_MIPS_MT_SMTC */ | ||
| 270 | } else | ||
| 271 | setup_irq(MIPS_CPU_IRQ_BASE + MIPSCPU_INT_ATLAS, &atlasirq); | ||
| 272 | } | ||
diff --git a/arch/mips/mips-boards/atlas/atlas_setup.c b/arch/mips/mips-boards/atlas/atlas_setup.c deleted file mode 100644 index 5c500802271e..000000000000 --- a/arch/mips/mips-boards/atlas/atlas_setup.c +++ /dev/null | |||
| @@ -1,82 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * Carsten Langgaard, carstenl@mips.com | ||
| 3 | * Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved. | ||
| 4 | * | ||
| 5 | * This program is free software; you can distribute it and/or modify it | ||
| 6 | * under the terms of the GNU General Public License (Version 2) as | ||
| 7 | * published by the Free Software Foundation. | ||
| 8 | * | ||
| 9 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
| 10 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
| 11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
| 12 | * for more details. | ||
| 13 | * | ||
| 14 | * You should have received a copy of the GNU General Public License along | ||
| 15 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 16 | * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. | ||
| 17 | */ | ||
| 18 | #include <linux/init.h> | ||
| 19 | #include <linux/interrupt.h> | ||
| 20 | #include <linux/sched.h> | ||
| 21 | #include <linux/ioport.h> | ||
| 22 | #include <linux/tty.h> | ||
| 23 | #include <linux/serial.h> | ||
| 24 | #include <linux/serial_core.h> | ||
| 25 | #include <linux/serial_8250.h> | ||
| 26 | |||
| 27 | #include <asm/cpu.h> | ||
| 28 | #include <asm/bootinfo.h> | ||
| 29 | #include <asm/irq.h> | ||
| 30 | #include <asm/mips-boards/generic.h> | ||
| 31 | #include <asm/mips-boards/prom.h> | ||
| 32 | #include <asm/mips-boards/atlas.h> | ||
| 33 | #include <asm/mips-boards/atlasint.h> | ||
| 34 | #include <asm/time.h> | ||
| 35 | #include <asm/traps.h> | ||
| 36 | |||
| 37 | static void __init serial_init(void); | ||
| 38 | |||
| 39 | const char *get_system_type(void) | ||
| 40 | { | ||
| 41 | return "MIPS Atlas"; | ||
| 42 | } | ||
| 43 | |||
| 44 | const char display_string[] = " LINUX ON ATLAS "; | ||
| 45 | |||
| 46 | void __init plat_mem_setup(void) | ||
| 47 | { | ||
| 48 | mips_pcibios_init(); | ||
| 49 | |||
| 50 | ioport_resource.end = 0x7fffffff; | ||
| 51 | |||
| 52 | serial_init(); | ||
| 53 | |||
| 54 | #ifdef CONFIG_KGDB | ||
| 55 | kgdb_config(); | ||
| 56 | #endif | ||
| 57 | mips_reboot_setup(); | ||
| 58 | } | ||
| 59 | |||
| 60 | static void __init serial_init(void) | ||
| 61 | { | ||
| 62 | #ifdef CONFIG_SERIAL_8250 | ||
| 63 | struct uart_port s; | ||
| 64 | |||
| 65 | memset(&s, 0, sizeof(s)); | ||
| 66 | |||
| 67 | #ifdef CONFIG_CPU_LITTLE_ENDIAN | ||
| 68 | s.iobase = ATLAS_UART_REGS_BASE; | ||
| 69 | #else | ||
| 70 | s.iobase = ATLAS_UART_REGS_BASE+3; | ||
| 71 | #endif | ||
| 72 | s.irq = ATLAS_INT_UART; | ||
| 73 | s.uartclk = ATLAS_BASE_BAUD * 16; | ||
| 74 | s.flags = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST | UPF_AUTO_IRQ; | ||
| 75 | s.iotype = UPIO_PORT; | ||
| 76 | s.regshift = 3; | ||
| 77 | |||
| 78 | if (early_serial_setup(&s) != 0) { | ||
| 79 | printk(KERN_ERR "Serial setup failed!\n"); | ||
| 80 | } | ||
| 81 | #endif | ||
| 82 | } | ||
diff --git a/arch/mips/mips-boards/generic/console.c b/arch/mips/mips-boards/generic/console.c index 4d8ab99e4155..4a2aecc6da1b 100644 --- a/arch/mips/mips-boards/generic/console.c +++ b/arch/mips/mips-boards/generic/console.c | |||
| @@ -22,16 +22,7 @@ | |||
| 22 | #include <linux/serial_reg.h> | 22 | #include <linux/serial_reg.h> |
| 23 | #include <asm/io.h> | 23 | #include <asm/io.h> |
| 24 | 24 | ||
| 25 | #ifdef CONFIG_MIPS_ATLAS | 25 | #if defined(CONFIG_MIPS_SEAD) |
| 26 | #include <asm/mips-boards/atlas.h> | ||
| 27 | |||
| 28 | #ifdef CONFIG_CPU_LITTLE_ENDIAN | ||
| 29 | #define PORT(offset) (ATLAS_UART_REGS_BASE + ((offset)<<3)) | ||
| 30 | #else | ||
| 31 | #define PORT(offset) (ATLAS_UART_REGS_BASE + 3 + ((offset)<<3)) | ||
| 32 | #endif | ||
| 33 | |||
| 34 | #elif defined(CONFIG_MIPS_SEAD) | ||
| 35 | 26 | ||
| 36 | #include <asm/mips-boards/sead.h> | 27 | #include <asm/mips-boards/sead.h> |
| 37 | 28 | ||
diff --git a/arch/mips/mips-boards/generic/init.c b/arch/mips/mips-boards/generic/init.c index 83b9dc739203..bac23b5fbf3f 100644 --- a/arch/mips/mips-boards/generic/init.c +++ b/arch/mips/mips-boards/generic/init.c | |||
| @@ -197,14 +197,6 @@ void __init kgdb_config(void) | |||
| 197 | while ((c = *++argptr) && ('0' <= c && c <= '9')) | 197 | while ((c = *++argptr) && ('0' <= c && c <= '9')) |
| 198 | speed = speed * 10 + c - '0'; | 198 | speed = speed * 10 + c - '0'; |
| 199 | } | 199 | } |
| 200 | #ifdef CONFIG_MIPS_ATLAS | ||
| 201 | if (line == 1) { | ||
| 202 | speed = saa9730_kgdb_hook(speed); | ||
| 203 | generic_putDebugChar = saa9730_putDebugChar; | ||
| 204 | generic_getDebugChar = saa9730_getDebugChar; | ||
| 205 | } | ||
| 206 | else | ||
| 207 | #endif | ||
| 208 | { | 200 | { |
| 209 | speed = rs_kgdb_hook(line, speed); | 201 | speed = rs_kgdb_hook(line, speed); |
| 210 | generic_putDebugChar = rs_putDebugChar; | 202 | generic_putDebugChar = rs_putDebugChar; |
diff --git a/arch/mips/mips-boards/generic/reset.c b/arch/mips/mips-boards/generic/reset.c index 583d468d98a9..5f73ff6180eb 100644 --- a/arch/mips/mips-boards/generic/reset.c +++ b/arch/mips/mips-boards/generic/reset.c | |||
| @@ -27,15 +27,9 @@ | |||
| 27 | #include <asm/io.h> | 27 | #include <asm/io.h> |
| 28 | #include <asm/reboot.h> | 28 | #include <asm/reboot.h> |
| 29 | #include <asm/mips-boards/generic.h> | 29 | #include <asm/mips-boards/generic.h> |
| 30 | #if defined(CONFIG_MIPS_ATLAS) | ||
| 31 | #include <asm/mips-boards/atlas.h> | ||
| 32 | #endif | ||
| 33 | 30 | ||
| 34 | static void mips_machine_restart(char *command); | 31 | static void mips_machine_restart(char *command); |
| 35 | static void mips_machine_halt(void); | 32 | static void mips_machine_halt(void); |
| 36 | #if defined(CONFIG_MIPS_ATLAS) | ||
| 37 | static void atlas_machine_power_off(void); | ||
| 38 | #endif | ||
| 39 | 33 | ||
| 40 | static void mips_machine_restart(char *command) | 34 | static void mips_machine_restart(char *command) |
| 41 | { | 35 | { |
| @@ -53,22 +47,11 @@ static void mips_machine_halt(void) | |||
| 53 | __raw_writel(GORESET, softres_reg); | 47 | __raw_writel(GORESET, softres_reg); |
| 54 | } | 48 | } |
| 55 | 49 | ||
| 56 | #if defined(CONFIG_MIPS_ATLAS) | ||
| 57 | static void atlas_machine_power_off(void) | ||
| 58 | { | ||
| 59 | unsigned int __iomem *psustby_reg = ioremap(ATLAS_PSUSTBY_REG, sizeof(unsigned int)); | ||
| 60 | |||
| 61 | writew(ATLAS_GOSTBY, psustby_reg); | ||
| 62 | } | ||
| 63 | #endif | ||
| 64 | 50 | ||
| 65 | void mips_reboot_setup(void) | 51 | void mips_reboot_setup(void) |
| 66 | { | 52 | { |
| 67 | _machine_restart = mips_machine_restart; | 53 | _machine_restart = mips_machine_restart; |
| 68 | _machine_halt = mips_machine_halt; | 54 | _machine_halt = mips_machine_halt; |
| 69 | #if defined(CONFIG_MIPS_ATLAS) | ||
| 70 | pm_power_off = atlas_machine_power_off; | ||
| 71 | #endif | ||
| 72 | #if defined(CONFIG_MIPS_MALTA) || defined(CONFIG_MIPS_SEAD) | 55 | #if defined(CONFIG_MIPS_MALTA) || defined(CONFIG_MIPS_SEAD) |
| 73 | pm_power_off = mips_machine_halt; | 56 | pm_power_off = mips_machine_halt; |
| 74 | #endif | 57 | #endif |
diff --git a/arch/mips/mips-boards/generic/time.c b/arch/mips/mips-boards/generic/time.c index fe2cac1b4514..d224267846b0 100644 --- a/arch/mips/mips-boards/generic/time.c +++ b/arch/mips/mips-boards/generic/time.c | |||
| @@ -42,9 +42,6 @@ | |||
| 42 | #include <asm/mips-boards/generic.h> | 42 | #include <asm/mips-boards/generic.h> |
| 43 | #include <asm/mips-boards/prom.h> | 43 | #include <asm/mips-boards/prom.h> |
| 44 | 44 | ||
| 45 | #ifdef CONFIG_MIPS_ATLAS | ||
| 46 | #include <asm/mips-boards/atlasint.h> | ||
| 47 | #endif | ||
| 48 | #ifdef CONFIG_MIPS_MALTA | 45 | #ifdef CONFIG_MIPS_MALTA |
| 49 | #include <asm/mips-boards/maltaint.h> | 46 | #include <asm/mips-boards/maltaint.h> |
| 50 | #endif | 47 | #endif |
| @@ -89,7 +86,7 @@ static unsigned int __init estimate_cpu_frequency(void) | |||
| 89 | else | 86 | else |
| 90 | count = 6000000; | 87 | count = 6000000; |
| 91 | #endif | 88 | #endif |
| 92 | #if defined(CONFIG_MIPS_ATLAS) || defined(CONFIG_MIPS_MALTA) | 89 | #ifdef CONFIG_MIPS_MALTA |
| 93 | unsigned long flags; | 90 | unsigned long flags; |
| 94 | unsigned int start; | 91 | unsigned int start; |
| 95 | 92 | ||
diff --git a/arch/mips/pci/Makefile b/arch/mips/pci/Makefile index ed0c07622baa..80fa5abb25d4 100644 --- a/arch/mips/pci/Makefile +++ b/arch/mips/pci/Makefile | |||
| @@ -21,7 +21,6 @@ obj-$(CONFIG_MARKEINS) += ops-emma2rh.o pci-emma2rh.o fixup-emma2rh.o | |||
| 21 | # | 21 | # |
| 22 | obj-$(CONFIG_BASLER_EXCITE) += ops-titan.o pci-excite.o fixup-excite.o | 22 | obj-$(CONFIG_BASLER_EXCITE) += ops-titan.o pci-excite.o fixup-excite.o |
| 23 | obj-$(CONFIG_LASAT) += pci-lasat.o | 23 | obj-$(CONFIG_LASAT) += pci-lasat.o |
| 24 | obj-$(CONFIG_MIPS_ATLAS) += fixup-atlas.o | ||
| 25 | obj-$(CONFIG_MIPS_COBALT) += fixup-cobalt.o | 24 | obj-$(CONFIG_MIPS_COBALT) += fixup-cobalt.o |
| 26 | obj-$(CONFIG_SOC_AU1500) += fixup-au1000.o ops-au1000.o | 25 | obj-$(CONFIG_SOC_AU1500) += fixup-au1000.o ops-au1000.o |
| 27 | obj-$(CONFIG_SOC_AU1550) += fixup-au1000.o ops-au1000.o | 26 | obj-$(CONFIG_SOC_AU1550) += fixup-au1000.o ops-au1000.o |
diff --git a/arch/mips/pci/fixup-atlas.c b/arch/mips/pci/fixup-atlas.c deleted file mode 100644 index 506e883a8c71..000000000000 --- a/arch/mips/pci/fixup-atlas.c +++ /dev/null | |||
| @@ -1,91 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * Copyright (C) 2003, 2004 Ralf Baechle (ralf@linux-mips.org) | ||
| 3 | * Copyright (C) 2005 MIPS Technologies, Inc. All rights reserved. | ||
| 4 | * Author: Maciej W. Rozycki <macro@mips.com> | ||
| 5 | * | ||
| 6 | * This program is free software; you can distribute it and/or modify it | ||
| 7 | * under the terms of the GNU General Public License (Version 2) as | ||
| 8 | * published by the Free Software Foundation. | ||
| 9 | * | ||
| 10 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
| 11 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
| 12 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
| 13 | * for more details. | ||
| 14 | * | ||
| 15 | * You should have received a copy of the GNU General Public License along | ||
| 16 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
| 17 | * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. | ||
| 18 | */ | ||
| 19 | #include <linux/init.h> | ||
| 20 | #include <linux/pci.h> | ||
| 21 | |||
| 22 | #include <asm/mips-boards/atlasint.h> | ||
| 23 | |||
| 24 | #define PCIA ATLAS_INT_PCIA | ||
| 25 | #define PCIB ATLAS_INT_PCIB | ||
| 26 | #define PCIC ATLAS_INT_PCIC | ||
| 27 | #define PCID ATLAS_INT_PCID | ||
| 28 | #define INTA ATLAS_INT_INTA | ||
| 29 | #define INTB ATLAS_INT_INTB | ||
| 30 | #define ETH ATLAS_INT_ETH | ||
| 31 | #define INTC ATLAS_INT_INTC | ||
| 32 | #define SCSI ATLAS_INT_SCSI | ||
| 33 | #define INTD ATLAS_INT_INTD | ||
| 34 | |||
| 35 | static char irq_tab[][5] __initdata = { | ||
| 36 | /* INTA INTB INTC INTD */ | ||
| 37 | {0, 0, 0, 0, 0 }, /* 0: Unused */ | ||
| 38 | {0, 0, 0, 0, 0 }, /* 1: Unused */ | ||
| 39 | {0, 0, 0, 0, 0 }, /* 2: Unused */ | ||
| 40 | {0, 0, 0, 0, 0 }, /* 3: Unused */ | ||
| 41 | {0, 0, 0, 0, 0 }, /* 4: Unused */ | ||
| 42 | {0, 0, 0, 0, 0 }, /* 5: Unused */ | ||
| 43 | {0, 0, 0, 0, 0 }, /* 6: Unused */ | ||
| 44 | {0, 0, 0, 0, 0 }, /* 7: Unused */ | ||
| 45 | {0, 0, 0, 0, 0 }, /* 8: Unused */ | ||
| 46 | {0, 0, 0, 0, 0 }, /* 9: Unused */ | ||
| 47 | {0, 0, 0, 0, 0 }, /* 10: Unused */ | ||
| 48 | {0, 0, 0, 0, 0 }, /* 11: Unused */ | ||
| 49 | {0, 0, 0, 0, 0 }, /* 12: Unused */ | ||
| 50 | {0, 0, 0, 0, 0 }, /* 13: Unused */ | ||
| 51 | {0, 0, 0, 0, 0 }, /* 14: Unused */ | ||
| 52 | {0, PCIA, PCIB, PCIC, PCID }, /* 15: cPCI (behind 21150) */ | ||
| 53 | {0, SCSI, 0, 0, 0 }, /* 16: SYM53C810A SCSI */ | ||
| 54 | {0, 0, 0, 0, 0 }, /* 17: Core */ | ||
| 55 | {0, INTA, INTB, INTC, INTD }, /* 18: PCI Slot */ | ||
| 56 | {0, ETH, 0, 0, 0 }, /* 19: SAA9730 Eth. et al. */ | ||
| 57 | {0, 0, 0, 0, 0 }, /* 20: Unused */ | ||
| 58 | {0, 0, 0, 0, 0 } /* 21: Unused */ | ||
| 59 | }; | ||
| 60 | |||
| 61 | int __init pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) | ||
| 62 | { | ||
| 63 | return irq_tab[slot][pin]; | ||
| 64 | } | ||
| 65 | |||
| 66 | /* Do platform specific device initialization at pci_enable_device() time */ | ||
| 67 | int pcibios_plat_dev_init(struct pci_dev *dev) | ||
| 68 | { | ||
| 69 | return 0; | ||
| 70 | } | ||
| 71 | |||
| 72 | #ifdef CONFIG_KGDB | ||
| 73 | /* | ||
| 74 | * The PCI scan may have moved the saa9730 I/O address, so reread | ||
| 75 | * the address here. | ||
| 76 | * This does mean that it's not possible to debug the PCI bus configuration | ||
| 77 | * code, but it is better than nothing... | ||
| 78 | */ | ||
| 79 | |||
| 80 | static void atlas_saa9730_base_fixup(struct pci_dev *pdev) | ||
| 81 | { | ||
| 82 | extern void *saa9730_base; | ||
| 83 | if (pdev->bus == 0 && PCI_SLOT(pdev->devfn) == 19) | ||
| 84 | (void) pci_read_config_dword(pdev, 0x14, (u32 *)&saa9730_base); | ||
| 85 | printk("saa9730_base = %x\n", saa9730_base); | ||
| 86 | } | ||
| 87 | |||
| 88 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_PHILIPS, PCI_DEVICE_ID_PHILIPS_SAA9730, | ||
| 89 | atlas_saa9730_base_fixup); | ||
| 90 | |||
| 91 | #endif | ||
