xref: /linux/sound/aoa/codecs/Kconfig (revision f24e9f586b377749dff37554696cf3a105540c94)
1f3d9478bSJohannes Bergconfig SND_AOA_ONYX
2f3d9478bSJohannes Berg	tristate "support Onyx chip"
3f3d9478bSJohannes Berg	depends on SND_AOA
4*f24e9f58STakashi Iwai	select I2C
5*f24e9f58STakashi Iwai	select I2C_POWERMAC
6f3d9478bSJohannes Berg	---help---
7f3d9478bSJohannes Berg	This option enables support for the Onyx (pcm3052)
8f3d9478bSJohannes Berg	codec chip found in the latest Apple machines
9f3d9478bSJohannes Berg	(most of those with digital audio output).
10f3d9478bSJohannes Berg
11f3d9478bSJohannes Berg#config SND_AOA_TOPAZ
12f3d9478bSJohannes Berg#	tristate "support Topaz chips"
13f3d9478bSJohannes Berg#	depends on SND_AOA
14f3d9478bSJohannes Berg#	---help---
15f3d9478bSJohannes Berg#	This option enables support for the Topaz (CS84xx)
16f3d9478bSJohannes Berg#	codec chips found in the latest Apple machines,
17f3d9478bSJohannes Berg#	these chips do the digital input and output on
18f3d9478bSJohannes Berg#	some PowerMacs.
19f3d9478bSJohannes Berg
20f3d9478bSJohannes Bergconfig SND_AOA_TAS
21f3d9478bSJohannes Berg	tristate "support TAS chips"
22f3d9478bSJohannes Berg	depends on SND_AOA
23*f24e9f58STakashi Iwai	select I2C
24*f24e9f58STakashi Iwai	select I2C_POWERMAC
25f3d9478bSJohannes Berg	---help---
26f3d9478bSJohannes Berg	This option enables support for the tas chips
27f3d9478bSJohannes Berg	found in a lot of Apple Machines, especially
28f3d9478bSJohannes Berg	iBooks and PowerBooks without digital.
29f3d9478bSJohannes Berg
30f3d9478bSJohannes Bergconfig SND_AOA_TOONIE
31f3d9478bSJohannes Berg	tristate "support Toonie chip"
32f3d9478bSJohannes Berg	depends on SND_AOA
33f3d9478bSJohannes Berg	---help---
34f3d9478bSJohannes Berg	This option enables support for the toonie codec
35f3d9478bSJohannes Berg	found in the Mac Mini. If you have a Mac Mini and
36f3d9478bSJohannes Berg	want to hear sound, select this option.
37