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/txx9/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/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 | ||