diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 04:45:01 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 04:45:01 -0400 |
commit | 91550f715b7f7707b5ab5b9b0cd455bda8505954 (patch) | |
tree | 252b23d87eb62562f16e95d24761f03a9d82ede0 /arch/sh/Kconfig | |
parent | 51e22e7a05c1c6f2e38ac7459d3404e32e543b75 (diff) |
sh: Kill off the rest of the legacy rtc mess.
With the new RTC class driver, we can get rid of most of the
old left over cruft.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 5bec3af164e5..c7e3596dcde1 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -296,19 +296,6 @@ config CPU_LITTLE_ENDIAN | |||
296 | endian byte order. These modes require different kernels. Say Y if | 296 | endian byte order. These modes require different kernels. Say Y if |
297 | your machine is little endian, N if it's a big endian machine. | 297 | your machine is little endian, N if it's a big endian machine. |
298 | 298 | ||
299 | # The SH7750 RTC module is disabled in the Dreamcast | ||
300 | config SH_RTC | ||
301 | bool | ||
302 | depends on !SH_DREAMCAST && !SH_SATURN && !SH_7300_SOLUTION_ENGINE && \ | ||
303 | !SH_73180_SOLUTION_ENGINE && !SH_LANDISK && \ | ||
304 | !SH_R7780RP && !SH_SHMIN | ||
305 | default y | ||
306 | help | ||
307 | Selecting this option will allow the Linux kernel to emulate | ||
308 | PC's RTC. | ||
309 | |||
310 | If unsure, say N. | ||
311 | |||
312 | config SH_FPU | 299 | config SH_FPU |
313 | bool "FPU support" | 300 | bool "FPU support" |
314 | depends on !CPU_SH3 | 301 | depends on !CPU_SH3 |