projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e09ffb
)
[MIPS] EMMA2RH: Disable GEN_RTC, it can't possibly work.
author
Ralf Baechle
<ralf@linux-mips.org>
Mon, 18 Jun 2007 15:36:11 +0000
(16:36 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 26 Jun 2007 17:57:34 +0000
(19:57 +0200)
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>
arch/mips/configs/emma2rh_defconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/configs/emma2rh_defconfig
b/arch/mips/configs/emma2rh_defconfig
index 3044579f171a2667a16771a50ba8b500f5949b1f..2e3e155b4c55d173b8c46c16be8e0e7bc938d344 100644
(file)
--- a/
arch/mips/configs/emma2rh_defconfig
+++ b/
arch/mips/configs/emma2rh_defconfig
@@
-951,8
+951,7
@@
CONFIG_LEGACY_PTY_COUNT=256
# CONFIG_WATCHDOG is not set
# CONFIG_HW_RANDOM is not set
CONFIG_RTC=m
-CONFIG_GEN_RTC=m
-CONFIG_GEN_RTC_X=y
+# CONFIG_GEN_RTC is not set
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set