diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-06-18 11:36:11 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-06-26 13:57:34 -0400 |
commit | 3207cd5c4b852b54126f5a4b2564652c64d93a6a (patch) | |
tree | a02d9aa30196ec1ee72a99e228bb005e385c9d7d /arch/mips/configs | |
parent | 8e09ffb60bbc2b49c06718d5a1252860c709a660 (diff) |
[MIPS] EMMA2RH: Disable GEN_RTC, it can't possibly work.
Neither rtc_mips_get_time nor rtc_mips_set_time are being initialized by
the EMMA2RH setup code, so genrtc at best was a RTC dummy avoiding a few
error messages but not providing actual functionality.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/configs')
-rw-r--r-- | arch/mips/configs/emma2rh_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/configs/emma2rh_defconfig b/arch/mips/configs/emma2rh_defconfig index 3044579f171a..2e3e155b4c55 100644 --- a/arch/mips/configs/emma2rh_defconfig +++ b/arch/mips/configs/emma2rh_defconfig | |||
@@ -951,8 +951,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
951 | # CONFIG_WATCHDOG is not set | 951 | # CONFIG_WATCHDOG is not set |
952 | # CONFIG_HW_RANDOM is not set | 952 | # CONFIG_HW_RANDOM is not set |
953 | CONFIG_RTC=m | 953 | CONFIG_RTC=m |
954 | CONFIG_GEN_RTC=m | 954 | # CONFIG_GEN_RTC is not set |
955 | CONFIG_GEN_RTC_X=y | ||
956 | # CONFIG_DTLK is not set | 955 | # CONFIG_DTLK is not set |
957 | # CONFIG_R3964 is not set | 956 | # CONFIG_R3964 is not set |
958 | # CONFIG_APPLICOM is not set | 957 | # CONFIG_APPLICOM is not set |