1# SPDX-License-Identifier: GPL-2.0-only 2config SND_AOA_ONYX 3 tristate "support Onyx chip" 4 select I2C 5 select I2C_POWERMAC 6 help 7 This option enables support for the Onyx (pcm3052) 8 codec chip found in the latest Apple machines 9 (most of those with digital audio output). 10 11config SND_AOA_TAS 12 tristate "support TAS chips" 13 select I2C 14 select I2C_POWERMAC 15 help 16 This option enables support for the tas chips 17 found in a lot of Apple Machines, especially 18 iBooks and PowerBooks without digital. 19 20config SND_AOA_TOONIE 21 tristate "support Toonie chip" 22 help 23 This option enables support for the toonie codec 24 found in the Mac Mini. If you have a Mac Mini and 25 want to hear sound, select this option. 26