diff options
Diffstat (limited to 'arch/mips/txx9/Kconfig')
-rw-r--r-- | arch/mips/txx9/Kconfig | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/arch/mips/txx9/Kconfig b/arch/mips/txx9/Kconfig index 840fe757c48d..17052db4161d 100644 --- a/arch/mips/txx9/Kconfig +++ b/arch/mips/txx9/Kconfig | |||
@@ -45,6 +45,14 @@ config TOSHIBA_RBTX4938 | |||
45 | This Toshiba board is based on the TX4938 processor. Say Y here to | 45 | This Toshiba board is based on the TX4938 processor. Say Y here to |
46 | support this machine type | 46 | support this machine type |
47 | 47 | ||
48 | config TOSHIBA_RBTX4939 | ||
49 | bool "Toshiba RBTX4939 bobard" | ||
50 | depends on MACH_TX49XX | ||
51 | select SOC_TX4939 | ||
52 | help | ||
53 | This Toshiba board is based on the TX4939 processor. Say Y here to | ||
54 | support this machine type | ||
55 | |||
48 | config SOC_TX3927 | 56 | config SOC_TX3927 |
49 | bool | 57 | bool |
50 | select CEVT_TXX9 | 58 | select CEVT_TXX9 |
@@ -71,6 +79,13 @@ config SOC_TX4938 | |||
71 | select PCI_TX4927 | 79 | select PCI_TX4927 |
72 | select GPIO_TXX9 | 80 | select GPIO_TXX9 |
73 | 81 | ||
82 | config SOC_TX4939 | ||
83 | bool | ||
84 | select CEVT_TXX9 | ||
85 | select HAS_TXX9_SERIAL | ||
86 | select HW_HAS_PCI | ||
87 | select PCI_TX4927 | ||
88 | |||
74 | config TOSHIBA_FPCIB0 | 89 | config TOSHIBA_FPCIB0 |
75 | bool "FPCIB0 Backplane Support" | 90 | bool "FPCIB0 Backplane Support" |
76 | depends on PCI && MACH_TXX9 | 91 | depends on PCI && MACH_TXX9 |
@@ -94,16 +109,11 @@ config TOSHIBA_RBTX4938_MPLEX_NAND | |||
94 | bool "NAND" | 109 | bool "NAND" |
95 | config TOSHIBA_RBTX4938_MPLEX_ATA | 110 | config TOSHIBA_RBTX4938_MPLEX_ATA |
96 | bool "ATA" | 111 | bool "ATA" |
112 | config TOSHIBA_RBTX4938_MPLEX_KEEP | ||
113 | bool "Keep firmware settings" | ||
97 | 114 | ||
98 | endchoice | 115 | endchoice |
99 | 116 | ||
100 | config TX4938_NAND_BOOT | ||
101 | depends on EXPERIMENTAL && TOSHIBA_RBTX4938_MPLEX_NAND | ||
102 | bool "NAND Boot Support (EXPERIMENTAL)" | ||
103 | help | ||
104 | This is only for Toshiba RBTX4938 reference board, which has NAND IPL. | ||
105 | Select this option if you need to use NAND boot. | ||
106 | |||
107 | endif | 117 | endif |
108 | 118 | ||
109 | config PCI_TX4927 | 119 | config PCI_TX4927 |