diff options
author | Mirko Vogt <mirko@openwrt.org> | 2008-12-12 00:02:36 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2008-12-12 00:02:36 +0000 |
commit | b9dfb81f2aa45be745a8aed9684076210aed4152 (patch) | |
tree | aceadd7f37096911a29c929988cbcf7c964a1c0b /target/linux/s3c24xx/patches/0106-defconfig-audio.patch.patch | |
parent | 4571721ec22de116ad9998657e0a3c12da6405fb (diff) | |
download | upstream-b9dfb81f2aa45be745a8aed9684076210aed4152.tar.gz upstream-b9dfb81f2aa45be745a8aed9684076210aed4152.tar.bz2 upstream-b9dfb81f2aa45be745a8aed9684076210aed4152.zip |
add support for target 3c24xx (more known as Openmoko GTA02 "Freerunner") and merge it with the openmoko-target and the work Michael Buesch <mb> did
SVN-Revision: 13609
Diffstat (limited to 'target/linux/s3c24xx/patches/0106-defconfig-audio.patch.patch')
-rwxr-xr-x | target/linux/s3c24xx/patches/0106-defconfig-audio.patch.patch | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/target/linux/s3c24xx/patches/0106-defconfig-audio.patch.patch b/target/linux/s3c24xx/patches/0106-defconfig-audio.patch.patch new file mode 100755 index 0000000000..803ee2ffb2 --- /dev/null +++ b/target/linux/s3c24xx/patches/0106-defconfig-audio.patch.patch @@ -0,0 +1,44 @@ +From 312994ec67428f3e2d6692b1377d87cc270b59f8 Mon Sep 17 00:00:00 2001 +From: warmcat <andy@warmcat.com> +Date: Fri, 25 Jul 2008 23:06:04 +0100 +Subject: [PATCH] defconfig-audio.patch + Add in some audio config needed + Signed-off-by: Andy Green <andy@openmoko.com> + +--- + defconfig-2.6.24 | 5 +++-- + 1 files changed, 3 insertions(+), 2 deletions(-) + +diff --git a/defconfig-2.6.24 b/defconfig-2.6.24 +index cce3737..4df10bf 100644 +--- a/defconfig-2.6.24 ++++ b/defconfig-2.6.24 +@@ -1,7 +1,7 @@ + # + # Automatically generated make config: don't edit + # Linux kernel version: 2.6.24 +-# Fri Feb 22 22:38:48 2008 ++# Sat Mar 1 11:36:29 2008 + # + CONFIG_ARM=y + CONFIG_SYS_SUPPORTS_APM_EMULATION=y +@@ -285,6 +285,7 @@ CONFIG_ZBOOT_ROM_BSS=0x0 + CONFIG_CMDLINE="unused -- bootloader passes ATAG list" + # CONFIG_XIP_KERNEL is not set + CONFIG_KEXEC=y ++CONFIG_ATAGS_PROC=y + + # + # Floating point emulation +@@ -1273,7 +1274,7 @@ CONFIG_SND_S3C24XX_SOC_NEO1973_GTA02_WM8753=y + # + # SoC Audio support for SuperH + # +-CONFIG_SND_SOC_WM8753=m ++CONFIG_SND_SOC_WM8753=y + + # + # Open Sound System +-- +1.5.6.3 + |