diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-08-09 08:51:14 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-09-23 04:40:37 -0400 |
commit | f24e9f586b377749dff37554696cf3a105540c94 (patch) | |
tree | 179aa1c4bb7e6ed15e69d83a8869bba4d2c52613 /sound/aoa/codecs | |
parent | cf93907b98c82c2157e5bbe766bee8f1c5bb87b2 (diff) |
[ALSA] Select I2C and I2C_POWERMAC in aoa/codecs/Kconfig
Added the missing selection of I2C and I2C_POWERMAC
for Onyx and TAS codecs in aoa/codecs/Kconfig.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/aoa/codecs')
-rw-r--r-- | sound/aoa/codecs/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/aoa/codecs/Kconfig b/sound/aoa/codecs/Kconfig index 90cf58f68630..d5fbd6016e93 100644 --- a/sound/aoa/codecs/Kconfig +++ b/sound/aoa/codecs/Kconfig | |||
@@ -1,6 +1,8 @@ | |||
1 | config SND_AOA_ONYX | 1 | config SND_AOA_ONYX |
2 | tristate "support Onyx chip" | 2 | tristate "support Onyx chip" |
3 | depends on SND_AOA | 3 | depends on SND_AOA |
4 | select I2C | ||
5 | select I2C_POWERMAC | ||
4 | ---help--- | 6 | ---help--- |
5 | This option enables support for the Onyx (pcm3052) | 7 | This option enables support for the Onyx (pcm3052) |
6 | codec chip found in the latest Apple machines | 8 | codec chip found in the latest Apple machines |
@@ -18,6 +20,8 @@ config SND_AOA_ONYX | |||
18 | config SND_AOA_TAS | 20 | config SND_AOA_TAS |
19 | tristate "support TAS chips" | 21 | tristate "support TAS chips" |
20 | depends on SND_AOA | 22 | depends on SND_AOA |
23 | select I2C | ||
24 | select I2C_POWERMAC | ||
21 | ---help--- | 25 | ---help--- |
22 | This option enables support for the tas chips | 26 | This option enables support for the tas chips |
23 | found in a lot of Apple Machines, especially | 27 | found in a lot of Apple Machines, especially |