diff options
author | Paul Mackerras <paulus@samba.org> | 2006-07-03 17:33:28 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-07-03 17:33:28 -0400 |
commit | 39ab9c212aac48f2744f2fd7722fa639ec048eb7 (patch) | |
tree | 53002697e20e41ccd1b95e58154552a7ae74012a | |
parent | 0fbfb036adee72cbfff170075e84ffd9e54f1938 (diff) | |
parent | 71bc7bf045262e82c645cad48fd56dd17e75344e (diff) |
Merge branch 'for_paulus' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc
-rw-r--r-- | Documentation/powerpc/booting-without-of.txt | 4 | ||||
-rw-r--r-- | arch/powerpc/configs/mpc834x_itx_defconfig | 1336 | ||||
-rw-r--r-- | arch/powerpc/platforms/83xx/Kconfig | 11 | ||||
-rw-r--r-- | arch/powerpc/platforms/83xx/Makefile | 1 | ||||
-rw-r--r-- | arch/powerpc/platforms/83xx/mpc834x_itx.c | 156 | ||||
-rw-r--r-- | arch/powerpc/platforms/83xx/mpc834x_itx.h | 23 |
6 files changed, 1528 insertions, 3 deletions
diff --git a/Documentation/powerpc/booting-without-of.txt b/Documentation/powerpc/booting-without-of.txt index 217e51768b87..3c62e66e1fcc 100644 --- a/Documentation/powerpc/booting-without-of.txt +++ b/Documentation/powerpc/booting-without-of.txt | |||
@@ -1436,9 +1436,9 @@ platforms are moved over to use the flattened-device-tree model. | |||
1436 | interrupts = <1d 3>; | 1436 | interrupts = <1d 3>; |
1437 | interrupt-parent = <40000>; | 1437 | interrupt-parent = <40000>; |
1438 | num-channels = <4>; | 1438 | num-channels = <4>; |
1439 | channel-fifo-len = <24>; | 1439 | channel-fifo-len = <18>; |
1440 | exec-units-mask = <000000fe>; | 1440 | exec-units-mask = <000000fe>; |
1441 | descriptor-types-mask = <073f1127>; | 1441 | descriptor-types-mask = <012b0ebf>; |
1442 | }; | 1442 | }; |
1443 | 1443 | ||
1444 | 1444 | ||
diff --git a/arch/powerpc/configs/mpc834x_itx_defconfig b/arch/powerpc/configs/mpc834x_itx_defconfig new file mode 100644 index 000000000000..fc2d9789adc8 --- /dev/null +++ b/arch/powerpc/configs/mpc834x_itx_defconfig | |||
@@ -0,0 +1,1336 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.17 | ||
4 | # Fri Jun 30 17:53:25 2006 | ||
5 | # | ||
6 | # CONFIG_PPC64 is not set | ||
7 | CONFIG_PPC32=y | ||
8 | CONFIG_PPC_MERGE=y | ||
9 | CONFIG_MMU=y | ||
10 | CONFIG_GENERIC_HARDIRQS=y | ||
11 | CONFIG_IRQ_PER_CPU=y | ||
12 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | ||
13 | CONFIG_GENERIC_HWEIGHT=y | ||
14 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
15 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
16 | CONFIG_PPC=y | ||
17 | CONFIG_EARLY_PRINTK=y | ||
18 | CONFIG_GENERIC_NVRAM=y | ||
19 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | ||
20 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | ||
21 | CONFIG_PPC_OF=y | ||
22 | CONFIG_PPC_UDBG_16550=y | ||
23 | # CONFIG_GENERIC_TBSYNC is not set | ||
24 | CONFIG_DEFAULT_UIMAGE=y | ||
25 | |||
26 | # | ||
27 | # Processor support | ||
28 | # | ||
29 | # CONFIG_CLASSIC32 is not set | ||
30 | # CONFIG_PPC_52xx is not set | ||
31 | # CONFIG_PPC_82xx is not set | ||
32 | CONFIG_PPC_83xx=y | ||
33 | # CONFIG_PPC_85xx is not set | ||
34 | # CONFIG_PPC_86xx is not set | ||
35 | # CONFIG_40x is not set | ||
36 | # CONFIG_44x is not set | ||
37 | # CONFIG_8xx is not set | ||
38 | # CONFIG_E200 is not set | ||
39 | CONFIG_6xx=y | ||
40 | CONFIG_83xx=y | ||
41 | CONFIG_PPC_FPU=y | ||
42 | CONFIG_PPC_STD_MMU=y | ||
43 | CONFIG_PPC_STD_MMU_32=y | ||
44 | # CONFIG_SMP is not set | ||
45 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
46 | |||
47 | # | ||
48 | # Code maturity level options | ||
49 | # | ||
50 | CONFIG_EXPERIMENTAL=y | ||
51 | CONFIG_BROKEN_ON_SMP=y | ||
52 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
53 | |||
54 | # | ||
55 | # General setup | ||
56 | # | ||
57 | CONFIG_LOCALVERSION="" | ||
58 | CONFIG_LOCALVERSION_AUTO=y | ||
59 | CONFIG_SWAP=y | ||
60 | CONFIG_SYSVIPC=y | ||
61 | # CONFIG_POSIX_MQUEUE is not set | ||
62 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
63 | CONFIG_SYSCTL=y | ||
64 | # CONFIG_AUDIT is not set | ||
65 | # CONFIG_IKCONFIG is not set | ||
66 | # CONFIG_RELAY is not set | ||
67 | CONFIG_INITRAMFS_SOURCE="" | ||
68 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
69 | CONFIG_EMBEDDED=y | ||
70 | # CONFIG_KALLSYMS is not set | ||
71 | CONFIG_HOTPLUG=y | ||
72 | CONFIG_PRINTK=y | ||
73 | CONFIG_BUG=y | ||
74 | CONFIG_ELF_CORE=y | ||
75 | CONFIG_BASE_FULL=y | ||
76 | CONFIG_RT_MUTEXES=y | ||
77 | CONFIG_FUTEX=y | ||
78 | # CONFIG_EPOLL is not set | ||
79 | CONFIG_SHMEM=y | ||
80 | CONFIG_SLAB=y | ||
81 | # CONFIG_TINY_SHMEM is not set | ||
82 | CONFIG_BASE_SMALL=0 | ||
83 | # CONFIG_SLOB is not set | ||
84 | |||
85 | # | ||
86 | # Loadable module support | ||
87 | # | ||
88 | CONFIG_MODULES=y | ||
89 | CONFIG_MODULE_UNLOAD=y | ||
90 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
91 | # CONFIG_MODVERSIONS is not set | ||
92 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
93 | # CONFIG_KMOD is not set | ||
94 | |||
95 | # | ||
96 | # Block layer | ||
97 | # | ||
98 | # CONFIG_LBD is not set | ||
99 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
100 | # CONFIG_LSF is not set | ||
101 | |||
102 | # | ||
103 | # IO Schedulers | ||
104 | # | ||
105 | CONFIG_IOSCHED_NOOP=y | ||
106 | CONFIG_IOSCHED_AS=y | ||
107 | CONFIG_IOSCHED_DEADLINE=y | ||
108 | CONFIG_IOSCHED_CFQ=y | ||
109 | CONFIG_DEFAULT_AS=y | ||
110 | # CONFIG_DEFAULT_DEADLINE is not set | ||
111 | # CONFIG_DEFAULT_CFQ is not set | ||
112 | # CONFIG_DEFAULT_NOOP is not set | ||
113 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
114 | CONFIG_PPC_GEN550=y | ||
115 | # CONFIG_WANT_EARLY_SERIAL is not set | ||
116 | |||
117 | # | ||
118 | # Platform support | ||
119 | # | ||
120 | # CONFIG_MPC834x_SYS is not set | ||
121 | CONFIG_MPC834x_ITX=y | ||
122 | CONFIG_MPC834x=y | ||
123 | |||
124 | # | ||
125 | # Kernel options | ||
126 | # | ||
127 | # CONFIG_HIGHMEM is not set | ||
128 | # CONFIG_HZ_100 is not set | ||
129 | CONFIG_HZ_250=y | ||
130 | # CONFIG_HZ_1000 is not set | ||
131 | CONFIG_HZ=250 | ||
132 | CONFIG_PREEMPT_NONE=y | ||
133 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
134 | # CONFIG_PREEMPT is not set | ||
135 | CONFIG_BINFMT_ELF=y | ||
136 | # CONFIG_BINFMT_MISC is not set | ||
137 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=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_PROC_DEVICETREE=y | ||
149 | # CONFIG_CMDLINE_BOOL is not set | ||
150 | # CONFIG_PM is not set | ||
151 | # CONFIG_SOFTWARE_SUSPEND is not set | ||
152 | CONFIG_SECCOMP=y | ||
153 | CONFIG_ISA_DMA_API=y | ||
154 | |||
155 | # | ||
156 | # Bus options | ||
157 | # | ||
158 | CONFIG_GENERIC_ISA_DMA=y | ||
159 | # CONFIG_PPC_I8259 is not set | ||
160 | CONFIG_PPC_INDIRECT_PCI=y | ||
161 | CONFIG_FSL_SOC=y | ||
162 | CONFIG_PCI=y | ||
163 | CONFIG_PCI_DOMAINS=y | ||
164 | # CONFIG_PCIEPORTBUS is not set | ||
165 | # CONFIG_PCI_DEBUG is not set | ||
166 | |||
167 | # | ||
168 | # PCCARD (PCMCIA/CardBus) support | ||
169 | # | ||
170 | # CONFIG_PCCARD is not set | ||
171 | |||
172 | # | ||
173 | # PCI Hotplug Support | ||
174 | # | ||
175 | # CONFIG_HOTPLUG_PCI is not set | ||
176 | |||
177 | # | ||
178 | # Advanced setup | ||
179 | # | ||
180 | # CONFIG_ADVANCED_OPTIONS is not set | ||
181 | |||
182 | # | ||
183 | # Default settings for advanced configuration options are used | ||
184 | # | ||
185 | CONFIG_HIGHMEM_START=0xfe000000 | ||
186 | CONFIG_LOWMEM_SIZE=0x30000000 | ||
187 | CONFIG_KERNEL_START=0xc0000000 | ||
188 | CONFIG_TASK_SIZE=0x80000000 | ||
189 | CONFIG_BOOT_LOAD=0x00800000 | ||
190 | |||
191 | # | ||
192 | # Networking | ||
193 | # | ||
194 | CONFIG_NET=y | ||
195 | |||
196 | # | ||
197 | # Networking options | ||
198 | # | ||
199 | # CONFIG_NETDEBUG is not set | ||
200 | CONFIG_PACKET=y | ||
201 | # CONFIG_PACKET_MMAP is not set | ||
202 | CONFIG_UNIX=y | ||
203 | CONFIG_XFRM=y | ||
204 | # CONFIG_XFRM_USER is not set | ||
205 | # CONFIG_NET_KEY is not set | ||
206 | CONFIG_INET=y | ||
207 | CONFIG_IP_MULTICAST=y | ||
208 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
209 | CONFIG_IP_FIB_HASH=y | ||
210 | CONFIG_IP_PNP=y | ||
211 | CONFIG_IP_PNP_DHCP=y | ||
212 | CONFIG_IP_PNP_BOOTP=y | ||
213 | # CONFIG_IP_PNP_RARP is not set | ||
214 | # CONFIG_NET_IPIP is not set | ||
215 | # CONFIG_NET_IPGRE is not set | ||
216 | # CONFIG_IP_MROUTE is not set | ||
217 | # CONFIG_ARPD is not set | ||
218 | CONFIG_SYN_COOKIES=y | ||
219 | # CONFIG_INET_AH is not set | ||
220 | # CONFIG_INET_ESP is not set | ||
221 | # CONFIG_INET_IPCOMP is not set | ||
222 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
223 | # CONFIG_INET_TUNNEL is not set | ||
224 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
225 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
226 | CONFIG_INET_DIAG=y | ||
227 | CONFIG_INET_TCP_DIAG=y | ||
228 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
229 | CONFIG_TCP_CONG_BIC=y | ||
230 | # CONFIG_IPV6 is not set | ||
231 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
232 | # CONFIG_INET6_TUNNEL is not set | ||
233 | # CONFIG_NETWORK_SECMARK is not set | ||
234 | # CONFIG_NETFILTER is not set | ||
235 | |||
236 | # | ||
237 | # DCCP Configuration (EXPERIMENTAL) | ||
238 | # | ||
239 | # CONFIG_IP_DCCP is not set | ||
240 | |||
241 | # | ||
242 | # SCTP Configuration (EXPERIMENTAL) | ||
243 | # | ||
244 | # CONFIG_IP_SCTP is not set | ||
245 | |||
246 | # | ||
247 | # TIPC Configuration (EXPERIMENTAL) | ||
248 | # | ||
249 | # CONFIG_TIPC is not set | ||
250 | # CONFIG_ATM is not set | ||
251 | # CONFIG_BRIDGE is not set | ||
252 | # CONFIG_VLAN_8021Q is not set | ||
253 | # CONFIG_DECNET is not set | ||
254 | # CONFIG_LLC2 is not set | ||
255 | # CONFIG_IPX is not set | ||
256 | # CONFIG_ATALK is not set | ||
257 | # CONFIG_X25 is not set | ||
258 | # CONFIG_LAPB is not set | ||
259 | # CONFIG_NET_DIVERT is not set | ||
260 | # CONFIG_ECONET is not set | ||
261 | # CONFIG_WAN_ROUTER is not set | ||
262 | |||
263 | # | ||
264 | # QoS and/or fair queueing | ||
265 | # | ||
266 | # CONFIG_NET_SCHED is not set | ||
267 | |||
268 | # | ||
269 | # Network testing | ||
270 | # | ||
271 | # CONFIG_NET_PKTGEN is not set | ||
272 | # CONFIG_HAMRADIO is not set | ||
273 | # CONFIG_IRDA is not set | ||
274 | # CONFIG_BT is not set | ||
275 | # CONFIG_IEEE80211 is not set | ||
276 | |||
277 | # | ||
278 | # Device Drivers | ||
279 | # | ||
280 | |||
281 | # | ||
282 | # Generic Driver Options | ||
283 | # | ||
284 | CONFIG_STANDALONE=y | ||
285 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
286 | # CONFIG_FW_LOADER is not set | ||
287 | # CONFIG_DEBUG_DRIVER is not set | ||
288 | # CONFIG_SYS_HYPERVISOR is not set | ||
289 | |||
290 | # | ||
291 | # Connector - unified userspace <-> kernelspace linker | ||
292 | # | ||
293 | # CONFIG_CONNECTOR is not set | ||
294 | |||
295 | # | ||
296 | # Memory Technology Devices (MTD) | ||
297 | # | ||
298 | CONFIG_MTD=y | ||
299 | # CONFIG_MTD_DEBUG is not set | ||
300 | # CONFIG_MTD_CONCAT is not set | ||
301 | # CONFIG_MTD_PARTITIONS is not set | ||
302 | |||
303 | # | ||
304 | # User Modules And Translation Layers | ||
305 | # | ||
306 | CONFIG_MTD_CHAR=y | ||
307 | # CONFIG_MTD_BLOCK is not set | ||
308 | # CONFIG_MTD_BLOCK_RO is not set | ||
309 | # CONFIG_FTL is not set | ||
310 | # CONFIG_NFTL is not set | ||
311 | # CONFIG_INFTL is not set | ||
312 | # CONFIG_RFD_FTL is not set | ||
313 | |||
314 | # | ||
315 | # RAM/ROM/Flash chip drivers | ||
316 | # | ||
317 | CONFIG_MTD_CFI=y | ||
318 | # CONFIG_MTD_JEDECPROBE is not set | ||
319 | CONFIG_MTD_GEN_PROBE=y | ||
320 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | ||
321 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
322 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
323 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
324 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
325 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
326 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
327 | CONFIG_MTD_CFI_I1=y | ||
328 | CONFIG_MTD_CFI_I2=y | ||
329 | # CONFIG_MTD_CFI_I4 is not set | ||
330 | # CONFIG_MTD_CFI_I8 is not set | ||
331 | # CONFIG_MTD_CFI_INTELEXT is not set | ||
332 | CONFIG_MTD_CFI_AMDSTD=y | ||
333 | # CONFIG_MTD_CFI_STAA is not set | ||
334 | CONFIG_MTD_CFI_UTIL=y | ||
335 | # CONFIG_MTD_RAM is not set | ||
336 | # CONFIG_MTD_ROM is not set | ||
337 | # CONFIG_MTD_ABSENT is not set | ||
338 | # CONFIG_MTD_OBSOLETE_CHIPS is not set | ||
339 | |||
340 | # | ||
341 | # Mapping drivers for chip access | ||
342 | # | ||
343 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
344 | CONFIG_MTD_PHYSMAP=y | ||
345 | CONFIG_MTD_PHYSMAP_START=0xfe000000 | ||
346 | CONFIG_MTD_PHYSMAP_LEN=0x1000000 | ||
347 | CONFIG_MTD_PHYSMAP_BANKWIDTH=2 | ||
348 | # CONFIG_MTD_PLATRAM is not set | ||
349 | |||
350 | # | ||
351 | # Self-contained MTD device drivers | ||
352 | # | ||
353 | # CONFIG_MTD_PMC551 is not set | ||
354 | # CONFIG_MTD_DATAFLASH is not set | ||
355 | # CONFIG_MTD_M25P80 is not set | ||
356 | # CONFIG_MTD_SLRAM is not set | ||
357 | # CONFIG_MTD_PHRAM is not set | ||
358 | # CONFIG_MTD_MTDRAM is not set | ||
359 | # CONFIG_MTD_BLOCK2MTD is not set | ||
360 | |||
361 | # | ||
362 | # Disk-On-Chip Device Drivers | ||
363 | # | ||
364 | # CONFIG_MTD_DOC2000 is not set | ||
365 | # CONFIG_MTD_DOC2001 is not set | ||
366 | # CONFIG_MTD_DOC2001PLUS is not set | ||
367 | |||
368 | # | ||
369 | # NAND Flash Device Drivers | ||
370 | # | ||
371 | # CONFIG_MTD_NAND is not set | ||
372 | |||
373 | # | ||
374 | # OneNAND Flash Device Drivers | ||
375 | # | ||
376 | # CONFIG_MTD_ONENAND is not set | ||
377 | |||
378 | # | ||
379 | # Parallel port support | ||
380 | # | ||
381 | # CONFIG_PARPORT is not set | ||
382 | |||
383 | # | ||
384 | # Plug and Play support | ||
385 | # | ||
386 | |||
387 | # | ||
388 | # Block devices | ||
389 | # | ||
390 | # CONFIG_BLK_DEV_FD is not set | ||
391 | # CONFIG_BLK_CPQ_DA is not set | ||
392 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
393 | # CONFIG_BLK_DEV_DAC960 is not set | ||
394 | # CONFIG_BLK_DEV_UMEM is not set | ||
395 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
396 | CONFIG_BLK_DEV_LOOP=y | ||
397 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
398 | # CONFIG_BLK_DEV_NBD is not set | ||
399 | # CONFIG_BLK_DEV_SX8 is not set | ||
400 | # CONFIG_BLK_DEV_UB is not set | ||
401 | CONFIG_BLK_DEV_RAM=y | ||
402 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
403 | CONFIG_BLK_DEV_RAM_SIZE=32768 | ||
404 | CONFIG_BLK_DEV_INITRD=y | ||
405 | # CONFIG_CDROM_PKTCDVD is not set | ||
406 | # CONFIG_ATA_OVER_ETH is not set | ||
407 | |||
408 | # | ||
409 | # ATA/ATAPI/MFM/RLL support | ||
410 | # | ||
411 | CONFIG_IDE=y | ||
412 | # CONFIG_BLK_DEV_IDE is not set | ||
413 | # CONFIG_BLK_DEV_HD_ONLY is not set | ||
414 | # CONFIG_BLK_DEV_HD is not set | ||
415 | |||
416 | # | ||
417 | # SCSI device support | ||
418 | # | ||
419 | # CONFIG_RAID_ATTRS is not set | ||
420 | CONFIG_SCSI=y | ||
421 | CONFIG_SCSI_PROC_FS=y | ||
422 | |||
423 | # | ||
424 | # SCSI support type (disk, tape, CD-ROM) | ||
425 | # | ||
426 | CONFIG_BLK_DEV_SD=y | ||
427 | # CONFIG_CHR_DEV_ST is not set | ||
428 | # CONFIG_CHR_DEV_OSST is not set | ||
429 | # CONFIG_BLK_DEV_SR is not set | ||
430 | CONFIG_CHR_DEV_SG=y | ||
431 | # CONFIG_CHR_DEV_SCH is not set | ||
432 | |||
433 | # | ||
434 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
435 | # | ||
436 | # CONFIG_SCSI_MULTI_LUN is not set | ||
437 | # CONFIG_SCSI_CONSTANTS is not set | ||
438 | # CONFIG_SCSI_LOGGING is not set | ||
439 | |||
440 | # | ||
441 | # SCSI Transport Attributes | ||
442 | # | ||
443 | CONFIG_SCSI_SPI_ATTRS=y | ||
444 | # CONFIG_SCSI_FC_ATTRS is not set | ||
445 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
446 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
447 | |||
448 | # | ||
449 | # SCSI low-level drivers | ||
450 | # | ||
451 | # CONFIG_ISCSI_TCP is not set | ||
452 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | ||
453 | # CONFIG_SCSI_3W_9XXX is not set | ||
454 | # CONFIG_SCSI_ACARD is not set | ||
455 | # CONFIG_SCSI_AACRAID is not set | ||
456 | # CONFIG_SCSI_AIC7XXX is not set | ||
457 | # CONFIG_SCSI_AIC7XXX_OLD is not set | ||
458 | # CONFIG_SCSI_AIC79XX is not set | ||
459 | # CONFIG_SCSI_DPT_I2O is not set | ||
460 | # CONFIG_MEGARAID_NEWGEN is not set | ||
461 | # CONFIG_MEGARAID_LEGACY is not set | ||
462 | # CONFIG_MEGARAID_SAS is not set | ||
463 | CONFIG_SCSI_SATA=y | ||
464 | # CONFIG_SCSI_SATA_AHCI is not set | ||
465 | # CONFIG_SCSI_SATA_SVW is not set | ||
466 | # CONFIG_SCSI_ATA_PIIX is not set | ||
467 | # CONFIG_SCSI_SATA_MV is not set | ||
468 | # CONFIG_SCSI_SATA_NV is not set | ||
469 | # CONFIG_SCSI_PDC_ADMA is not set | ||
470 | # CONFIG_SCSI_HPTIOP is not set | ||
471 | # CONFIG_SCSI_SATA_QSTOR is not set | ||
472 | # CONFIG_SCSI_SATA_PROMISE is not set | ||
473 | # CONFIG_SCSI_SATA_SX4 is not set | ||
474 | CONFIG_SCSI_SATA_SIL=y | ||
475 | # CONFIG_SCSI_SATA_SIL24 is not set | ||
476 | # CONFIG_SCSI_SATA_SIS is not set | ||
477 | # CONFIG_SCSI_SATA_ULI is not set | ||
478 | # CONFIG_SCSI_SATA_VIA is not set | ||
479 | # CONFIG_SCSI_SATA_VITESSE is not set | ||
480 | # CONFIG_SCSI_BUSLOGIC is not set | ||
481 | # CONFIG_SCSI_DMX3191D is not set | ||
482 | # CONFIG_SCSI_EATA is not set | ||
483 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | ||
484 | # CONFIG_SCSI_GDTH is not set | ||
485 | # CONFIG_SCSI_IPS is not set | ||
486 | # CONFIG_SCSI_INITIO is not set | ||
487 | # CONFIG_SCSI_INIA100 is not set | ||
488 | # CONFIG_SCSI_SYM53C8XX_2 is not set | ||
489 | # CONFIG_SCSI_IPR is not set | ||
490 | # CONFIG_SCSI_QLOGIC_1280 is not set | ||
491 | # CONFIG_SCSI_QLA_FC is not set | ||
492 | # CONFIG_SCSI_LPFC is not set | ||
493 | # CONFIG_SCSI_DC395x is not set | ||
494 | # CONFIG_SCSI_DC390T is not set | ||
495 | # CONFIG_SCSI_NSP32 is not set | ||
496 | # CONFIG_SCSI_DEBUG is not set | ||
497 | |||
498 | # | ||
499 | # Multi-device support (RAID and LVM) | ||
500 | # | ||
501 | CONFIG_MD=y | ||
502 | CONFIG_BLK_DEV_MD=y | ||
503 | CONFIG_MD_LINEAR=y | ||
504 | CONFIG_MD_RAID0=y | ||
505 | CONFIG_MD_RAID1=y | ||
506 | # CONFIG_MD_RAID10 is not set | ||
507 | # CONFIG_MD_RAID456 is not set | ||
508 | # CONFIG_MD_MULTIPATH is not set | ||
509 | # CONFIG_MD_FAULTY is not set | ||
510 | # CONFIG_BLK_DEV_DM is not set | ||
511 | |||
512 | # | ||
513 | # Fusion MPT device support | ||
514 | # | ||
515 | # CONFIG_FUSION is not set | ||
516 | # CONFIG_FUSION_SPI is not set | ||
517 | # CONFIG_FUSION_FC is not set | ||
518 | # CONFIG_FUSION_SAS is not set | ||
519 | |||
520 | # | ||
521 | # IEEE 1394 (FireWire) support | ||
522 | # | ||
523 | # CONFIG_IEEE1394 is not set | ||
524 | |||
525 | # | ||
526 | # I2O device support | ||
527 | # | ||
528 | # CONFIG_I2O is not set | ||
529 | |||
530 | # | ||
531 | # Macintosh device drivers | ||
532 | # | ||
533 | # CONFIG_WINDFARM is not set | ||
534 | |||
535 | # | ||
536 | # Network device support | ||
537 | # | ||
538 | CONFIG_NETDEVICES=y | ||
539 | # CONFIG_DUMMY is not set | ||
540 | # CONFIG_BONDING is not set | ||
541 | # CONFIG_EQUALIZER is not set | ||
542 | # CONFIG_TUN is not set | ||
543 | |||
544 | # | ||
545 | # ARCnet devices | ||
546 | # | ||
547 | # CONFIG_ARCNET is not set | ||
548 | |||
549 | # | ||
550 | # PHY device support | ||
551 | # | ||
552 | CONFIG_PHYLIB=y | ||
553 | |||
554 | # | ||
555 | # MII PHY device drivers | ||
556 | # | ||
557 | # CONFIG_MARVELL_PHY is not set | ||
558 | # CONFIG_DAVICOM_PHY is not set | ||
559 | # CONFIG_QSEMI_PHY is not set | ||
560 | # CONFIG_LXT_PHY is not set | ||
561 | CONFIG_CICADA_PHY=y | ||
562 | # CONFIG_VITESSE_PHY is not set | ||
563 | # CONFIG_SMSC_PHY is not set | ||
564 | |||
565 | # | ||
566 | # Ethernet (10 or 100Mbit) | ||
567 | # | ||
568 | CONFIG_NET_ETHERNET=y | ||
569 | CONFIG_MII=y | ||
570 | # CONFIG_HAPPYMEAL is not set | ||
571 | # CONFIG_SUNGEM is not set | ||
572 | # CONFIG_CASSINI is not set | ||
573 | # CONFIG_NET_VENDOR_3COM is not set | ||
574 | |||
575 | # | ||
576 | # Tulip family network device support | ||
577 | # | ||
578 | # CONFIG_NET_TULIP is not set | ||
579 | # CONFIG_HP100 is not set | ||
580 | CONFIG_NET_PCI=y | ||
581 | # CONFIG_PCNET32 is not set | ||
582 | # CONFIG_AMD8111_ETH is not set | ||
583 | # CONFIG_ADAPTEC_STARFIRE is not set | ||
584 | # CONFIG_B44 is not set | ||
585 | # CONFIG_FORCEDETH is not set | ||
586 | # CONFIG_DGRS is not set | ||
587 | # CONFIG_EEPRO100 is not set | ||
588 | CONFIG_E100=y | ||
589 | # CONFIG_FEALNX is not set | ||
590 | # CONFIG_NATSEMI is not set | ||
591 | # CONFIG_NE2K_PCI is not set | ||
592 | # CONFIG_8139CP is not set | ||
593 | # CONFIG_8139TOO is not set | ||
594 | # CONFIG_SIS900 is not set | ||
595 | # CONFIG_EPIC100 is not set | ||
596 | # CONFIG_SUNDANCE is not set | ||
597 | # CONFIG_TLAN is not set | ||
598 | # CONFIG_VIA_RHINE is not set | ||
599 | |||
600 | # | ||
601 | # Ethernet (1000 Mbit) | ||
602 | # | ||
603 | # CONFIG_ACENIC is not set | ||
604 | # CONFIG_DL2K is not set | ||
605 | # CONFIG_E1000 is not set | ||
606 | # CONFIG_NS83820 is not set | ||
607 | # CONFIG_HAMACHI is not set | ||
608 | # CONFIG_YELLOWFIN is not set | ||
609 | # CONFIG_R8169 is not set | ||
610 | # CONFIG_SIS190 is not set | ||
611 | # CONFIG_SKGE is not set | ||
612 | # CONFIG_SKY2 is not set | ||
613 | # CONFIG_SK98LIN is not set | ||
614 | # CONFIG_VIA_VELOCITY is not set | ||
615 | # CONFIG_TIGON3 is not set | ||
616 | # CONFIG_BNX2 is not set | ||
617 | CONFIG_GIANFAR=y | ||
618 | CONFIG_GFAR_NAPI=y | ||
619 | |||
620 | # | ||
621 | # Ethernet (10000 Mbit) | ||
622 | # | ||
623 | # CONFIG_CHELSIO_T1 is not set | ||
624 | # CONFIG_IXGB is not set | ||
625 | # CONFIG_S2IO is not set | ||
626 | # CONFIG_MYRI10GE is not set | ||
627 | |||
628 | # | ||
629 | # Token Ring devices | ||
630 | # | ||
631 | # CONFIG_TR is not set | ||
632 | |||
633 | # | ||
634 | # Wireless LAN (non-hamradio) | ||
635 | # | ||
636 | # CONFIG_NET_RADIO is not set | ||
637 | |||
638 | # | ||
639 | # Wan interfaces | ||
640 | # | ||
641 | # CONFIG_WAN is not set | ||
642 | # CONFIG_FDDI is not set | ||
643 | # CONFIG_HIPPI is not set | ||
644 | # CONFIG_PPP is not set | ||
645 | # CONFIG_SLIP is not set | ||
646 | # CONFIG_NET_FC is not set | ||
647 | # CONFIG_SHAPER is not set | ||
648 | # CONFIG_NETCONSOLE is not set | ||
649 | # CONFIG_NETPOLL is not set | ||
650 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
651 | |||
652 | # | ||
653 | # ISDN subsystem | ||
654 | # | ||
655 | # CONFIG_ISDN is not set | ||
656 | |||
657 | # | ||
658 | # Telephony Support | ||
659 | # | ||
660 | # CONFIG_PHONE is not set | ||
661 | |||
662 | # | ||
663 | # Input device support | ||
664 | # | ||
665 | CONFIG_INPUT=y | ||
666 | |||
667 | # | ||
668 | # Userland interfaces | ||
669 | # | ||
670 | # CONFIG_INPUT_MOUSEDEV is not set | ||
671 | # CONFIG_INPUT_JOYDEV is not set | ||
672 | # CONFIG_INPUT_TSDEV is not set | ||
673 | # CONFIG_INPUT_EVDEV is not set | ||
674 | # CONFIG_INPUT_EVBUG is not set | ||
675 | |||
676 | # | ||
677 | # Input Device Drivers | ||
678 | # | ||
679 | # CONFIG_INPUT_KEYBOARD is not set | ||
680 | # CONFIG_INPUT_MOUSE is not set | ||
681 | # CONFIG_INPUT_JOYSTICK is not set | ||
682 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
683 | # CONFIG_INPUT_MISC is not set | ||
684 | |||
685 | # | ||
686 | # Hardware I/O ports | ||
687 | # | ||
688 | # CONFIG_SERIO is not set | ||
689 | # CONFIG_GAMEPORT is not set | ||
690 | |||
691 | # | ||
692 | # Character devices | ||
693 | # | ||
694 | # CONFIG_VT is not set | ||
695 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
696 | |||
697 | # | ||
698 | # Serial drivers | ||
699 | # | ||
700 | CONFIG_SERIAL_8250=y | ||
701 | CONFIG_SERIAL_8250_CONSOLE=y | ||
702 | CONFIG_SERIAL_8250_PCI=y | ||
703 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
704 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
705 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
706 | |||
707 | # | ||
708 | # Non-8250 serial port support | ||
709 | # | ||
710 | CONFIG_SERIAL_CORE=y | ||
711 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
712 | # CONFIG_SERIAL_JSM is not set | ||
713 | CONFIG_UNIX98_PTYS=y | ||
714 | CONFIG_LEGACY_PTYS=y | ||
715 | CONFIG_LEGACY_PTY_COUNT=256 | ||
716 | |||
717 | # | ||
718 | # IPMI | ||
719 | # | ||
720 | # CONFIG_IPMI_HANDLER is not set | ||
721 | |||
722 | # | ||
723 | # Watchdog Cards | ||
724 | # | ||
725 | CONFIG_WATCHDOG=y | ||
726 | # CONFIG_WATCHDOG_NOWAYOUT is not set | ||
727 | |||
728 | # | ||
729 | # Watchdog Device Drivers | ||
730 | # | ||
731 | # CONFIG_SOFT_WATCHDOG is not set | ||
732 | CONFIG_83xx_WDT=y | ||
733 | |||
734 | # | ||
735 | # PCI-based Watchdog Cards | ||
736 | # | ||
737 | # CONFIG_PCIPCWATCHDOG is not set | ||
738 | # CONFIG_WDTPCI is not set | ||
739 | |||
740 | # | ||
741 | # USB-based Watchdog Cards | ||
742 | # | ||
743 | # CONFIG_USBPCWATCHDOG is not set | ||
744 | CONFIG_HW_RANDOM=y | ||
745 | # CONFIG_NVRAM is not set | ||
746 | # CONFIG_GEN_RTC is not set | ||
747 | # CONFIG_DTLK is not set | ||
748 | # CONFIG_R3964 is not set | ||
749 | # CONFIG_APPLICOM is not set | ||
750 | |||
751 | # | ||
752 | # Ftape, the floppy tape device driver | ||
753 | # | ||
754 | # CONFIG_AGP is not set | ||
755 | # CONFIG_DRM is not set | ||
756 | # CONFIG_RAW_DRIVER is not set | ||
757 | |||
758 | # | ||
759 | # TPM devices | ||
760 | # | ||
761 | # CONFIG_TCG_TPM is not set | ||
762 | # CONFIG_TELCLOCK is not set | ||
763 | |||
764 | # | ||
765 | # I2C support | ||
766 | # | ||
767 | CONFIG_I2C=y | ||
768 | CONFIG_I2C_CHARDEV=y | ||
769 | |||
770 | # | ||
771 | # I2C Algorithms | ||
772 | # | ||
773 | # CONFIG_I2C_ALGOBIT is not set | ||
774 | # CONFIG_I2C_ALGOPCF is not set | ||
775 | # CONFIG_I2C_ALGOPCA is not set | ||
776 | |||
777 | # | ||
778 | # I2C Hardware Bus support | ||
779 | # | ||
780 | # CONFIG_I2C_ALI1535 is not set | ||
781 | # CONFIG_I2C_ALI1563 is not set | ||
782 | # CONFIG_I2C_ALI15X3 is not set | ||
783 | # CONFIG_I2C_AMD756 is not set | ||
784 | # CONFIG_I2C_AMD8111 is not set | ||
785 | # CONFIG_I2C_I801 is not set | ||
786 | # CONFIG_I2C_I810 is not set | ||
787 | # CONFIG_I2C_PIIX4 is not set | ||
788 | CONFIG_I2C_MPC=y | ||
789 | # CONFIG_I2C_NFORCE2 is not set | ||
790 | # CONFIG_I2C_OCORES is not set | ||
791 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
792 | # CONFIG_I2C_PROSAVAGE is not set | ||
793 | # CONFIG_I2C_SAVAGE4 is not set | ||
794 | # CONFIG_I2C_SIS5595 is not set | ||
795 | # CONFIG_I2C_SIS630 is not set | ||
796 | # CONFIG_I2C_SIS96X is not set | ||
797 | # CONFIG_I2C_STUB is not set | ||
798 | # CONFIG_I2C_VIA is not set | ||
799 | # CONFIG_I2C_VIAPRO is not set | ||
800 | # CONFIG_I2C_VOODOO3 is not set | ||
801 | # CONFIG_I2C_PCA_ISA is not set | ||
802 | |||
803 | # | ||
804 | # Miscellaneous I2C Chip support | ||
805 | # | ||
806 | # CONFIG_SENSORS_DS1337 is not set | ||
807 | # CONFIG_SENSORS_DS1374 is not set | ||
808 | # CONFIG_SENSORS_EEPROM is not set | ||
809 | # CONFIG_SENSORS_PCF8574 is not set | ||
810 | # CONFIG_SENSORS_PCA9539 is not set | ||
811 | # CONFIG_SENSORS_PCF8591 is not set | ||
812 | # CONFIG_SENSORS_M41T00 is not set | ||
813 | # CONFIG_SENSORS_MAX6875 is not set | ||
814 | # CONFIG_I2C_DEBUG_CORE is not set | ||
815 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
816 | # CONFIG_I2C_DEBUG_BUS is not set | ||
817 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
818 | |||
819 | # | ||
820 | # SPI support | ||
821 | # | ||
822 | CONFIG_SPI=y | ||
823 | # CONFIG_SPI_DEBUG is not set | ||
824 | CONFIG_SPI_MASTER=y | ||
825 | |||
826 | # | ||
827 | # SPI Master Controller Drivers | ||
828 | # | ||
829 | CONFIG_SPI_BITBANG=y | ||
830 | CONFIG_SPI_MPC83xx=y | ||
831 | |||
832 | # | ||
833 | # SPI Protocol Masters | ||
834 | # | ||
835 | |||
836 | # | ||
837 | # Dallas's 1-wire bus | ||
838 | # | ||
839 | |||
840 | # | ||
841 | # Hardware Monitoring support | ||
842 | # | ||
843 | CONFIG_HWMON=y | ||
844 | # CONFIG_HWMON_VID is not set | ||
845 | # CONFIG_SENSORS_ABITUGURU is not set | ||
846 | # CONFIG_SENSORS_ADM1021 is not set | ||
847 | # CONFIG_SENSORS_ADM1025 is not set | ||
848 | # CONFIG_SENSORS_ADM1026 is not set | ||
849 | # CONFIG_SENSORS_ADM1031 is not set | ||
850 | # CONFIG_SENSORS_ADM9240 is not set | ||
851 | # CONFIG_SENSORS_ASB100 is not set | ||
852 | # CONFIG_SENSORS_ATXP1 is not set | ||
853 | # CONFIG_SENSORS_DS1621 is not set | ||
854 | # CONFIG_SENSORS_F71805F is not set | ||
855 | # CONFIG_SENSORS_FSCHER is not set | ||
856 | # CONFIG_SENSORS_FSCPOS is not set | ||
857 | # CONFIG_SENSORS_GL518SM is not set | ||
858 | # CONFIG_SENSORS_GL520SM is not set | ||
859 | # CONFIG_SENSORS_IT87 is not set | ||
860 | # CONFIG_SENSORS_LM63 is not set | ||
861 | # CONFIG_SENSORS_LM70 is not set | ||
862 | # CONFIG_SENSORS_LM75 is not set | ||
863 | # CONFIG_SENSORS_LM77 is not set | ||
864 | # CONFIG_SENSORS_LM78 is not set | ||
865 | # CONFIG_SENSORS_LM80 is not set | ||
866 | # CONFIG_SENSORS_LM83 is not set | ||
867 | # CONFIG_SENSORS_LM85 is not set | ||
868 | # CONFIG_SENSORS_LM87 is not set | ||
869 | # CONFIG_SENSORS_LM90 is not set | ||
870 | # CONFIG_SENSORS_LM92 is not set | ||
871 | # CONFIG_SENSORS_MAX1619 is not set | ||
872 | # CONFIG_SENSORS_PC87360 is not set | ||
873 | # CONFIG_SENSORS_SIS5595 is not set | ||
874 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
875 | # CONFIG_SENSORS_SMSC47M192 is not set | ||
876 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
877 | # CONFIG_SENSORS_VIA686A is not set | ||
878 | # CONFIG_SENSORS_VT8231 is not set | ||
879 | # CONFIG_SENSORS_W83781D is not set | ||
880 | # CONFIG_SENSORS_W83791D is not set | ||
881 | # CONFIG_SENSORS_W83792D is not set | ||
882 | # CONFIG_SENSORS_W83L785TS is not set | ||
883 | # CONFIG_SENSORS_W83627HF is not set | ||
884 | # CONFIG_SENSORS_W83627EHF is not set | ||
885 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
886 | |||
887 | # | ||
888 | # Misc devices | ||
889 | # | ||
890 | |||
891 | # | ||
892 | # Multimedia devices | ||
893 | # | ||
894 | # CONFIG_VIDEO_DEV is not set | ||
895 | CONFIG_VIDEO_V4L2=y | ||
896 | |||
897 | # | ||
898 | # Digital Video Broadcasting Devices | ||
899 | # | ||
900 | # CONFIG_DVB is not set | ||
901 | # CONFIG_USB_DABUSB is not set | ||
902 | |||
903 | # | ||
904 | # Graphics support | ||
905 | # | ||
906 | CONFIG_FIRMWARE_EDID=y | ||
907 | # CONFIG_FB is not set | ||
908 | |||
909 | # | ||
910 | # Sound | ||
911 | # | ||
912 | # CONFIG_SOUND is not set | ||
913 | |||
914 | # | ||
915 | # USB support | ||
916 | # | ||
917 | CONFIG_USB_ARCH_HAS_HCD=y | ||
918 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
919 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
920 | CONFIG_USB=y | ||
921 | # CONFIG_USB_DEBUG is not set | ||
922 | |||
923 | # | ||
924 | # Miscellaneous USB options | ||
925 | # | ||
926 | CONFIG_USB_DEVICEFS=y | ||
927 | # CONFIG_USB_BANDWIDTH is not set | ||
928 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
929 | # CONFIG_USB_OTG is not set | ||
930 | |||
931 | # | ||
932 | # USB Host Controller Drivers | ||
933 | # | ||
934 | CONFIG_USB_EHCI_HCD=y | ||
935 | # CONFIG_USB_EHCI_SPLIT_ISO is not set | ||
936 | # CONFIG_USB_EHCI_ROOT_HUB_TT is not set | ||
937 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set | ||
938 | # CONFIG_USB_ISP116X_HCD is not set | ||
939 | CONFIG_USB_OHCI_HCD=y | ||
940 | # CONFIG_USB_OHCI_BIG_ENDIAN is not set | ||
941 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
942 | CONFIG_USB_UHCI_HCD=y | ||
943 | # CONFIG_USB_SL811_HCD is not set | ||
944 | |||
945 | # | ||
946 | # USB Device Class drivers | ||
947 | # | ||
948 | # CONFIG_USB_ACM is not set | ||
949 | # CONFIG_USB_PRINTER is not set | ||
950 | |||
951 | # | ||
952 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
953 | # | ||
954 | |||
955 | # | ||
956 | # may also be needed; see USB_STORAGE Help for more information | ||
957 | # | ||
958 | CONFIG_USB_STORAGE=y | ||
959 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
960 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
961 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
962 | # CONFIG_USB_STORAGE_DPCM is not set | ||
963 | # CONFIG_USB_STORAGE_USBAT is not set | ||
964 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
965 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
966 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
967 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
968 | # CONFIG_USB_LIBUSUAL is not set | ||
969 | |||
970 | # | ||
971 | # USB Input Devices | ||
972 | # | ||
973 | # CONFIG_USB_HID is not set | ||
974 | |||
975 | # | ||
976 | # USB HID Boot Protocol drivers | ||
977 | # | ||
978 | # CONFIG_USB_KBD is not set | ||
979 | # CONFIG_USB_MOUSE is not set | ||
980 | # CONFIG_USB_AIPTEK is not set | ||
981 | # CONFIG_USB_WACOM is not set | ||
982 | # CONFIG_USB_ACECAD is not set | ||
983 | # CONFIG_USB_KBTAB is not set | ||
984 | # CONFIG_USB_POWERMATE is not set | ||
985 | # CONFIG_USB_TOUCHSCREEN is not set | ||
986 | # CONFIG_USB_YEALINK is not set | ||
987 | # CONFIG_USB_XPAD is not set | ||
988 | # CONFIG_USB_ATI_REMOTE is not set | ||
989 | # CONFIG_USB_ATI_REMOTE2 is not set | ||
990 | # CONFIG_USB_KEYSPAN_REMOTE is not set | ||
991 | # CONFIG_USB_APPLETOUCH is not set | ||
992 | |||
993 | # | ||
994 | # USB Imaging devices | ||
995 | # | ||
996 | # CONFIG_USB_MDC800 is not set | ||
997 | # CONFIG_USB_MICROTEK is not set | ||
998 | |||
999 | # | ||
1000 | # USB Network Adapters | ||
1001 | # | ||
1002 | # CONFIG_USB_CATC is not set | ||
1003 | # CONFIG_USB_KAWETH is not set | ||
1004 | # CONFIG_USB_PEGASUS is not set | ||
1005 | # CONFIG_USB_RTL8150 is not set | ||
1006 | # CONFIG_USB_USBNET is not set | ||
1007 | CONFIG_USB_MON=y | ||
1008 | |||
1009 | # | ||
1010 | # USB port drivers | ||
1011 | # | ||
1012 | |||
1013 | # | ||
1014 | # USB Serial Converter support | ||
1015 | # | ||
1016 | # CONFIG_USB_SERIAL is not set | ||
1017 | |||
1018 | # | ||
1019 | # USB Miscellaneous drivers | ||
1020 | # | ||
1021 | # CONFIG_USB_EMI62 is not set | ||
1022 | # CONFIG_USB_EMI26 is not set | ||
1023 | # CONFIG_USB_AUERSWALD is not set | ||
1024 | # CONFIG_USB_RIO500 is not set | ||
1025 | # CONFIG_USB_LEGOTOWER is not set | ||
1026 | # CONFIG_USB_LCD is not set | ||
1027 | # CONFIG_USB_LED is not set | ||
1028 | # CONFIG_USB_CY7C63 is not set | ||
1029 | # CONFIG_USB_CYTHERM is not set | ||
1030 | # CONFIG_USB_PHIDGETKIT is not set | ||
1031 | # CONFIG_USB_PHIDGETSERVO is not set | ||
1032 | # CONFIG_USB_IDMOUSE is not set | ||
1033 | # CONFIG_USB_APPLEDISPLAY is not set | ||
1034 | # CONFIG_USB_SISUSBVGA is not set | ||
1035 | # CONFIG_USB_LD is not set | ||
1036 | # CONFIG_USB_TEST is not set | ||
1037 | |||
1038 | # | ||
1039 | # USB DSL modem support | ||
1040 | # | ||
1041 | |||
1042 | # | ||
1043 | # USB Gadget Support | ||
1044 | # | ||
1045 | CONFIG_USB_GADGET=y | ||
1046 | # CONFIG_USB_GADGET_DEBUG_FILES is not set | ||
1047 | CONFIG_USB_GADGET_SELECTED=y | ||
1048 | CONFIG_USB_GADGET_NET2280=y | ||
1049 | CONFIG_USB_NET2280=y | ||
1050 | # CONFIG_USB_GADGET_PXA2XX is not set | ||
1051 | # CONFIG_USB_GADGET_GOKU is not set | ||
1052 | # CONFIG_USB_GADGET_LH7A40X is not set | ||
1053 | # CONFIG_USB_GADGET_OMAP is not set | ||
1054 | # CONFIG_USB_GADGET_AT91 is not set | ||
1055 | # CONFIG_USB_GADGET_DUMMY_HCD is not set | ||
1056 | CONFIG_USB_GADGET_DUALSPEED=y | ||
1057 | # CONFIG_USB_ZERO is not set | ||
1058 | CONFIG_USB_ETH=y | ||
1059 | CONFIG_USB_ETH_RNDIS=y | ||
1060 | # CONFIG_USB_GADGETFS is not set | ||
1061 | # CONFIG_USB_FILE_STORAGE is not set | ||
1062 | # CONFIG_USB_G_SERIAL is not set | ||
1063 | |||
1064 | # | ||
1065 | # MMC/SD Card support | ||
1066 | # | ||
1067 | # CONFIG_MMC is not set | ||
1068 | |||
1069 | # | ||
1070 | # LED devices | ||
1071 | # | ||
1072 | # CONFIG_NEW_LEDS is not set | ||
1073 | |||
1074 | # | ||
1075 | # LED drivers | ||
1076 | # | ||
1077 | |||
1078 | # | ||
1079 | # LED Triggers | ||
1080 | # | ||
1081 | |||
1082 | # | ||
1083 | # InfiniBand support | ||
1084 | # | ||
1085 | # CONFIG_INFINIBAND is not set | ||
1086 | |||
1087 | # | ||
1088 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | ||
1089 | # | ||
1090 | |||
1091 | # | ||
1092 | # Real Time Clock | ||
1093 | # | ||
1094 | CONFIG_RTC_LIB=y | ||
1095 | CONFIG_RTC_CLASS=y | ||
1096 | CONFIG_RTC_HCTOSYS=y | ||
1097 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
1098 | |||
1099 | # | ||
1100 | # RTC interfaces | ||
1101 | # | ||
1102 | CONFIG_RTC_INTF_SYSFS=y | ||
1103 | CONFIG_RTC_INTF_PROC=y | ||
1104 | CONFIG_RTC_INTF_DEV=y | ||
1105 | CONFIG_RTC_INTF_DEV_UIE_EMUL=y | ||
1106 | |||
1107 | # | ||
1108 | # RTC drivers | ||
1109 | # | ||
1110 | # CONFIG_RTC_DRV_X1205 is not set | ||
1111 | CONFIG_RTC_DRV_DS1307=y | ||
1112 | # CONFIG_RTC_DRV_DS1553 is not set | ||
1113 | # CONFIG_RTC_DRV_DS1672 is not set | ||
1114 | # CONFIG_RTC_DRV_DS1742 is not set | ||
1115 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
1116 | # CONFIG_RTC_DRV_PCF8583 is not set | ||
1117 | # CONFIG_RTC_DRV_RS5C348 is not set | ||
1118 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
1119 | # CONFIG_RTC_DRV_M48T86 is not set | ||
1120 | # CONFIG_RTC_DRV_TEST is not set | ||
1121 | # CONFIG_RTC_DRV_MAX6902 is not set | ||
1122 | # CONFIG_RTC_DRV_V3020 is not set | ||
1123 | |||
1124 | # | ||
1125 | # DMA Engine support | ||
1126 | # | ||
1127 | CONFIG_DMA_ENGINE=y | ||
1128 | |||
1129 | # | ||
1130 | # DMA Clients | ||
1131 | # | ||
1132 | CONFIG_NET_DMA=y | ||
1133 | |||
1134 | # | ||
1135 | # DMA Devices | ||
1136 | # | ||
1137 | CONFIG_INTEL_IOATDMA=y | ||
1138 | |||
1139 | # | ||
1140 | # File systems | ||
1141 | # | ||
1142 | CONFIG_EXT2_FS=y | ||
1143 | # CONFIG_EXT2_FS_XATTR is not set | ||
1144 | # CONFIG_EXT2_FS_XIP is not set | ||
1145 | CONFIG_EXT3_FS=y | ||
1146 | CONFIG_EXT3_FS_XATTR=y | ||
1147 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
1148 | # CONFIG_EXT3_FS_SECURITY is not set | ||
1149 | CONFIG_JBD=y | ||
1150 | # CONFIG_JBD_DEBUG is not set | ||
1151 | CONFIG_FS_MBCACHE=y | ||
1152 | # CONFIG_REISERFS_FS is not set | ||
1153 | # CONFIG_JFS_FS is not set | ||
1154 | # CONFIG_FS_POSIX_ACL is not set | ||
1155 | # CONFIG_XFS_FS is not set | ||
1156 | # CONFIG_OCFS2_FS is not set | ||
1157 | # CONFIG_MINIX_FS is not set | ||
1158 | # CONFIG_ROMFS_FS is not set | ||
1159 | CONFIG_INOTIFY=y | ||
1160 | CONFIG_INOTIFY_USER=y | ||
1161 | # CONFIG_QUOTA is not set | ||
1162 | CONFIG_DNOTIFY=y | ||
1163 | # CONFIG_AUTOFS_FS is not set | ||
1164 | # CONFIG_AUTOFS4_FS is not set | ||
1165 | # CONFIG_FUSE_FS is not set | ||
1166 | |||
1167 | # | ||
1168 | # CD-ROM/DVD Filesystems | ||
1169 | # | ||
1170 | # CONFIG_ISO9660_FS is not set | ||
1171 | # CONFIG_UDF_FS is not set | ||
1172 | |||
1173 | # | ||
1174 | # DOS/FAT/NT Filesystems | ||
1175 | # | ||
1176 | # CONFIG_MSDOS_FS is not set | ||
1177 | # CONFIG_VFAT_FS is not set | ||
1178 | # CONFIG_NTFS_FS is not set | ||
1179 | |||
1180 | # | ||
1181 | # Pseudo filesystems | ||
1182 | # | ||
1183 | CONFIG_PROC_FS=y | ||
1184 | CONFIG_PROC_KCORE=y | ||
1185 | CONFIG_SYSFS=y | ||
1186 | CONFIG_TMPFS=y | ||
1187 | # CONFIG_HUGETLB_PAGE is not set | ||
1188 | CONFIG_RAMFS=y | ||
1189 | # CONFIG_CONFIGFS_FS is not set | ||
1190 | |||
1191 | # | ||
1192 | # Miscellaneous filesystems | ||
1193 | # | ||
1194 | # CONFIG_ADFS_FS is not set | ||
1195 | # CONFIG_AFFS_FS is not set | ||
1196 | # CONFIG_HFS_FS is not set | ||
1197 | # CONFIG_HFSPLUS_FS is not set | ||
1198 | # CONFIG_BEFS_FS is not set | ||
1199 | # CONFIG_BFS_FS is not set | ||
1200 | # CONFIG_EFS_FS is not set | ||
1201 | # CONFIG_JFFS_FS is not set | ||
1202 | # CONFIG_JFFS2_FS is not set | ||
1203 | # CONFIG_CRAMFS is not set | ||
1204 | # CONFIG_VXFS_FS is not set | ||
1205 | # CONFIG_HPFS_FS is not set | ||
1206 | # CONFIG_QNX4FS_FS is not set | ||
1207 | # CONFIG_SYSV_FS is not set | ||
1208 | # CONFIG_UFS_FS is not set | ||
1209 | |||
1210 | # | ||
1211 | # Network File Systems | ||
1212 | # | ||
1213 | CONFIG_NFS_FS=y | ||
1214 | CONFIG_NFS_V3=y | ||
1215 | # CONFIG_NFS_V3_ACL is not set | ||
1216 | CONFIG_NFS_V4=y | ||
1217 | # CONFIG_NFS_DIRECTIO is not set | ||
1218 | # CONFIG_NFSD is not set | ||
1219 | CONFIG_ROOT_NFS=y | ||
1220 | CONFIG_LOCKD=y | ||
1221 | CONFIG_LOCKD_V4=y | ||
1222 | CONFIG_NFS_COMMON=y | ||
1223 | CONFIG_SUNRPC=y | ||
1224 | CONFIG_SUNRPC_GSS=y | ||
1225 | CONFIG_RPCSEC_GSS_KRB5=y | ||
1226 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
1227 | # CONFIG_SMB_FS is not set | ||
1228 | # CONFIG_CIFS is not set | ||
1229 | # CONFIG_CIFS_DEBUG2 is not set | ||
1230 | # CONFIG_NCP_FS is not set | ||
1231 | # CONFIG_CODA_FS is not set | ||
1232 | # CONFIG_AFS_FS is not set | ||
1233 | # CONFIG_9P_FS is not set | ||
1234 | |||
1235 | # | ||
1236 | # Partition Types | ||
1237 | # | ||
1238 | CONFIG_PARTITION_ADVANCED=y | ||
1239 | # CONFIG_ACORN_PARTITION is not set | ||
1240 | # CONFIG_OSF_PARTITION is not set | ||
1241 | # CONFIG_AMIGA_PARTITION is not set | ||
1242 | # CONFIG_ATARI_PARTITION is not set | ||
1243 | # CONFIG_MAC_PARTITION is not set | ||
1244 | # CONFIG_MSDOS_PARTITION is not set | ||
1245 | # CONFIG_LDM_PARTITION is not set | ||
1246 | # CONFIG_SGI_PARTITION is not set | ||
1247 | # CONFIG_ULTRIX_PARTITION is not set | ||
1248 | # CONFIG_SUN_PARTITION is not set | ||
1249 | # CONFIG_KARMA_PARTITION is not set | ||
1250 | # CONFIG_EFI_PARTITION is not set | ||
1251 | |||
1252 | # | ||
1253 | # Native Language Support | ||
1254 | # | ||
1255 | # CONFIG_NLS is not set | ||
1256 | |||
1257 | # | ||
1258 | # Library routines | ||
1259 | # | ||
1260 | # CONFIG_CRC_CCITT is not set | ||
1261 | # CONFIG_CRC16 is not set | ||
1262 | CONFIG_CRC32=y | ||
1263 | # CONFIG_LIBCRC32C is not set | ||
1264 | CONFIG_PLIST=y | ||
1265 | |||
1266 | # | ||
1267 | # Instrumentation Support | ||
1268 | # | ||
1269 | # CONFIG_PROFILING is not set | ||
1270 | |||
1271 | # | ||
1272 | # Kernel hacking | ||
1273 | # | ||
1274 | CONFIG_PRINTK_TIME=y | ||
1275 | # CONFIG_MAGIC_SYSRQ is not set | ||
1276 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1277 | CONFIG_DEBUG_KERNEL=y | ||
1278 | CONFIG_LOG_BUF_SHIFT=17 | ||
1279 | CONFIG_DETECT_SOFTLOCKUP=y | ||
1280 | # CONFIG_SCHEDSTATS is not set | ||
1281 | # CONFIG_DEBUG_SLAB is not set | ||
1282 | # CONFIG_DEBUG_MUTEXES is not set | ||
1283 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1284 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1285 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1286 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1287 | # CONFIG_DEBUG_KOBJECT is not set | ||
1288 | CONFIG_DEBUG_INFO=y | ||
1289 | # CONFIG_DEBUG_FS is not set | ||
1290 | # CONFIG_DEBUG_VM is not set | ||
1291 | CONFIG_FORCED_INLINING=y | ||
1292 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1293 | # CONFIG_DEBUGGER is not set | ||
1294 | # CONFIG_BDI_SWITCH is not set | ||
1295 | CONFIG_BOOTX_TEXT=y | ||
1296 | CONFIG_SERIAL_TEXT_DEBUG=y | ||
1297 | # CONFIG_PPC_EARLY_DEBUG is not set | ||
1298 | |||
1299 | # | ||
1300 | # Security options | ||
1301 | # | ||
1302 | # CONFIG_KEYS is not set | ||
1303 | # CONFIG_SECURITY is not set | ||
1304 | |||
1305 | # | ||
1306 | # Cryptographic options | ||
1307 | # | ||
1308 | CONFIG_CRYPTO=y | ||
1309 | # CONFIG_CRYPTO_HMAC is not set | ||
1310 | # CONFIG_CRYPTO_NULL is not set | ||
1311 | # CONFIG_CRYPTO_MD4 is not set | ||
1312 | CONFIG_CRYPTO_MD5=y | ||
1313 | # CONFIG_CRYPTO_SHA1 is not set | ||
1314 | # CONFIG_CRYPTO_SHA256 is not set | ||
1315 | # CONFIG_CRYPTO_SHA512 is not set | ||
1316 | # CONFIG_CRYPTO_WP512 is not set | ||
1317 | # CONFIG_CRYPTO_TGR192 is not set | ||
1318 | CONFIG_CRYPTO_DES=y | ||
1319 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1320 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1321 | # CONFIG_CRYPTO_SERPENT is not set | ||
1322 | # CONFIG_CRYPTO_AES is not set | ||
1323 | # CONFIG_CRYPTO_CAST5 is not set | ||
1324 | # CONFIG_CRYPTO_CAST6 is not set | ||
1325 | # CONFIG_CRYPTO_TEA is not set | ||
1326 | # CONFIG_CRYPTO_ARC4 is not set | ||
1327 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1328 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1329 | # CONFIG_CRYPTO_DEFLATE is not set | ||
1330 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1331 | # CONFIG_CRYPTO_CRC32C is not set | ||
1332 | # CONFIG_CRYPTO_TEST is not set | ||
1333 | |||
1334 | # | ||
1335 | # Hardware crypto devices | ||
1336 | # | ||
diff --git a/arch/powerpc/platforms/83xx/Kconfig b/arch/powerpc/platforms/83xx/Kconfig index 7675e675dce1..5fe7b7faf45f 100644 --- a/arch/powerpc/platforms/83xx/Kconfig +++ b/arch/powerpc/platforms/83xx/Kconfig | |||
@@ -16,12 +16,21 @@ config MPC834x_SYS | |||
16 | 3 PCI slots. The PIBs PCI initialization is the bootloader's | 16 | 3 PCI slots. The PIBs PCI initialization is the bootloader's |
17 | responsiblilty. | 17 | responsiblilty. |
18 | 18 | ||
19 | config MPC834x_ITX | ||
20 | bool "Freescale MPC834x ITX" | ||
21 | select DEFAULT_UIMAGE | ||
22 | help | ||
23 | This option enables support for the MPC 834x ITX evaluation board. | ||
24 | |||
25 | Be aware that PCI initialization is the bootloader's | ||
26 | responsiblilty. | ||
27 | |||
19 | endchoice | 28 | endchoice |
20 | 29 | ||
21 | config MPC834x | 30 | config MPC834x |
22 | bool | 31 | bool |
23 | select PPC_UDBG_16550 | 32 | select PPC_UDBG_16550 |
24 | select PPC_INDIRECT_PCI | 33 | select PPC_INDIRECT_PCI |
25 | default y if MPC834x_SYS | 34 | default y if MPC834x_SYS || MPC834x_ITX |
26 | 35 | ||
27 | endmenu | 36 | endmenu |
diff --git a/arch/powerpc/platforms/83xx/Makefile b/arch/powerpc/platforms/83xx/Makefile index 5c72367441a8..9387a110d28a 100644 --- a/arch/powerpc/platforms/83xx/Makefile +++ b/arch/powerpc/platforms/83xx/Makefile | |||
@@ -4,3 +4,4 @@ | |||
4 | obj-y := misc.o | 4 | obj-y := misc.o |
5 | obj-$(CONFIG_PCI) += pci.o | 5 | obj-$(CONFIG_PCI) += pci.o |
6 | obj-$(CONFIG_MPC834x_SYS) += mpc834x_sys.o | 6 | obj-$(CONFIG_MPC834x_SYS) += mpc834x_sys.o |
7 | obj-$(CONFIG_MPC834x_ITX) += mpc834x_itx.o | ||
diff --git a/arch/powerpc/platforms/83xx/mpc834x_itx.c b/arch/powerpc/platforms/83xx/mpc834x_itx.c new file mode 100644 index 000000000000..b46305645d38 --- /dev/null +++ b/arch/powerpc/platforms/83xx/mpc834x_itx.c | |||
@@ -0,0 +1,156 @@ | |||
1 | /* | ||
2 | * arch/powerpc/platforms/83xx/mpc834x_itx.c | ||
3 | * | ||
4 | * MPC834x ITX board specific routines | ||
5 | * | ||
6 | * Maintainer: Kumar Gala <galak@kernel.crashing.org> | ||
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | */ | ||
13 | |||
14 | #include <linux/config.h> | ||
15 | #include <linux/stddef.h> | ||
16 | #include <linux/kernel.h> | ||
17 | #include <linux/init.h> | ||
18 | #include <linux/errno.h> | ||
19 | #include <linux/reboot.h> | ||
20 | #include <linux/pci.h> | ||
21 | #include <linux/kdev_t.h> | ||
22 | #include <linux/major.h> | ||
23 | #include <linux/console.h> | ||
24 | #include <linux/delay.h> | ||
25 | #include <linux/seq_file.h> | ||
26 | #include <linux/root_dev.h> | ||
27 | |||
28 | #include <asm/system.h> | ||
29 | #include <asm/atomic.h> | ||
30 | #include <asm/time.h> | ||
31 | #include <asm/io.h> | ||
32 | #include <asm/machdep.h> | ||
33 | #include <asm/ipic.h> | ||
34 | #include <asm/bootinfo.h> | ||
35 | #include <asm/irq.h> | ||
36 | #include <asm/prom.h> | ||
37 | #include <asm/udbg.h> | ||
38 | #include <sysdev/fsl_soc.h> | ||
39 | |||
40 | #include "mpc83xx.h" | ||
41 | |||
42 | #include <platforms/83xx/mpc834x_sys.h> | ||
43 | |||
44 | #ifndef CONFIG_PCI | ||
45 | unsigned long isa_io_base = 0; | ||
46 | unsigned long isa_mem_base = 0; | ||
47 | #endif | ||
48 | |||
49 | #ifdef CONFIG_PCI | ||
50 | static int | ||
51 | mpc83xx_map_irq(struct pci_dev *dev, unsigned char idsel, unsigned char pin) | ||
52 | { | ||
53 | static char pci_irq_table[][4] = | ||
54 | /* | ||
55 | * PCI IDSEL/INTPIN->INTLINE | ||
56 | * A B C D | ||
57 | */ | ||
58 | { | ||
59 | {PIRQB, PIRQC, PIRQD, PIRQA}, /* idsel 0x0e */ | ||
60 | {PIRQA, PIRQB, PIRQC, PIRQD}, /* idsel 0x0f */ | ||
61 | {PIRQC, PIRQD, PIRQA, PIRQB}, /* idsel 0x10 */ | ||
62 | }; | ||
63 | |||
64 | const long min_idsel = 0x0e, max_idsel = 0x10, irqs_per_slot = 4; | ||
65 | return PCI_IRQ_TABLE_LOOKUP; | ||
66 | } | ||
67 | #endif /* CONFIG_PCI */ | ||
68 | |||
69 | /* ************************************************************************ | ||
70 | * | ||
71 | * Setup the architecture | ||
72 | * | ||
73 | */ | ||
74 | static void __init mpc834x_itx_setup_arch(void) | ||
75 | { | ||
76 | struct device_node *np; | ||
77 | |||
78 | if (ppc_md.progress) | ||
79 | ppc_md.progress("mpc834x_itx_setup_arch()", 0); | ||
80 | |||
81 | np = of_find_node_by_type(NULL, "cpu"); | ||
82 | if (np != 0) { | ||
83 | unsigned int *fp = | ||
84 | (int *)get_property(np, "clock-frequency", NULL); | ||
85 | if (fp != 0) | ||
86 | loops_per_jiffy = *fp / HZ; | ||
87 | else | ||
88 | loops_per_jiffy = 50000000 / HZ; | ||
89 | of_node_put(np); | ||
90 | } | ||
91 | #ifdef CONFIG_PCI | ||
92 | for (np = NULL; (np = of_find_node_by_type(np, "pci")) != NULL;) | ||
93 | add_bridge(np); | ||
94 | |||
95 | ppc_md.pci_swizzle = common_swizzle; | ||
96 | ppc_md.pci_map_irq = mpc83xx_map_irq; | ||
97 | ppc_md.pci_exclude_device = mpc83xx_exclude_device; | ||
98 | #endif | ||
99 | |||
100 | #ifdef CONFIG_ROOT_NFS | ||
101 | ROOT_DEV = Root_NFS; | ||
102 | #else | ||
103 | ROOT_DEV = Root_HDA1; | ||
104 | #endif | ||
105 | } | ||
106 | |||
107 | void __init mpc834x_itx_init_IRQ(void) | ||
108 | { | ||
109 | u8 senses[8] = { | ||
110 | 0, /* EXT 0 */ | ||
111 | IRQ_SENSE_LEVEL, /* EXT 1 */ | ||
112 | IRQ_SENSE_LEVEL, /* EXT 2 */ | ||
113 | 0, /* EXT 3 */ | ||
114 | #ifdef CONFIG_PCI | ||
115 | IRQ_SENSE_LEVEL, /* EXT 4 */ | ||
116 | IRQ_SENSE_LEVEL, /* EXT 5 */ | ||
117 | IRQ_SENSE_LEVEL, /* EXT 6 */ | ||
118 | IRQ_SENSE_LEVEL, /* EXT 7 */ | ||
119 | #else | ||
120 | 0, /* EXT 4 */ | ||
121 | 0, /* EXT 5 */ | ||
122 | 0, /* EXT 6 */ | ||
123 | 0, /* EXT 7 */ | ||
124 | #endif | ||
125 | }; | ||
126 | |||
127 | ipic_init(get_immrbase() + 0x00700, 0, 0, senses, 8); | ||
128 | |||
129 | /* Initialize the default interrupt mapping priorities, | ||
130 | * in case the boot rom changed something on us. | ||
131 | */ | ||
132 | ipic_set_default_priority(); | ||
133 | } | ||
134 | |||
135 | /* | ||
136 | * Called very early, MMU is off, device-tree isn't unflattened | ||
137 | */ | ||
138 | static int __init mpc834x_itx_probe(void) | ||
139 | { | ||
140 | /* We always match for now, eventually we should look at the flat | ||
141 | dev tree to ensure this is the board we are suppose to run on | ||
142 | */ | ||
143 | return 1; | ||
144 | } | ||
145 | |||
146 | define_machine(mpc834x_itx) { | ||
147 | .name = "MPC834x ITX", | ||
148 | .probe = mpc834x_itx_probe, | ||
149 | .setup_arch = mpc834x_itx_setup_arch, | ||
150 | .init_IRQ = mpc834x_itx_init_IRQ, | ||
151 | .get_irq = ipic_get_irq, | ||
152 | .restart = mpc83xx_restart, | ||
153 | .time_init = mpc83xx_time_init, | ||
154 | .calibrate_decr = generic_calibrate_decr, | ||
155 | .progress = udbg_progress, | ||
156 | }; | ||
diff --git a/arch/powerpc/platforms/83xx/mpc834x_itx.h b/arch/powerpc/platforms/83xx/mpc834x_itx.h new file mode 100644 index 000000000000..174ca4ef55f3 --- /dev/null +++ b/arch/powerpc/platforms/83xx/mpc834x_itx.h | |||
@@ -0,0 +1,23 @@ | |||
1 | /* | ||
2 | * arch/powerpc/platforms/83xx/mpc834x_itx.h | ||
3 | * | ||
4 | * MPC834X ITX common board definitions | ||
5 | * | ||
6 | * Maintainer: Kumar Gala <galak@kernel.crashing.org> | ||
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | * | ||
13 | */ | ||
14 | |||
15 | #ifndef __MACH_MPC83XX_ITX_H__ | ||
16 | #define __MACH_MPC83XX_ITX_H__ | ||
17 | |||
18 | #define PIRQA MPC83xx_IRQ_EXT4 | ||
19 | #define PIRQB MPC83xx_IRQ_EXT5 | ||
20 | #define PIRQC MPC83xx_IRQ_EXT6 | ||
21 | #define PIRQD MPC83xx_IRQ_EXT7 | ||
22 | |||
23 | #endif /* __MACH_MPC83XX_ITX_H__ */ | ||