Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Manuel Lauss | 4a161d2 | 2008-07-09 16:27:56 +0200 | [diff] [blame] | 2 | ## |
Manuel Lauss | 809f36c | 2011-11-01 20:03:30 +0100 | [diff] [blame] | 3 | ## Au1200/Au1550/Au1300 PSC + DBDMA |
Manuel Lauss | 4a161d2 | 2008-07-09 16:27:56 +0200 | [diff] [blame] | 4 | ## |
| 5 | config SND_SOC_AU1XPSC |
Manuel Lauss | 809f36c | 2011-11-01 20:03:30 +0100 | [diff] [blame] | 6 | tristate "SoC Audio for Au12xx/Au13xx/Au1550" |
Manuel Lauss | 376638603 | 2011-08-12 11:39:45 +0200 | [diff] [blame] | 7 | depends on MIPS_ALCHEMY |
Manuel Lauss | 4a161d2 | 2008-07-09 16:27:56 +0200 | [diff] [blame] | 8 | help |
| 9 | This option enables support for the Programmable Serial |
| 10 | Controllers in AC97 and I2S mode, and the Descriptor-Based DMA |
Manuel Lauss | 809f36c | 2011-11-01 20:03:30 +0100 | [diff] [blame] | 11 | Controller (DBDMA) as found on the Au12xx/Au13xx/Au1550 SoC. |
Manuel Lauss | 4a161d2 | 2008-07-09 16:27:56 +0200 | [diff] [blame] | 12 | |
| 13 | config SND_SOC_AU1XPSC_I2S |
| 14 | tristate |
| 15 | |
| 16 | config SND_SOC_AU1XPSC_AC97 |
| 17 | tristate |
| 18 | select AC97_BUS |
| 19 | select SND_AC97_CODEC |
| 20 | select SND_SOC_AC97_BUS |
| 21 | |
Manuel Lauss | b3c70c9 | 2011-07-25 13:44:45 +0200 | [diff] [blame] | 22 | ## |
| 23 | ## Au1000/1500/1100 DMA + AC97C/I2SC |
| 24 | ## |
| 25 | config SND_SOC_AU1XAUDIO |
| 26 | tristate "SoC Audio for Au1000/Au1500/Au1100" |
| 27 | depends on MIPS_ALCHEMY |
| 28 | help |
| 29 | This is a driver set for the AC97 unit and the |
| 30 | old DMA controller as found on the Au1000/Au1500/Au1100 chips. |
| 31 | |
| 32 | config SND_SOC_AU1XAC97C |
| 33 | tristate |
| 34 | select AC97_BUS |
| 35 | select SND_AC97_CODEC |
| 36 | select SND_SOC_AC97_BUS |
| 37 | |
| 38 | config SND_SOC_AU1XI2SC |
| 39 | tristate |
| 40 | |
Manuel Lauss | 4a161d2 | 2008-07-09 16:27:56 +0200 | [diff] [blame] | 41 | |
| 42 | ## |
| 43 | ## Boards |
| 44 | ## |
Manuel Lauss | b2ce305 | 2011-07-25 13:44:46 +0200 | [diff] [blame] | 45 | config SND_SOC_DB1000 |
| 46 | tristate "DB1000 Audio support" |
| 47 | depends on SND_SOC_AU1XAUDIO |
| 48 | select SND_SOC_AU1XAC97C |
| 49 | select SND_SOC_AC97_CODEC |
| 50 | help |
| 51 | Select this option to enable AC97 audio on the early DB1x00 series |
| 52 | of boards (DB1000/DB1500/DB1100). |
| 53 | |
Manuel Lauss | 05ae323 | 2009-11-02 21:21:44 +0100 | [diff] [blame] | 54 | config SND_SOC_DB1200 |
Manuel Lauss | f869d42 | 2011-11-10 12:06:16 +0000 | [diff] [blame] | 55 | tristate "DB1200/DB1300/DB1550 Audio support" |
Manuel Lauss | 4a161d2 | 2008-07-09 16:27:56 +0200 | [diff] [blame] | 56 | depends on SND_SOC_AU1XPSC |
| 57 | select SND_SOC_AU1XPSC_AC97 |
| 58 | select SND_SOC_AC97_CODEC |
Manuel Lauss | 64cd04d | 2011-11-10 12:03:26 +0000 | [diff] [blame] | 59 | select SND_SOC_WM9712 |
Manuel Lauss | 05ae323 | 2009-11-02 21:21:44 +0100 | [diff] [blame] | 60 | select SND_SOC_AU1XPSC_I2S |
Mark Brown | 9dc15f8 | 2022-03-25 15:31:19 +0000 | [diff] [blame] | 61 | select SND_SOC_WM8731_I2C |
Manuel Lauss | 4a161d2 | 2008-07-09 16:27:56 +0200 | [diff] [blame] | 62 | help |
Manuel Lauss | 64cd04d | 2011-11-10 12:03:26 +0000 | [diff] [blame] | 63 | Select this option to enable audio (AC97 and I2S) on the |
Manuel Lauss | f869d42 | 2011-11-10 12:06:16 +0000 | [diff] [blame] | 64 | Alchemy/AMD/RMI/NetLogic Db1200, Db1550 and Db1300 evaluation boards. |
Manuel Lauss | 64cd04d | 2011-11-10 12:03:26 +0000 | [diff] [blame] | 65 | If you need Db1300 touchscreen support, you definitely want to say Y. |