[oe-commits] Andrea Adami : linux-kexecboot: update 2.6.38 zaurus defconfigs (add RTC)

git version control git at git.openembedded.org
Thu Apr 7 20:00:50 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: 4f4093253c76470d8c92bafad8c522b901888585
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4f4093253c76470d8c92bafad8c522b901888585

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Sat Apr  2 23:43:33 2011 +0200

linux-kexecboot: update 2.6.38 zaurus defconfigs (add RTC)

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>

---

 .../linux/linux-kexecboot-2.6.38/akita/defconfig   |    4 ++++
 .../linux/linux-kexecboot-2.6.38/c7x0/defconfig    |    4 ++++
 .../linux/linux-kexecboot-2.6.38/collie/defconfig  |    4 ++++
 .../linux/linux-kexecboot-2.6.38/poodle/defconfig  |    2 ++
 .../linux/linux-kexecboot-2.6.38/spitz/defconfig   |    4 ++++
 .../linux/linux-kexecboot-2.6.38/tosa/defconfig    |    4 ++++
 6 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/recipes/linux/linux-kexecboot-2.6.38/akita/defconfig b/recipes/linux/linux-kexecboot-2.6.38/akita/defconfig
index f6ab254..326bc39 100644
--- a/recipes/linux/linux-kexecboot-2.6.38/akita/defconfig
+++ b/recipes/linux/linux-kexecboot-2.6.38/akita/defconfig
@@ -31,6 +31,8 @@ CONFIG_PCMCIA_PXA2XX=y
 CONFIG_NO_HZ=y
 CONFIG_AEABI=y
 # CONFIG_OABI_COMPAT is not set
+CONFIG_ZBOOT_ROM_TEXT=0x0
+CONFIG_ZBOOT_ROM_BSS=0x0
 CONFIG_CMDLINE="console=tty1 console=ttyS0,115200n8 fbcon=rotate:1"
 CONFIG_KEXEC=y
 CONFIG_PM=y
@@ -100,6 +102,8 @@ CONFIG_LEDS_GPIO=y
 CONFIG_LEDS_TRIGGERS=y
 CONFIG_LEDS_TRIGGER_TIMER=y
 CONFIG_LEDS_TRIGGER_HEARTBEAT=y
+CONFIG_RTC_CLASS=y
+CONFIG_RTC_DRV_PXA=y
 CONFIG_EXT2_FS=y
 CONFIG_EXT3_FS=y
 # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
diff --git a/recipes/linux/linux-kexecboot-2.6.38/c7x0/defconfig b/recipes/linux/linux-kexecboot-2.6.38/c7x0/defconfig
index a1170e1..240cd70 100644
--- a/recipes/linux/linux-kexecboot-2.6.38/c7x0/defconfig
+++ b/recipes/linux/linux-kexecboot-2.6.38/c7x0/defconfig
@@ -32,6 +32,8 @@ CONFIG_PCMCIA_PXA2XX=y
 CONFIG_NO_HZ=y
 CONFIG_AEABI=y
 # CONFIG_OABI_COMPAT is not set
+CONFIG_ZBOOT_ROM_TEXT=0x0
+CONFIG_ZBOOT_ROM_BSS=0x0
 CONFIG_CMDLINE="console=tty1 console=ttyS0,115200n8"
 CONFIG_KEXEC=y
 CONFIG_PM=y
@@ -102,6 +104,8 @@ CONFIG_LEDS_GPIO=y
 CONFIG_LEDS_TRIGGERS=y
 CONFIG_LEDS_TRIGGER_TIMER=y
 CONFIG_LEDS_TRIGGER_HEARTBEAT=y
+CONFIG_RTC_CLASS=y
+CONFIG_RTC_DRV_SA1100=y
 CONFIG_EXT2_FS=y
 CONFIG_EXT3_FS=y
 # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
diff --git a/recipes/linux/linux-kexecboot-2.6.38/collie/defconfig b/recipes/linux/linux-kexecboot-2.6.38/collie/defconfig
index 5b77d38..94ba6ad 100644
--- a/recipes/linux/linux-kexecboot-2.6.38/collie/defconfig
+++ b/recipes/linux/linux-kexecboot-2.6.38/collie/defconfig
@@ -28,6 +28,8 @@ CONFIG_PCMCIA_SA1100=y
 CONFIG_NO_HZ=y
 CONFIG_AEABI=y
 # CONFIG_OABI_COMPAT is not set
