Fix RTC on SGI machines.

svn path=/dists/trunk/linux-2.6/; revision=12913
This commit is contained in:
Martin Michlmayr 2009-02-22 18:14:20 +00:00
parent a1da5a7f7f
commit e85a71e9f9
3 changed files with 15 additions and 7 deletions

4
debian/changelog vendored
View File

@ -20,6 +20,10 @@ linux-2.6 (2.6.29~rc5-1~experimental.1) UNRELEASED; urgency=low
[ Bastian Blank ]
* Use external source directory for all builds.
[ Martin Michlmayr ]
* [mips/r4k-ip22] Build in RTC_DRV_DS1286.
* [mips/r5k-ip32] Build in RTC_DRV_CMOS.
-- maximilian attems <maks@debian.org> Thu, 19 Feb 2009 13:25:20 +0100
linux-2.6 (2.6.28-2) UNRELEASED; urgency=low

View File

@ -121,10 +121,6 @@ CONFIG_VT_CONSOLE=y
CONFIG_PRINTER=m
# CONFIG_LP_CONSOLE is not set
# CONFIG_PPDEV is not set
CONFIG_RTC=m
CONFIG_SGI_DS1286=y
CONFIG_GEN_RTC=y
CONFIG_GEN_RTC_X=y
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_TELCLOCK is not set
@ -615,3 +611,9 @@ CONFIG_SND_SGI_HAL2=m
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set
##
## file: drivers/rtc/Kconfig
##
CONFIG_RTC_CLASS=y
CONFIG_RTC_DRV_DS1286=y

View File

@ -120,9 +120,6 @@ CONFIG_VT_CONSOLE=y
CONFIG_PRINTER=m
# CONFIG_LP_CONSOLE is not set
# CONFIG_PPDEV is not set
CONFIG_RTC=m
CONFIG_GEN_RTC=y
CONFIG_GEN_RTC_X=y
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
@ -779,3 +776,8 @@ CONFIG_SND_KORG1212=m
# CONFIG_SND_VX222 is not set
# CONFIG_SND_YMFPCI is not set
## file: drivers/rtc/Kconfig
##
CONFIG_RTC_CLASS=y
CONFIG_RTC_DRV_CMOS=y