summaryrefslogtreecommitdiffstats
path: root/uClinux-2.4.20-uc1/drivers/sound/Config.in
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2011-03-18 23:26:20 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2011-03-18 23:26:20 (GMT)
commitd810895d6ad59222c4b220d602fc307d80ee97a2 (patch)
treef9cd9db7f4fb2cf541d1d600aafd1d986e60835f /uClinux-2.4.20-uc1/drivers/sound/Config.in
parent82888781b664238847a2cd3b35f2dcfa24a29566 (diff)
downloadopenipcam-d810895d6ad59222c4b220d602fc307d80ee97a2.zip
openipcam-d810895d6ad59222c4b220d602fc307d80ee97a2.tar.gz
openipcam-d810895d6ad59222c4b220d602fc307d80ee97a2.tar.bz2
w90n745 ac97 audio driver, seems to be a W83972 based audio chip.
Diffstat (limited to 'uClinux-2.4.20-uc1/drivers/sound/Config.in')
-rw-r--r--uClinux-2.4.20-uc1/drivers/sound/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/uClinux-2.4.20-uc1/drivers/sound/Config.in b/uClinux-2.4.20-uc1/drivers/sound/Config.in
index 5fd0ed4..253c1ba 100644
--- a/uClinux-2.4.20-uc1/drivers/sound/Config.in
+++ b/uClinux-2.4.20-uc1/drivers/sound/Config.in
@@ -6,6 +6,13 @@
# Prompt user for primary drivers.
+# dep_tristate ' Winbond W90N745 audio support' CONFIG_SOUND_W90N745 $CONFIG_SOUND
+if [ "$CONFIG_SOUND" = "y" ]; then
+ if [ "$CONFIG_W90N7453_SERIAL" != "y" ]; then
+ bool ' Winbond W90N745 audio support' CONFIG_SOUND_W90N745
+ fi
+fi
+
dep_tristate ' ALi5455 audio support' CONFIG_SOUND_ALI5455 $CONFIG_SOUND $CONFIG_PCI
dep_tristate ' BT878 audio dma' CONFIG_SOUND_BT878 $CONFIG_SOUND $CONFIG_PCI
dep_tristate ' C-Media PCI (CMI8338/8738)' CONFIG_SOUND_CMPCI $CONFIG_SOUND $CONFIG_PCI