diff --git a/debian/changelog b/debian/changelog index 2e48605f1..b7f8b593f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 19 Feb 2009 13:25:20 +0100 linux-2.6 (2.6.28-2) UNRELEASED; urgency=low diff --git a/debian/config/mips/config.r4k-ip22 b/debian/config/mips/config.r4k-ip22 index f5c27dff8..c3fe99cf9 100644 --- a/debian/config/mips/config.r4k-ip22 +++ b/debian/config/mips/config.r4k-ip22 @@ -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 + diff --git a/debian/config/mips/config.r5k-ip32 b/debian/config/mips/config.r5k-ip32 index 6f5ec9f1b..538d3e51f 100644 --- a/debian/config/mips/config.r5k-ip32 +++ b/debian/config/mips/config.r5k-ip32 @@ -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 +