diff options
Diffstat (limited to 'sound/aoa/codecs/Kconfig')
-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 |