diff options
Diffstat (limited to 'arch/sh/boards/Kconfig')
-rw-r--r-- | arch/sh/boards/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig index db04c85971ad..ee5bb200c715 100644 --- a/arch/sh/boards/Kconfig +++ b/arch/sh/boards/Kconfig | |||
@@ -171,6 +171,13 @@ config SH_SH7785LCR_29BIT_PHYSMAPS | |||
171 | DIP switch(S2-5). If you set the DIP switch for S2-5 = ON, | 171 | 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. | 172 | you can access all on-board device in 29bit address mode. |
173 | 173 | ||
174 | config SH_SH7785LCR_PT | ||
175 | bool "SH7785LCR prototype board on 32-bit MMU mode" | ||
176 | depends on SH_SH7785LCR && 32BIT | ||
177 | default n | ||
178 | help | ||
179 | If you use prototype board, this option is enabled. | ||
180 | |||
174 | config SH_URQUELL | 181 | config SH_URQUELL |
175 | bool "Urquell" | 182 | bool "Urquell" |
176 | depends on CPU_SUBTYPE_SH7786 | 183 | depends on CPU_SUBTYPE_SH7786 |
@@ -200,6 +207,13 @@ config SH_KFR2R09 | |||
200 | help | 207 | help |
201 | "Kit For R2R for 2009" support. | 208 | "Kit For R2R for 2009" support. |
202 | 209 | ||
210 | config SH_ECOVEC | ||
211 | bool "EcoVec" | ||
212 | depends on CPU_SUBTYPE_SH7724 | ||
213 | select ARCH_REQUIRE_GPIOLIB | ||
214 | help | ||
215 | Renesas "R0P7724LC0011/21RL (EcoVec)" support. | ||
216 | |||
203 | config SH_SH7763RDP | 217 | config SH_SH7763RDP |
204 | bool "SH7763RDP" | 218 | bool "SH7763RDP" |
205 | depends on CPU_SUBTYPE_SH7763 | 219 | depends on CPU_SUBTYPE_SH7763 |