blob: b8cdb192543ad583b8f770638c57b4b76e144e7e [file] [log] [blame]
Atsushi Nemoto22b1d702008-07-11 00:31:36 +09001config TOSHIBA_FPCIB0
2 bool "FPCIB0 Backplane Support"
Atsushi Nemoto89d63fe2008-07-11 00:33:08 +09003 depends on PCI && (SYS_HAS_CPU_TX49XX || SYS_HAS_CPU_TX39XX)
4 select I8259
5
6config PICMG_PCI_BACKPLANE_DEFAULT
7 bool "Support for PICMG PCI Backplane"
8 depends on PCI && (SYS_HAS_CPU_TX49XX || SYS_HAS_CPU_TX39XX)
9 default y if !TOSHIBA_FPCIB0
Atsushi Nemoto22b1d702008-07-11 00:31:36 +090010
Ralf Baechle23fbee92005-07-25 22:45:45 +000011if TOSHIBA_RBTX4938
12
13comment "Multiplex Pin Select"
14choice
15 prompt "PIO[58:61]"
16 default TOSHIBA_RBTX4938_MPLEX_PIO58_61
17
18config TOSHIBA_RBTX4938_MPLEX_PIO58_61
19 bool "PIO"
20config TOSHIBA_RBTX4938_MPLEX_NAND
21 bool "NAND"
22config TOSHIBA_RBTX4938_MPLEX_ATA
23 bool "ATA"
24
25endchoice
26
27config TX4938_NAND_BOOT
28 depends on EXPERIMENTAL && TOSHIBA_RBTX4938_MPLEX_NAND
29 bool "NAND Boot Support (EXPERIMENTAL)"
30 help
31 This is only for Toshiba RBTX4938 reference board, which has NAND IPL.
32 Select this option if you need to use NAND boot.
33
34endif
Atsushi Nemoto89d63fe2008-07-11 00:33:08 +090035
36config PCI_TX4927
37 bool