diff options
Diffstat (limited to 'arch/mips/txx9/Kconfig')
-rw-r--r-- | arch/mips/txx9/Kconfig | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/arch/mips/txx9/Kconfig b/arch/mips/txx9/Kconfig index 98d103402b10..b8cdb192543a 100644 --- a/arch/mips/txx9/Kconfig +++ b/arch/mips/txx9/Kconfig | |||
@@ -1,6 +1,12 @@ | |||
1 | config TOSHIBA_FPCIB0 | 1 | config TOSHIBA_FPCIB0 |
2 | bool "FPCIB0 Backplane Support" | 2 | bool "FPCIB0 Backplane Support" |
3 | depends on TOSHIBA_RBTX4927 | 3 | depends on PCI && (SYS_HAS_CPU_TX49XX || SYS_HAS_CPU_TX39XX) |
4 | select I8259 | ||
5 | |||
6 | config 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 | ||
4 | 10 | ||
5 | if TOSHIBA_RBTX4938 | 11 | if TOSHIBA_RBTX4938 |
6 | 12 | ||
@@ -26,3 +32,6 @@ config TX4938_NAND_BOOT | |||
26 | Select this option if you need to use NAND boot. | 32 | Select this option if you need to use NAND boot. |
27 | 33 | ||
28 | endif | 34 | endif |
35 | |||
36 | config PCI_TX4927 | ||
37 | bool | ||