summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/linux
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-02-27 13:16:31 +0000
committerRichard Purdie <richard@openedhand.com>2006-02-27 13:16:31 +0000
commite6c95ae25926d7e8cb2f1516ec5c03eb947d11f7 (patch)
tree3389b1f78053a2d20287f4506ed5f5e364eccc81 /openembedded/packages/linux
parenta03e220921ee772f45831bfc8cacb945beeb6f9e (diff)
downloadpoky-e6c95ae25926d7e8cb2f1516ec5c03eb947d11f7.tar.gz
linux-oz-2.6: Add kernel patch to fix rtc on the arm integrator
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@293 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/linux')
-rw-r--r--openembedded/packages/linux/linux-openzaurus-2.6.15/defconfig-qemuarm35
-rw-r--r--openembedded/packages/linux/linux-openzaurus_2.6.15.bb1
2 files changed, 33 insertions, 3 deletions
diff --git a/openembedded/packages/linux/linux-openzaurus-2.6.15/defconfig-qemuarm b/openembedded/packages/linux/linux-openzaurus-2.6.15/defconfig-qemuarm
index cb705749b0..0f5e611cb9 100644
--- a/openembedded/packages/linux/linux-openzaurus-2.6.15/defconfig-qemuarm
+++ b/openembedded/packages/linux/linux-openzaurus-2.6.15/defconfig-qemuarm
@@ -1,7 +1,7 @@
1# 1#
2# Automatically generated make config: don't edit 2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.15 3# Linux kernel version: 2.6.15
4# Mon Feb 6 23:38:08 2006 4# Thu Feb 23 16:29:38 2006
5# 5#
6CONFIG_ARM=y 6CONFIG_ARM=y
7CONFIG_MMU=y 7CONFIG_MMU=y
@@ -518,6 +518,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
518# CONFIG_INPUT_TSDEV is not set 518# CONFIG_INPUT_TSDEV is not set
519# CONFIG_INPUT_EVDEV is not set 519# CONFIG_INPUT_EVDEV is not set
520# CONFIG_INPUT_EVBUG is not set 520# CONFIG_INPUT_EVBUG is not set
521# CONFIG_INPUT_POWER is not set
521 522
522# 523#
523# Input Device Drivers 524# Input Device Drivers
@@ -618,6 +619,15 @@ CONFIG_HWMON=y
618# 619#
619 620
620# 621#
622# Multi-Function Devices
623#
624
625#
626# LED devices
627#
628# CONFIG_NEW_LEDS is not set
629
630#
621# Multimedia devices 631# Multimedia devices
622# 632#
623# CONFIG_VIDEO_DEV is not set 633# CONFIG_VIDEO_DEV is not set
@@ -639,7 +649,6 @@ CONFIG_FB_MODE_HELPERS=y
639CONFIG_FB_TILEBLITTING=y 649CONFIG_FB_TILEBLITTING=y
640CONFIG_FB_ARMCLCD=y 650CONFIG_FB_ARMCLCD=y
641# CONFIG_FB_S1D13XXX is not set 651# CONFIG_FB_S1D13XXX is not set
642CONFIG_FB_QEMUVIRT=y
643# CONFIG_FB_VIRTUAL is not set 652# CONFIG_FB_VIRTUAL is not set
644 653
645# 654#
@@ -689,6 +698,25 @@ CONFIG_USB_ARCH_HAS_HCD=y
689# CONFIG_MMC is not set 698# CONFIG_MMC is not set
690 699
691# 700#
701# Real Time Clock
702#
703CONFIG_RTC_CLASS=y
704CONFIG_RTC_HCTOSYS=y
705CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
706
707#
708# RTC interfaces
709#
710CONFIG_RTC_INTF_SYSFS=y
711CONFIG_RTC_INTF_PROC=y
712CONFIG_RTC_INTF_DEV=y
713
714#
715# RTC drivers
716#
717# CONFIG_RTC_DRV_TEST is not set
718
719#
692# File systems 720# File systems
693# 721#
694CONFIG_EXT2_FS=y 722CONFIG_EXT2_FS=y
@@ -854,7 +882,8 @@ CONFIG_NLS_DEFAULT="iso8859-1"
854# 882#
855# Profiling support 883# Profiling support
856# 884#
857# CONFIG_PROFILING is not set 885CONFIG_PROFILING=y
886CONFIG_OPROFILE=m
858 887
859# 888#
860# Kernel hacking 889# Kernel hacking
diff --git a/openembedded/packages/linux/linux-openzaurus_2.6.15.bb b/openembedded/packages/linux/linux-openzaurus_2.6.15.bb
index d7dcc029bd..f338cfd39d 100644
--- a/openembedded/packages/linux/linux-openzaurus_2.6.15.bb
+++ b/openembedded/packages/linux/linux-openzaurus_2.6.15.bb
@@ -76,6 +76,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.15.tar.bz2 \
76 ${RPSRC}/sharpsl_pm-do-r2.patch;patch=1 \ 76 ${RPSRC}/sharpsl_pm-do-r2.patch;patch=1 \
77 ${DOSRC}/kexec-arm-r0.patch \ 77 ${DOSRC}/kexec-arm-r0.patch \
78 ${RPSRC}/headphone_switch-r0.patch;patch=1 \ 78 ${RPSRC}/headphone_switch-r0.patch;patch=1 \
79 ${RPSRC}/integrator_rtc-r0.patch;patch=1 \
79 file://add-oz-release-string.patch;patch=1 \ 80 file://add-oz-release-string.patch;patch=1 \
80 file://pxa-serial-hack.patch;patch=1 \ 81 file://pxa-serial-hack.patch;patch=1 \
81 ${RPSRC}/pxa-linking-bug.patch;patch=1 \ 82 ${RPSRC}/pxa-linking-bug.patch;patch=1 \