diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-07-25 18:45:45 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:31:57 -0400 |
commit | 23fbee9dd5d2a41d36af49ff8e1669fb0c29fda8 (patch) | |
tree | 4e24699269b9d4d2655d961e7a0ffb29931e9b2d /arch/mips/Kconfig | |
parent | 132940401174ed04f9e8f1ae2dad6f47da26ee0a (diff) |
Support for Toshiba's RBHMA4500 eval board for the TX4938.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 338c21f3efd3..1f53fe8a89f1 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -695,6 +695,24 @@ config SOC_AU1500 | |||
695 | config SOC_AU1550 | 695 | config SOC_AU1550 |
696 | bool "SOC_AU1550" | 696 | bool "SOC_AU1550" |
697 | 697 | ||
698 | config TOSHIBA_RBTX4938 | ||
699 | bool "Support for Toshiba RBTX4938 board" | ||
700 | select HAVE_STD_PC_SERIAL_PORT | ||
701 | select DMA_NONCOHERENT | ||
702 | select GENERIC_ISA_DMA | ||
703 | select HAS_TXX9_SERIAL | ||
704 | select HW_HAS_PCI | ||
705 | select I8259 | ||
706 | select ISA | ||
707 | select SWAP_IO_SPACE | ||
708 | select SYS_SUPPORTS_32BIT_KERNEL | ||
709 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
710 | select SYS_SUPPORTS_BIG_ENDIAN | ||
711 | select TOSHIBA_BOARDS | ||
712 | help | ||
713 | This Toshiba board is based on the TX4938 processor. Say Y here to | ||
714 | support this machine type | ||
715 | |||
698 | endchoice | 716 | endchoice |
699 | 717 | ||
700 | choice | 718 | choice |
@@ -837,6 +855,7 @@ config TOSHIBA_FPCIB0 | |||
837 | 855 | ||
838 | source "arch/mips/sgi-ip27/Kconfig" | 856 | source "arch/mips/sgi-ip27/Kconfig" |
839 | source "arch/mips/sibyte/Kconfig" | 857 | source "arch/mips/sibyte/Kconfig" |
858 | source "arch/mips/tx4938/Kconfig" | ||
840 | source "arch/mips/philips/pnx8550/common/Kconfig" | 859 | source "arch/mips/philips/pnx8550/common/Kconfig" |
841 | 860 | ||
842 | config RWSEM_GENERIC_SPINLOCK | 861 | config RWSEM_GENERIC_SPINLOCK |