Googler | 012a81c | 2022-09-15 14:55:24 +0800 | [diff] [blame] | 1 | config SND_OMAP_SOC |
Googler | 9726be6 | 2022-12-14 05:53:31 +0000 | [diff] [blame^] | 2 | tristate "SoC Audio for the Texas Instruments OMAP chips" |
Googler | 012a81c | 2022-09-15 14:55:24 +0800 | [diff] [blame] | 3 | depends on (ARCH_OMAP && DMA_OMAP) || (ARM && COMPILE_TEST) |
Googler | 9726be6 | 2022-12-14 05:53:31 +0000 | [diff] [blame^] | 4 | select SND_DMAENGINE_PCM |
Googler | 012a81c | 2022-09-15 14:55:24 +0800 | [diff] [blame] | 5 | |
| 6 | config SND_OMAP_SOC_DMIC |
| 7 | tristate |
| 8 | |
| 9 | config SND_OMAP_SOC_MCBSP |
| 10 | tristate |
| 11 | |
| 12 | config SND_OMAP_SOC_MCPDM |
| 13 | tristate |
| 14 | |
| 15 | config SND_OMAP_SOC_HDMI_AUDIO |
| 16 | tristate "HDMI audio support for OMAP4+ based SoCs" |
Googler | 9726be6 | 2022-12-14 05:53:31 +0000 | [diff] [blame^] | 17 | depends on SND_OMAP_SOC |
Googler | 012a81c | 2022-09-15 14:55:24 +0800 | [diff] [blame] | 18 | help |
| 19 | For HDMI audio to work OMAPDSS HDMI support should be |
| 20 | enabled. |
| 21 | The hdmi audio driver implements cpu-dai component using the |
| 22 | callbacks provided by OMAPDSS and registers the component |
| 23 | under DSS HDMI device. Omap-pcm is registered for platform |
| 24 | component also under DSS HDMI device. Dummy codec is used as |
| 25 | as codec component. The hdmi audio driver implements also |
| 26 | the card and registers it under its own platform device. |
| 27 | The device for the driver is registered by OMAPDSS hdmi |
| 28 | driver. |
| 29 | |
| 30 | config SND_OMAP_SOC_N810 |
| 31 | tristate "SoC Audio support for Nokia N810" |
Googler | 9726be6 | 2022-12-14 05:53:31 +0000 | [diff] [blame^] | 32 | depends on SND_OMAP_SOC && MACH_NOKIA_N810 && I2C |
| 33 | depends on OMAP_MUX |
Googler | 012a81c | 2022-09-15 14:55:24 +0800 | [diff] [blame] | 34 | select SND_OMAP_SOC_MCBSP |
| 35 | select SND_SOC_TLV320AIC3X |
| 36 | help |
| 37 | Say Y if you want to add support for SoC audio on Nokia N810. |
| 38 | |
| 39 | config SND_OMAP_SOC_RX51 |
| 40 | tristate "SoC Audio support for Nokia N900 (RX-51)" |
Googler | 9726be6 | 2022-12-14 05:53:31 +0000 | [diff] [blame^] | 41 | depends on SND_OMAP_SOC && ARM && I2C |
Googler | 012a81c | 2022-09-15 14:55:24 +0800 | [diff] [blame] | 42 | select SND_OMAP_SOC_MCBSP |
| 43 | select SND_SOC_TLV320AIC3X |
| 44 | select SND_SOC_TPA6130A2 |
| 45 | depends on GPIOLIB |
| 46 | help |
| 47 | Say Y if you want to add support for SoC audio on Nokia N900 |
| 48 | cellphone. |
| 49 | |
| 50 | config SND_OMAP_SOC_AMS_DELTA |
| 51 | tristate "SoC Audio support for Amstrad E3 (Delta) videophone" |
Googler | 9726be6 | 2022-12-14 05:53:31 +0000 | [diff] [blame^] | 52 | depends on SND_OMAP_SOC && MACH_AMS_DELTA && TTY |
Googler | 012a81c | 2022-09-15 14:55:24 +0800 | [diff] [blame] | 53 | select SND_OMAP_SOC_MCBSP |
| 54 | select SND_SOC_CX20442 |
| 55 | help |
| 56 | Say Y if you want to add support for SoC audio device connected to |
| 57 | a handset and a speakerphone found on Amstrad E3 (Delta) videophone. |
| 58 | |
| 59 | Note that in order to get those devices fully supported, you have to |
| 60 | build the kernel with standard serial port driver included and |
| 61 | configured for at least 4 ports. Then, from userspace, you must load |
| 62 | a line discipline #19 on the modem (ttyS3) serial line. The simplest |
| 63 | way to achieve this is to install util-linux-ng and use the included |
| 64 | ldattach utility. This can be started automatically from udev, |
| 65 | a simple rule like this one should do the trick (it does for me): |
| 66 | ACTION=="add", KERNEL=="controlC0", \ |
| 67 | RUN+="/usr/sbin/ldattach 19 /dev/ttyS3" |
| 68 | |
| 69 | config SND_OMAP_SOC_OSK5912 |
| 70 | tristate "SoC Audio support for omap osk5912" |
Googler | 9726be6 | 2022-12-14 05:53:31 +0000 | [diff] [blame^] | 71 | depends on SND_OMAP_SOC && MACH_OMAP_OSK && I2C |
Googler | 012a81c | 2022-09-15 14:55:24 +0800 | [diff] [blame] | 72 | select SND_OMAP_SOC_MCBSP |
| 73 | select SND_SOC_TLV320AIC23_I2C |
| 74 | help |
| 75 | Say Y if you want to add support for SoC audio on osk5912. |
| 76 | |
| 77 | config SND_OMAP_SOC_AM3517EVM |
| 78 | tristate "SoC Audio support for OMAP3517 / AM3517 EVM" |
Googler | 9726be6 | 2022-12-14 05:53:31 +0000 | [diff] [blame^] | 79 | depends on SND_OMAP_SOC && MACH_OMAP3517EVM && I2C |
Googler | 012a81c | 2022-09-15 14:55:24 +0800 | [diff] [blame] | 80 | select SND_OMAP_SOC_MCBSP |
| 81 | select SND_SOC_TLV320AIC23_I2C |
| 82 | help |
| 83 | Say Y if you want to add support for SoC audio on the OMAP3517 / AM3517 |
| 84 | EVM. |
| 85 | |
| 86 | config SND_OMAP_SOC_OMAP_TWL4030 |
| 87 | tristate "SoC Audio support for TI SoC based boards with twl4030 codec" |
Googler | 9726be6 | 2022-12-14 05:53:31 +0000 | [diff] [blame^] | 88 | depends on TWL4030_CORE && SND_OMAP_SOC |
Googler | 012a81c | 2022-09-15 14:55:24 +0800 | [diff] [blame] | 89 | select SND_OMAP_SOC_MCBSP |
| 90 | select SND_SOC_TWL4030 |
| 91 | help |
| 92 | Say Y if you want to add support for SoC audio on TI SoC based boards |
| 93 | using twl4030 as c codec. This driver currently supports: |
| 94 | - Beagleboard or Devkit8000 |
| 95 | - Gumstix Overo or CompuLab CM-T35/CM-T3730 |
| 96 | - IGEP v2 |
| 97 | - OMAP3EVM |
| 98 | - SDP3430 |
| 99 | - Zoom2 |
| 100 | |
| 101 | config SND_OMAP_SOC_OMAP_ABE_TWL6040 |
| 102 | tristate "SoC Audio support for OMAP boards using ABE and twl6040 codec" |
Googler | 9726be6 | 2022-12-14 05:53:31 +0000 | [diff] [blame^] | 103 | depends on TWL6040_CORE && SND_OMAP_SOC && COMMON_CLK |
Googler | 012a81c | 2022-09-15 14:55:24 +0800 | [diff] [blame] | 104 | depends on ARCH_OMAP4 || (SOC_OMAP5 && MFD_PALMAS) || COMPILE_TEST |
| 105 | select SND_OMAP_SOC_DMIC |
| 106 | select SND_OMAP_SOC_MCPDM |
| 107 | select SND_SOC_TWL6040 |
| 108 | select SND_SOC_DMIC |
| 109 | select COMMON_CLK_PALMAS if (SOC_OMAP5 && MFD_PALMAS) |
| 110 | select CLK_TWL6040 |
| 111 | help |
| 112 | Say Y if you want to add support for SoC audio on OMAP boards using |
| 113 | ABE and twl6040 codec. This driver currently supports: |
| 114 | - SDP4430/Blaze boards |
| 115 | - PandaBoard (4430) |
| 116 | - PandaBoardES (4460) |
| 117 | - omap5-uevm (5432) |
| 118 | |
| 119 | config SND_OMAP_SOC_OMAP3_PANDORA |
| 120 | tristate "SoC Audio support for OMAP3 Pandora" |
Googler | 9726be6 | 2022-12-14 05:53:31 +0000 | [diff] [blame^] | 121 | depends on TWL4030_CORE && SND_OMAP_SOC && MACH_OMAP3_PANDORA |
Googler | 012a81c | 2022-09-15 14:55:24 +0800 | [diff] [blame] | 122 | select SND_OMAP_SOC_MCBSP |
| 123 | select SND_SOC_TWL4030 |
| 124 | help |
| 125 | Say Y if you want to add support for SoC audio on the OMAP3 Pandora. |