public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] aic23: Kconfig fixes for alsa and oss drivers.
@ 2006-05-25 20:52 lamikr
  2006-05-26 23:12 ` Tony Lindgren
  0 siblings, 1 reply; 4+ messages in thread
From: lamikr @ 2006-05-25 20:52 UTC (permalink / raw)
  To: OMAP-Linux

[-- Attachment #1: Type: text/plain, Size: 144 bytes --]

Kconfig fixes to prevent unselecting I2C and I2C-omap drivers is aic23
sound driver is selected.

Signed-off-by: Mika Laitio <lamikr@cc.jyu.fi>

[-- Attachment #2: 0001-aic23-Kconfig-fixes.txt --]
[-- Type: text/plain, Size: 1294 bytes --]

>From nobody Mon Sep 17 00:00:00 2001
From: Mika Laitio <lamikr@cc.jyu.fi>
Date: Thu May 25 22:46:18 2006 +0300
Subject: [PATCH 1/3] aic23: Kconfig fixes for alsa and oss drivers. I2C and I2C-OMAP must be build if aic23 driver is build.

Signed-off-by: Mika Laitio <lamikr@cc.jyu.fi>


---

 sound/arm/Kconfig |    2 ++
 sound/oss/Kconfig |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

fafc1b62f86a4e85df544d38427a057e5304b6ea
diff --git a/sound/arm/Kconfig b/sound/arm/Kconfig
index cccdf23..fdf75e1 100644
--- a/sound/arm/Kconfig
+++ b/sound/arm/Kconfig
@@ -37,6 +37,8 @@ config SND_OMAP_AIC23
 	tristate "OMAP AIC23 alsa driver (osk5912)"
 	depends on ARCH_OMAP && SND
 	select SND_PCM
+	select I2C
+	select I2C_OMAP if ARCH_OMAP
 	select SENSORS_TLV320AIC23
 	help
 	  Say Y here if you have a OSK platform board
diff --git a/sound/oss/Kconfig b/sound/oss/Kconfig
index 146cebf..3c2c587 100644
--- a/sound/oss/Kconfig
+++ b/sound/oss/Kconfig
@@ -29,6 +29,8 @@ config SOUND_OMAP_TSC2101
 config SOUND_OMAP_AIC23
 	tristate "AIC23 Stereo Codec"
 	depends on SOUND_OMAP && ( MACH_OMAP_INNOVATOR || MACH_OMAP_OSK )
+	select I2C
+	select I2C_OMAP if ARCH_OMAP
 	select SENSORS_TLV320AIC23 if ARCH_OMAP
 	---help---
 	  AIC23 Audio Codec Driver for OMAP will be enabled.
-- 
1.2.2


[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-08-10  6:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-25 20:52 [PATCH 1/3] aic23: Kconfig fixes for alsa and oss drivers lamikr
2006-05-26 23:12 ` Tony Lindgren
2006-08-10  0:29   ` lamikr
2006-08-10  6:44     ` tony

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox