diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2008-09-01 09:22:39 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-10-11 11:18:49 -0400 |
commit | 0dcdbe6add26719e956299eb519542f7d2f7d0a8 (patch) | |
tree | 25e77163c868914e5529670616cba8955942b0ea /arch/mips/txx9/Kconfig | |
parent | ae027ead87b13cff99b4f48da7696aa4fe75393b (diff) |
MIPS: TXx9: Add TX4939 SoC support
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
create mode 100644 arch/mips/pci/pci-tx4939.c
create mode 100644 arch/mips/txx9/generic/irq_tx4939.c
create mode 100644 arch/mips/txx9/generic/setup_tx4939.c
create mode 100644 include/asm-mips/txx9/tx4939.h
Diffstat (limited to 'arch/mips/txx9/Kconfig')
-rw-r--r-- | arch/mips/txx9/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/txx9/Kconfig b/arch/mips/txx9/Kconfig index aade3348af29..58691a1fe779 100644 --- a/arch/mips/txx9/Kconfig +++ b/arch/mips/txx9/Kconfig | |||
@@ -71,6 +71,13 @@ config SOC_TX4938 | |||
71 | select PCI_TX4927 | 71 | select PCI_TX4927 |
72 | select GPIO_TXX9 | 72 | select GPIO_TXX9 |
73 | 73 | ||
74 | config SOC_TX4939 | ||
75 | bool | ||
76 | select CEVT_TXX9 | ||
77 | select HAS_TXX9_SERIAL | ||
78 | select HW_HAS_PCI | ||
79 | select PCI_TX4927 | ||
80 | |||
74 | config TOSHIBA_FPCIB0 | 81 | config TOSHIBA_FPCIB0 |
75 | bool "FPCIB0 Backplane Support" | 82 | bool "FPCIB0 Backplane Support" |
76 | depends on PCI && MACH_TXX9 | 83 | depends on PCI && MACH_TXX9 |