+CONFIG_ZBOOT_ROM_TEXT=0x0
+CONFIG_ZBOOT_ROM_BSS=0x0
 CONFIG_CMDLINE="console=tty1 console=ttySA0,115200n8 fbcon=rotate:1 mem=64M"
 CONFIG_KEXEC=y
 CONFIG_PM=y
@@ -112,6 +114,8 @@ CONFIG_LEDS_GPIO=y
 CONFIG_LEDS_TRIGGERS=y
 CONFIG_LEDS_TRIGGER_TIMER=y
 CONFIG_LEDS_TRIGGER_HEARTBEAT=y
+CONFIG_RTC_CLASS=y
+CONFIG_RTC_DRV_SA1100=y
 CONFIG_EXT2_FS=y
 CONFIG_EXT3_FS=y
 # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
diff --git a/recipes/linux/linux-kexecboot-2.6.38/poodle/defconfig b/recipes/linux/linux-kexecboot-2.6.38/poodle/defconfig
index 6f8d468..afaf0ec 100644
--- a/recipes/linux/linux-kexecboot-2.6.38/poodle/defconfig
+++ b/recipes/linux/linux-kexecboot-2.6.38/poodle/defconfig
@@ -104,6 +104,8 @@ CONFIG_LEDS_GPIO=y
 CONFIG_LEDS_TRIGGERS=y
 CONFIG_LEDS_TRIGGER_TIMER=y
 CONFIG_LEDS_TRIGGER_HEARTBEAT=y
+CONFIG_RTC_CLASS=y
+CONFIG_RTC_DRV_SA1100=y
 CONFIG_EXT2_FS=y
 CONFIG_EXT3_FS=y
 # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
diff --git a/recipes/linux/linux-kexecboot-2.6.38/spitz/defconfig b/recipes/linux/linux-kexecboot-2.6.38/spitz/defconfig
index f6ab254..326bc39 100644
--- a/recipes/linux/linux-kexecboot-2.6.38/spitz/defconfig
+++ b/recipes/linux/linux-kexecboot-2.6.38/spitz/defconfig
@@ -31,6 +31,8 @@ CONFIG_PCMCIA_PXA2XX=y
 CONFIG_NO_HZ=y
 CONFIG_AEABI=y
 # CONFIG_OABI_COMPAT is not set
+CONFIG_ZBOOT_ROM_TEXT=0x0
+CONFIG_ZBOOT_ROM_BSS=0x0
 CONFIG_CMDLINE="console=tty1 console=ttyS0,115200n8 fbcon=rotate:1"
 CONFIG_KEXEC=y
 CONFIG_PM=y
@@ -100,6 +102,8 @@ CONFIG_LEDS_GPIO=y
 CONFIG_LEDS_TRIGGERS=y
 CONFIG_LEDS_TRIGGER_TIMER=y
 CONFIG_LEDS_TRIGGER_HEARTBEAT=y
+CONFIG_RTC_CLASS=y
+CONFIG_RTC_DRV_PXA=y
 CONFIG_EXT2_FS=y
 CONFIG_EXT3_FS=y
 # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
diff --git a/recipes/linux/linux-kexecboot-2.6.38/tosa/defconfig b/recipes/linux/linux-kexecboot-2.6.38/tosa/defconfig
index f3a47be..99413be 100644
--- a/recipes/linux/linux-kexecboot-2.6.38/tosa/defconfig
+++ b/recipes/linux/linux-kexecboot-2.6.38/tosa/defconfig
@@ -30,6 +30,8 @@ CONFIG_PCMCIA_PXA2XX=y
 CONFIG_NO_HZ=y
 CONFIG_AEABI=y
 # CONFIG_OABI_COMPAT is not set
+CONFIG_ZBOOT_ROM_TEXT=0x0
+CONFIG_ZBOOT_ROM_BSS=0x0
 CONFIG_CMDLINE="console=tty1 console=ttyS0,115200n8"
 CONFIG_KEXEC=y
 CONFIG_PM=y
@@ -102,6 +104,8 @@ CONFIG_LEDS_GPIO=y
 CONFIG_LEDS_TRIGGERS=y
 CONFIG_LEDS_TRIGGER_TIMER=y
 CONFIG_LEDS_TRIGGER_HEARTBEAT=y
+CONFIG_RTC_CLASS=y
+CONFIG_RTC_DRV_SA1100=y
 CONFIG_EXT2_FS=y
 CONFIG_EXT3_FS=y
 # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set





More information about the Openembedded-commits mailing list