mipsel/r5k-cobalt: Use the new RTC system.

svn path=/dists/trunk/linux-2.6/; revision=8707
This commit is contained in:
Martin Michlmayr 2007-05-22 12:09:22 +00:00
parent 102c54891c
commit b12b984a40
2 changed files with 32 additions and 2 deletions

View File

@ -65,7 +65,7 @@ CONFIG_I8259=y
CONFIG_CPU_LITTLE_ENDIAN=y
CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y
CONFIG_IRQ_CPU=y
CONFIG_MIPS_GT64111=y
CONFIG_PCI_GT64XXX_PCI0=y
CONFIG_MIPS_L1_CACHE_SHIFT=5
#
@ -947,7 +947,8 @@ CONFIG_SERIAL_CORE_CONSOLE=y
# Watchdog Cards
#
# CONFIG_WATCHDOG is not set
CONFIG_RTC=y
# CONFIG_RTC is not set
# CONFIG_GEN_RTC is not set
CONFIG_COBALT_LCD=y
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
@ -1356,6 +1357,32 @@ CONFIG_USB_SISUSBVGA=m
# EDAC - error detection and reporting (RAS)
#
# Real Time Clock
CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y
ONFIG_RTC_HCTOSYS=y
ONFIG_RTC_HCTOSYS_DEVICE="rtc0"
# CONFIG_RTC_DEBUG is not set
#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
#
# RTC drivers
#
CONFIG_RTC_DRV_CMOS=y
# CONFIG_RTC_DRV_DS1553 is not set
# CONFIG_RTC_DRV_DS1742 is not set
# CONFIG_RTC_DRV_M48T86 is not set
# CONFIG_RTC_DRV_TEST is not set
# CONFIG_RTC_DRV_V3020 is not set
#
# File systems
#

3
debian/changelog vendored
View File

@ -17,6 +17,9 @@ linux-2.6 (2.6.22~rc2-1~experimental.1) UNRELEASED; urgency=low
* Enable new wirless stack mac80211 and improved wireless conf api.
* Enable new USB Touchscreen Driver on all configs with touchscreens.
[ Martin Michlmayr ]
* mipsel/r5k-cobalt: Use the new RTC system.
-- maximilian attems <maks@debian.org> Tue, 22 May 2007 09:27:20 +0200
linux-2.6 (2.6.21-3) UNRELEASED; urgency=low