]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- disable generic rtc emulation. use x86/cmos and powerpc-on-cpu clock.
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 4 Dec 2008 10:08:25 +0000 (10:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kernel-multiarch.config -> 1.1.2.74

kernel-multiarch.config

index 0b0311291c1c41dd4e8429c9c9ba9ef2d2bce6e8..772acdf9a86cae104ab800d69731f3efe062bd42 100644 (file)
@@ -406,8 +406,8 @@ IBM_BSR ppc64=m
 NVRAM all=m
 RTC all=m sparc=n
 JS_RTC sparc=n
-GEN_RTC all=m
-GEN_RTC_X all=y
+GEN_RTC all=n
+GEN_RTC_X all=n
 EFI_RTC ia64=y
 DTLK all=m
 R3964 all=m
@@ -2751,8 +2751,11 @@ BATTERY_PMU ppc=m
 #-
 #- *** FILE: drivers/rtc/Kconfig ***
 #-
-RTC_LIB all=m
-RTC_CLASS all=m ppc=n ppc64=n
+RTC_LIB all=y
+RTC_CLASS all=y
+# ppc=n ppc64=n
+RTC_HCTOSYS all=n
+RTC_DEBUG all=n
 #- RTC interfaces
 RTC_INTF_SYSFS all=y
 RTC_INTF_PROC all=y
@@ -2789,6 +2792,7 @@ RTC_DRV_M48T86 all=m
 RTC_DRV_M48T59 all=m
 RTC_DRV_V3020 all=m
 #- on-CPU RTC drivers
+RTC_DRV_PPC all=n ppc=y ppc64=y
 
 #-
 #- *** FILE: drivers/sbus/char/Kconfig ***
This page took 0.080586 seconds and 4 git commands to generate.