aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/txx9/Kconfig
diff options
context:
space:
mode:
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>2008-07-10 11:31:36 -0400
committerRalf Baechle <ralf@linux-mips.org>2008-07-15 13:44:35 -0400
commit22b1d707ffc99faebd86257ad19d5bb9fc624734 (patch)
tree9bd0bcd3878611d74db29e17f3c6e951f4656e61 /arch/mips/txx9/Kconfig
parent14476007c90005c8992b786c15a59cca31f53268 (diff)
[MIPS] TXx9: Reorganize code
Move arch/mips/{jmr3927,tx4927,tx4938} into arch/mips/txx9/ tree. This will help more code sharing and maintainance. 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/Kconfig28
1 files changed, 28 insertions, 0 deletions
diff --git a/arch/mips/txx9/Kconfig b/arch/mips/txx9/Kconfig
new file mode 100644
index 000000000000..98d103402b10
--- /dev/null
+++ b/arch/mips/txx9/Kconfig
@@ -0,0 +1,28 @@
1config TOSHIBA_FPCIB0
2 bool "FPCIB0 Backplane Support"
3 depends on TOSHIBA_RBTX4927
4
5if TOSHIBA_RBTX4938
6
7comment "Multiplex Pin Select"
8choice
9 prompt "PIO[58:61]"
10 default TOSHIBA_RBTX4938_MPLEX_PIO58_61
11
12config TOSHIBA_RBTX4938_MPLEX_PIO58_61
13 bool "PIO"
14config TOSHIBA_RBTX4938_MPLEX_NAND
15 bool "NAND"
16config TOSHIBA_RBTX4938_MPLEX_ATA
17 bool "ATA"
18
19endchoice
20
21config TX4938_NAND_BOOT
22 depends on EXPERIMENTAL && TOSHIBA_RBTX4938_MPLEX_NAND
23 bool "NAND Boot Support (EXPERIMENTAL)"
24 help
25 This is only for Toshiba RBTX4938 reference board, which has NAND IPL.
26 Select this option if you need to use NAND boot.
27
28endif