diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2008-07-10 11:33:08 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-07-15 13:44:35 -0400 |
commit | 89d63fe179520b11f54de1f26755b7444c79e73a (patch) | |
tree | fede06c5648335652c864fc35c951d991cbab183 /arch/mips/Kconfig | |
parent | 22b1d707ffc99faebd86257ad19d5bb9fc624734 (diff) |
[MIPS] TXx9: Reorganize PCI code
Split out PCIC dependent code and SoC dependent code from board dependent
code. Now TX4927 PCIC code is independent from TX4927/TX4938 SoC code.
Also fix some build problems on CONFIG_PCI=n.
As a bonus, "FPCIB0 Backplane Support" is available for all TX39/TX49 boards
and PCI66 support is available for all TX49 boards.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 3202960f7597..2ea6fff88811 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -575,7 +575,7 @@ config TOSHIBA_RBTX4927 | |||
575 | select HW_HAS_PCI | 575 | select HW_HAS_PCI |
576 | select IRQ_CPU | 576 | select IRQ_CPU |
577 | select IRQ_TXX9 | 577 | select IRQ_TXX9 |
578 | select I8259 if TOSHIBA_FPCIB0 | 578 | select PCI_TX4927 |
579 | select SWAP_IO_SPACE | 579 | select SWAP_IO_SPACE |
580 | select SYS_HAS_CPU_TX49XX | 580 | select SYS_HAS_CPU_TX49XX |
581 | select SYS_SUPPORTS_32BIT_KERNEL | 581 | select SYS_SUPPORTS_32BIT_KERNEL |
@@ -598,6 +598,7 @@ config TOSHIBA_RBTX4938 | |||
598 | select HW_HAS_PCI | 598 | select HW_HAS_PCI |
599 | select IRQ_CPU | 599 | select IRQ_CPU |
600 | select IRQ_TXX9 | 600 | select IRQ_TXX9 |
601 | select PCI_TX4927 | ||
601 | select SWAP_IO_SPACE | 602 | select SWAP_IO_SPACE |
602 | select SYS_HAS_CPU_TX49XX | 603 | select SYS_HAS_CPU_TX49XX |
603 | select SYS_SUPPORTS_32BIT_KERNEL | 604 | select SYS_SUPPORTS_32BIT_KERNEL |