xref: /linux/arch/mips/txx9/Kconfig (revision 89d63fe179520b11f54de1f26755b7444c79e73a)
1config TOSHIBA_FPCIB0
2	bool "FPCIB0 Backplane Support"
3	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
10
11if 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
35
36config PCI_TX4927
37	bool
38