diff options
Diffstat (limited to 'arch/sh/boards/Kconfig')
-rw-r--r-- | arch/sh/boards/Kconfig | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig index 2b1af0eefa6a..aedd9deb5de2 100644 --- a/arch/sh/boards/Kconfig +++ b/arch/sh/boards/Kconfig | |||
@@ -160,7 +160,6 @@ config SH_SH7785LCR | |||
160 | bool "SH7785LCR" | 160 | bool "SH7785LCR" |
161 | depends on CPU_SUBTYPE_SH7785 | 161 | depends on CPU_SUBTYPE_SH7785 |
162 | select SYS_SUPPORTS_PCI | 162 | select SYS_SUPPORTS_PCI |
163 | select IO_TRAPPED if MMU | ||
164 | 163 | ||
165 | config SH_SH7785LCR_29BIT_PHYSMAPS | 164 | config SH_SH7785LCR_29BIT_PHYSMAPS |
166 | bool "SH7785LCR 29bit physmaps" | 165 | bool "SH7785LCR 29bit physmaps" |
@@ -171,6 +170,13 @@ config SH_SH7785LCR_29BIT_PHYSMAPS | |||
171 | DIP switch(S2-5). If you set the DIP switch for S2-5 = ON, | 170 | DIP switch(S2-5). If you set the DIP switch for S2-5 = ON, |
172 | you can access all on-board device in 29bit address mode. | 171 | you can access all on-board device in 29bit address mode. |
173 | 172 | ||
173 | config SH_SH7785LCR_PT | ||
174 | bool "SH7785LCR prototype board on 32-bit MMU mode" | ||
175 | depends on SH_SH7785LCR && 32BIT | ||
176 | default n | ||
177 | help | ||
178 | If you use prototype board, this option is enabled. | ||
179 | |||
174 | config SH_URQUELL | 180 | config SH_URQUELL |
175 | bool "Urquell" | 181 | bool "Urquell" |
176 | depends on CPU_SUBTYPE_SH7786 | 182 | depends on CPU_SUBTYPE_SH7786 |
@@ -193,6 +199,20 @@ config SH_AP325RXA | |||
193 | Renesas "AP-325RXA" support. | 199 | Renesas "AP-325RXA" support. |
194 | Compatible with ALGO SYSTEM CO.,LTD. "AP-320A" | 200 | Compatible with ALGO SYSTEM CO.,LTD. "AP-320A" |
195 | 201 | ||
202 | config SH_KFR2R09 | ||
203 | bool "KFR2R09" | ||
204 | depends on CPU_SUBTYPE_SH7724 | ||
205 | select ARCH_REQUIRE_GPIOLIB | ||
206 | help | ||
207 | "Kit For R2R for 2009" support. | ||
208 | |||
209 | config SH_ECOVEC | ||
210 | bool "EcoVec" | ||
211 | depends on CPU_SUBTYPE_SH7724 | ||
212 | select ARCH_REQUIRE_GPIOLIB | ||
213 | help | ||
214 | Renesas "R0P7724LC0011/21RL (EcoVec)" support. | ||
215 | |||
196 | config SH_SH7763RDP | 216 | config SH_SH7763RDP |
197 | bool "SH7763RDP" | 217 | bool "SH7763RDP" |
198 | depends on CPU_SUBTYPE_SH7763 | 218 | depends on CPU_SUBTYPE_SH7763 |