[oe-commits] Ulf Samuelsson : Modify SAM9263 Linux config to detect sound card

git version control git at git.openembedded.org
Thu Aug 13 23:33:39 UTC 2009


Module: openembedded.git
Branch: ulf/linux-2.6.30.2
Commit: 430bcadad5d21205f29c27bf47c4ef1b78c4e6e7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=430bcadad5d21205f29c27bf47c4ef1b78c4e6e7

Author: Ulf Samuelsson <ulf.samuelsson at atmel.com>
Date:   Fri Aug 14 01:27:42 2009 +0200

Modify SAM9263 Linux config to detect sound card

---

 .../linux/linux-2.6.30.2/at91sam9263dfc/defconfig  |   25 +++++++++++--------
 1 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/recipes/linux/linux-2.6.30.2/at91sam9263dfc/defconfig b/recipes/linux/linux-2.6.30.2/at91sam9263dfc/defconfig
index 6999751..01f2345 100644
--- a/recipes/linux/linux-2.6.30.2/at91sam9263dfc/defconfig
+++ b/recipes/linux/linux-2.6.30.2/at91sam9263dfc/defconfig
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux kernel version: 2.6.30.2
-# Wed Aug 12 23:28:05 2009
+# Thu Aug 13 23:52:05 2009
 #
 CONFIG_ARM=y
 CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -297,7 +297,7 @@ CONFIG_ALIGNMENT_TRAP=y
 #
 CONFIG_ZBOOT_ROM_TEXT=0x0
 CONFIG_ZBOOT_ROM_BSS=0x0
-CONFIG_CMDLINE="mem=64M console=ttyS0,115200 root=/dev/mmcblk0p1 rootfstype=ext2 rootdelay=5"
+CONFIG_CMDLINE=" debug "
 # CONFIG_XIP_KERNEL is not set
 # CONFIG_KEXEC is not set
 
@@ -1067,10 +1067,7 @@ CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
 # CONFIG_FONTS is not set
 CONFIG_FONT_8x8=y
 CONFIG_FONT_8x16=y
-CONFIG_LOGO=y
-# CONFIG_LOGO_LINUX_MONO is not set
-# CONFIG_LOGO_LINUX_VGA16 is not set
-CONFIG_LOGO_LINUX_CLUT224=y
+# CONFIG_LOGO is not set
 CONFIG_SOUND=y
 CONFIG_SOUND_OSS_CORE=y
 CONFIG_SND=y
@@ -1085,23 +1082,29 @@ CONFIG_SND_PCM_OSS_PLUGINS=y
 # CONFIG_SND_HRTIMER is not set
 # CONFIG_SND_DYNAMIC_MINORS is not set
 # CONFIG_SND_SUPPORT_OLD_API is not set
-CONFIG_SND_VERBOSE_PROCFS=y
+# CONFIG_SND_VERBOSE_PROCFS is not set
 # CONFIG_SND_VERBOSE_PRINTK is not set
 # CONFIG_SND_DEBUG is not set
 CONFIG_SND_VMASTER=y
 CONFIG_SND_AC97_CODEC=y
-# CONFIG_SND_DRIVERS is not set
+CONFIG_SND_DRIVERS=y
+# CONFIG_SND_DUMMY is not set
+# CONFIG_SND_MTPAV is not set
+# CONFIG_SND_SERIAL_U16550 is not set
+# CONFIG_SND_MPU401 is not set
+# CONFIG_SND_AC97_POWER_SAVE is not set
 CONFIG_SND_ARM=y
-# CONFIG_SND_AT91_AC97 is not set
+CONFIG_SND_AT91_AC97=y
 
 #
 # Atmel devices (AVR32 and AT91)
 #
 CONFIG_SND_ATMEL_AC97C=y
-# CONFIG_SND_SPI is not set
+CONFIG_SND_SPI=y
+# CONFIG_SND_AT73C213 is not set
 # CONFIG_SND_USB is not set
 CONFIG_SND_SOC=y
-CONFIG_SND_ATMEL_SOC=y
+# CONFIG_SND_ATMEL_SOC is not set
 CONFIG_SND_SOC_I2C_AND_SPI=y
 # CONFIG_SND_SOC_ALL_CODECS is not set
 # CONFIG_SOUND_PRIME is not set





More information about the Openembedded-commits mailing list