diff options
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 557e7232141c..5bec3af164e5 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -222,6 +222,12 @@ config SH_TITAN | |||
222 | Select Titan if you are configuring for a Nimble Microsystems | 222 | Select Titan if you are configuring for a Nimble Microsystems |
223 | NetEngine NP51R. | 223 | NetEngine NP51R. |
224 | 224 | ||
225 | config SH_SHMIN | ||
226 | bool "SHMIN" | ||
227 | select CPU_SUBTYPE_SH7706 | ||
228 | help | ||
229 | Select SHMIN if configureing for the SHMIN board | ||
230 | |||
225 | config SH_UNKNOWN | 231 | config SH_UNKNOWN |
226 | bool "BareCPU" | 232 | bool "BareCPU" |
227 | help | 233 | help |
@@ -295,7 +301,7 @@ config SH_RTC | |||
295 | bool | 301 | bool |
296 | depends on !SH_DREAMCAST && !SH_SATURN && !SH_7300_SOLUTION_ENGINE && \ | 302 | depends on !SH_DREAMCAST && !SH_SATURN && !SH_7300_SOLUTION_ENGINE && \ |
297 | !SH_73180_SOLUTION_ENGINE && !SH_LANDISK && \ | 303 | !SH_73180_SOLUTION_ENGINE && !SH_LANDISK && \ |
298 | !SH_R7780RP | 304 | !SH_R7780RP && !SH_SHMIN |
299 | default y | 305 | default y |
300 | help | 306 | help |
301 | Selecting this option will allow the Linux kernel to emulate | 307 | Selecting this option will allow the Linux kernel to emulate |