2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2016-09-20 02:57:50 +08:00
|
|
|
menuconfig SND_SOC_SAMSUNG
|
2010-11-22 14:37:22 +08:00
|
|
|
tristate "ASoC support for Samsung"
|
2016-11-21 03:24:54 +08:00
|
|
|
depends on PLAT_SAMSUNG || ARCH_EXYNOS || COMPILE_TEST
|
|
|
|
depends on COMMON_CLK
|
2014-06-24 04:24:04 +08:00
|
|
|
select SND_SOC_GENERIC_DMAENGINE_PCM
|
2016-09-20 02:57:50 +08:00
|
|
|
---help---
|
2007-02-14 20:20:46 +08:00
|
|
|
Say Y or M if you want to add support for codecs attached to
|
2010-11-22 14:37:22 +08:00
|
|
|
the Samsung SoCs' Audio interfaces. You will also need to
|
2009-04-09 23:40:41 +08:00
|
|
|
select the audio interfaces to support below.
|
2007-02-14 20:20:46 +08:00
|
|
|
|
2016-09-20 02:57:50 +08:00
|
|
|
if SND_SOC_SAMSUNG
|
|
|
|
|
2010-11-22 14:37:22 +08:00
|
|
|
config SND_S3C24XX_I2S
|
2007-02-14 20:20:46 +08:00
|
|
|
tristate
|
2007-05-14 17:06:11 +08:00
|
|
|
|
2009-03-04 08:49:30 +08:00
|
|
|
config SND_S3C_I2SV2_SOC
|
|
|
|
tristate
|
|
|
|
|
2008-01-10 21:47:21 +08:00
|
|
|
config SND_S3C2412_SOC_I2S
|
|
|
|
tristate
|
2009-03-04 08:49:30 +08:00
|
|
|
select SND_S3C_I2SV2_SOC
|
2008-01-10 21:47:21 +08:00
|
|
|
|
2010-11-22 14:37:22 +08:00
|
|
|
config SND_SAMSUNG_PCM
|
2016-09-20 02:57:50 +08:00
|
|
|
tristate "Samsung PCM interface support"
|
2009-11-17 15:54:03 +08:00
|
|
|
|
2010-11-22 14:37:22 +08:00
|
|
|
config SND_SAMSUNG_SPDIF
|
2016-09-20 02:57:50 +08:00
|
|
|
tristate "Samsung SPDIF transmitter support"
|
2010-10-12 19:51:23 +08:00
|
|
|
select SND_SOC_SPDIF
|
|
|
|
|
2010-11-22 14:36:59 +08:00
|
|
|
config SND_SAMSUNG_I2S
|
2016-09-20 02:57:50 +08:00
|
|
|
tristate "Samsung I2S interface support"
|
2010-11-22 14:36:59 +08:00
|
|
|
|
2011-01-02 22:07:46 +08:00
|
|
|
config SND_SOC_SAMSUNG_NEO1973_WM8753
|
2013-03-13 06:09:35 +08:00
|
|
|
tristate "Audio support for Openmoko Neo1973 Smartphones (GTA02)"
|
2016-09-20 02:57:50 +08:00
|
|
|
depends on MACH_NEO1973_GTA02
|
2010-11-22 14:37:22 +08:00
|
|
|
select SND_S3C24XX_I2S
|
2007-05-14 17:06:11 +08:00
|
|
|
select SND_SOC_WM8753
|
2013-06-22 00:09:49 +08:00
|
|
|
select SND_SOC_BT_SCO
|
2007-05-14 17:06:11 +08:00
|
|
|
help
|
2011-03-07 15:04:58 +08:00
|
|
|
Say Y here to enable audio support for the Openmoko Neo1973
|
|
|
|
Smartphones.
|
2007-05-14 17:06:11 +08:00
|
|
|
|
2011-01-02 22:07:46 +08:00
|
|
|
config SND_SOC_SAMSUNG_JIVE_WM8750
|
2009-03-04 08:49:27 +08:00
|
|
|
tristate "SoC I2S Audio support for Jive"
|
2016-09-20 02:57:50 +08:00
|
|
|
depends on MACH_JIVE && I2C
|
2009-03-04 08:49:27 +08:00
|
|
|
select SND_SOC_WM8750
|
|
|
|
select SND_S3C2412_SOC_I2S
|
|
|
|
help
|
2014-01-30 14:28:28 +08:00
|
|
|
Say Y if you want to add support for SoC audio on the Jive.
|
2009-03-04 08:49:27 +08:00
|
|
|
|
2011-01-02 22:07:46 +08:00
|
|
|
config SND_SOC_SAMSUNG_SMDK_WM8580
|
2010-11-22 14:37:16 +08:00
|
|
|
tristate "SoC I2S Audio support for WM8580 on SMDK"
|
2016-11-21 03:24:53 +08:00
|
|
|
depends on MACH_SMDK6410 || COMPILE_TEST
|
2015-01-17 03:04:16 +08:00
|
|
|
depends on I2C
|
2009-09-19 08:46:06 +08:00
|
|
|
select SND_SOC_WM8580
|
2010-11-22 14:37:07 +08:00
|
|
|
select SND_SAMSUNG_I2S
|
2009-09-19 08:46:06 +08:00
|
|
|
help
|
2010-11-22 14:37:16 +08:00
|
|
|
Say Y if you want to add support for SoC audio on the SMDKs.
|
2009-09-19 08:46:06 +08:00
|
|
|
|
2011-01-02 22:07:46 +08:00
|
|
|
config SND_SOC_SAMSUNG_SMDK_WM8994
|
2010-12-20 10:05:57 +08:00
|
|
|
tristate "SoC I2S Audio support for WM8994 on SMDK"
|
2013-08-30 15:39:53 +08:00
|
|
|
depends on I2C=y
|
2011-10-03 22:35:46 +08:00
|
|
|
select MFD_WM8994
|
2010-12-20 10:05:57 +08:00
|
|
|
select SND_SOC_WM8994
|
|
|
|
select SND_SAMSUNG_I2S
|
|
|
|
help
|
|
|
|
Say Y if you want to add support for SoC audio on the SMDKs.
|
|
|
|
|
2011-01-02 22:07:46 +08:00
|
|
|
config SND_SOC_SAMSUNG_S3C24XX_UDA134X
|
2008-11-15 15:58:32 +08:00
|
|
|
tristate "SoC I2S Audio support UDA134X wired to a S3C24XX"
|
2016-09-20 02:57:50 +08:00
|
|
|
depends on ARCH_S3C24XX
|
2010-11-22 14:37:22 +08:00
|
|
|
select SND_S3C24XX_I2S
|
2009-01-23 23:34:54 +08:00
|
|
|
select SND_SOC_L3
|
2010-11-22 14:37:22 +08:00
|
|
|
select SND_SOC_UDA134X
|
2009-08-21 05:50:40 +08:00
|
|
|
|
2011-01-02 22:07:46 +08:00
|
|
|
config SND_SOC_SAMSUNG_SIMTEC
|
2009-08-21 05:50:40 +08:00
|
|
|
tristate
|
|
|
|
help
|
|
|
|
Internal node for common S3C24XX/Simtec suppor
|
|
|
|
|
2011-01-02 22:07:46 +08:00
|
|
|
config SND_SOC_SAMSUNG_SIMTEC_TLV320AIC23
|
2009-08-21 05:50:40 +08:00
|
|
|
tristate "SoC I2S Audio support for TLV320AIC23 on Simtec boards"
|
2016-09-20 02:57:50 +08:00
|
|
|
depends on ARCH_S3C24XX && I2C
|
2010-11-22 14:37:22 +08:00
|
|
|
select SND_S3C24XX_I2S
|
2014-03-06 18:04:42 +08:00
|
|
|
select SND_SOC_TLV320AIC23_I2C
|
2011-01-02 22:07:46 +08:00
|
|
|
select SND_SOC_SAMSUNG_SIMTEC
|
2009-08-21 05:50:43 +08:00
|
|
|
|
2011-01-02 22:07:46 +08:00
|
|
|
config SND_SOC_SAMSUNG_SIMTEC_HERMES
|
2009-08-21 05:50:43 +08:00
|
|
|
tristate "SoC I2S Audio support for Simtec Hermes board"
|
2016-09-20 02:57:50 +08:00
|
|
|
depends on ARCH_S3C24XX && I2C
|
2010-11-22 14:37:22 +08:00
|
|
|
select SND_S3C24XX_I2S
|
2009-08-21 05:50:43 +08:00
|
|
|
select SND_SOC_TLV320AIC3X
|
2011-01-02 22:07:46 +08:00
|
|
|
select SND_SOC_SAMSUNG_SIMTEC
|
2010-01-27 13:59:19 +08:00
|
|
|
|
2011-01-02 22:07:46 +08:00
|
|
|
config SND_SOC_SAMSUNG_H1940_UDA1380
|
2010-12-10 03:17:56 +08:00
|
|
|
tristate "Audio support for the HP iPAQ H1940"
|
2016-09-20 02:57:50 +08:00
|
|
|
depends on ARCH_H1940 && I2C
|
2010-12-10 03:17:56 +08:00
|
|
|
select SND_S3C24XX_I2S
|
|
|
|
select SND_SOC_UDA1380
|
|
|
|
help
|
|
|
|
This driver provides audio support for HP iPAQ h1940 PDA.
|
|
|
|
|
2011-01-02 22:07:46 +08:00
|
|
|
config SND_SOC_SAMSUNG_RX1950_UDA1380
|
2010-08-30 16:28:08 +08:00
|
|
|
tristate "Audio support for the HP iPAQ RX1950"
|
2016-09-20 02:57:50 +08:00
|
|
|
depends on MACH_RX1950 && I2C
|
2010-11-22 14:37:22 +08:00
|
|
|
select SND_S3C24XX_I2S
|
2010-08-30 16:28:08 +08:00
|
|
|
select SND_SOC_UDA1380
|
|
|
|
help
|
|
|
|
This driver provides audio support for HP iPAQ RX1950 PDA.
|
|
|
|
|
2011-01-02 22:07:46 +08:00
|
|
|
config SND_SOC_SMARTQ
|
2010-07-03 08:46:12 +08:00
|
|
|
tristate "SoC I2S Audio support for SmartQ board"
|
2016-11-21 03:24:53 +08:00
|
|
|
depends on MACH_SMARTQ || COMPILE_TEST
|
2016-12-10 02:13:26 +08:00
|
|
|
depends on GPIOLIB || COMPILE_TEST
|
2016-11-21 03:24:53 +08:00
|
|
|
depends on I2C
|
2010-11-22 14:37:02 +08:00
|
|
|
select SND_SAMSUNG_I2S
|
2010-07-03 08:46:12 +08:00
|
|
|
select SND_SOC_WM8750
|
2010-07-21 07:06:56 +08:00
|
|
|
|
2011-01-02 22:07:46 +08:00
|
|
|
config SND_SOC_SAMSUNG_SMDK_SPDIF
|
2010-10-12 19:58:52 +08:00
|
|
|
tristate "SoC S/PDIF Audio support for SMDK"
|
2010-11-22 14:37:22 +08:00
|
|
|
select SND_SAMSUNG_SPDIF
|
2010-10-12 19:58:52 +08:00
|
|
|
help
|
|
|
|
Say Y if you want to add support for SoC S/PDIF audio on the SMDK.
|
2011-04-09 09:57:59 +08:00
|
|
|
|
2011-06-20 16:29:29 +08:00
|
|
|
config SND_SOC_SMDK_WM8994_PCM
|
|
|
|
tristate "SoC PCM Audio support for WM8994 on SMDK"
|
2013-08-30 15:39:53 +08:00
|
|
|
depends on I2C=y
|
2011-10-03 22:35:46 +08:00
|
|
|
select MFD_WM8994
|
2011-06-20 16:29:29 +08:00
|
|
|
select SND_SOC_WM8994
|
|
|
|
select SND_SAMSUNG_PCM
|
|
|
|
help
|
|
|
|
Say Y if you want to add support for SoC audio on the SMDK
|
|
|
|
|
2011-04-13 08:24:39 +08:00
|
|
|
config SND_SOC_SPEYSIDE
|
|
|
|
tristate "Audio support for Wolfson Speyside"
|
2016-09-20 02:57:50 +08:00
|
|
|
depends on I2C && SPI_MASTER
|
2015-05-04 02:13:35 +08:00
|
|
|
depends on MACH_WLF_CRAGG_6410 || COMPILE_TEST
|
2011-04-13 08:24:39 +08:00
|
|
|
select SND_SAMSUNG_I2S
|
2011-06-24 19:10:44 +08:00
|
|
|
select SND_SOC_WM8996
|
2011-04-12 14:42:25 +08:00
|
|
|
select SND_SOC_WM9081
|
2012-08-24 00:05:48 +08:00
|
|
|
select SND_SOC_WM0010
|
2011-08-23 17:41:50 +08:00
|
|
|
select SND_SOC_WM1250_EV1
|
2011-04-26 01:30:45 +08:00
|
|
|
|
2011-11-30 21:30:27 +08:00
|
|
|
config SND_SOC_TOBERMORY
|
|
|
|
tristate "Audio support for Wolfson Tobermory"
|
2016-09-20 02:57:50 +08:00
|
|
|
depends on INPUT && I2C
|
2015-05-04 02:13:35 +08:00
|
|
|
depends on MACH_WLF_CRAGG_6410 || COMPILE_TEST
|
2011-04-26 01:30:45 +08:00
|
|
|
select SND_SAMSUNG_I2S
|
|
|
|
select SND_SOC_WM8962
|
2011-08-24 00:40:01 +08:00
|
|
|
|
2012-08-08 03:03:02 +08:00
|
|
|
config SND_SOC_BELLS
|
|
|
|
tristate "Audio support for Wolfson Bells"
|
2016-09-20 02:57:50 +08:00
|
|
|
depends on MFD_ARIZONA && I2C && SPI_MASTER
|
2015-05-04 02:13:35 +08:00
|
|
|
depends on MACH_WLF_CRAGG_6410 || COMPILE_TEST
|
2012-08-08 03:03:02 +08:00
|
|
|
select SND_SAMSUNG_I2S
|
|
|
|
select SND_SOC_WM5102
|
|
|
|
select SND_SOC_WM5110
|
|
|
|
select SND_SOC_WM9081
|
2012-11-02 21:02:53 +08:00
|
|
|
select SND_SOC_WM0010
|
2012-11-02 21:02:54 +08:00
|
|
|
select SND_SOC_WM1250_EV1
|
2012-08-08 03:03:02 +08:00
|
|
|
|
2011-08-24 00:40:01 +08:00
|
|
|
config SND_SOC_LOWLAND
|
|
|
|
tristate "Audio support for Wolfson Lowland"
|
2016-09-20 02:57:50 +08:00
|
|
|
depends on I2C
|
2015-05-04 02:13:35 +08:00
|
|
|
depends on MACH_WLF_CRAGG_6410 || COMPILE_TEST
|
2011-08-24 00:40:01 +08:00
|
|
|
select SND_SAMSUNG_I2S
|
|
|
|
select SND_SOC_WM5100
|
|
|
|
select SND_SOC_WM9081
|
2011-11-29 06:05:41 +08:00
|
|
|
|
|
|
|
config SND_SOC_LITTLEMILL
|
|
|
|
tristate "Audio support for Wolfson Littlemill"
|
2016-09-20 02:57:50 +08:00
|
|
|
depends on I2C
|
2015-05-04 02:13:35 +08:00
|
|
|
depends on MACH_WLF_CRAGG_6410 || COMPILE_TEST
|
2011-11-29 06:05:41 +08:00
|
|
|
select SND_SAMSUNG_I2S
|
2011-12-04 08:15:17 +08:00
|
|
|
select MFD_WM8994
|
2011-11-29 06:05:41 +08:00
|
|
|
select SND_SOC_WM8994
|
2014-04-28 12:44:39 +08:00
|
|
|
|
|
|
|
config SND_SOC_SNOW
|
|
|
|
tristate "Audio support for Google Snow boards"
|
2016-09-20 02:57:50 +08:00
|
|
|
depends on I2C
|
2014-04-28 12:44:39 +08:00
|
|
|
select SND_SOC_MAX98090
|
|
|
|
select SND_SOC_MAX98095
|
|
|
|
select SND_SAMSUNG_I2S
|
|
|
|
help
|
|
|
|
Say Y if you want to add audio support for various Snow
|
|
|
|
boards based on Exynos5 series of SoCs.
|
2014-07-04 21:13:45 +08:00
|
|
|
|
2017-04-22 01:19:50 +08:00
|
|
|
config SND_SOC_ODROID
|
|
|
|
tristate "Audio support for Odroid XU3/XU4"
|
|
|
|
depends on SND_SOC_SAMSUNG && I2C
|
|
|
|
select SND_SOC_MAX98090
|
|
|
|
select SND_SAMSUNG_I2S
|
|
|
|
help
|
|
|
|
Say Y here to enable audio support for the Odroid XU3/XU4.
|
|
|
|
|
2014-11-26 17:23:04 +08:00
|
|
|
config SND_SOC_ARNDALE_RT5631_ALC5631
|
|
|
|
tristate "Audio support for RT5631(ALC5631) on Arndale Board"
|
2016-09-20 02:57:50 +08:00
|
|
|
depends on I2C
|
2014-11-26 17:23:04 +08:00
|
|
|
select SND_SAMSUNG_I2S
|
|
|
|
select SND_SOC_RT5631
|
2016-09-20 02:57:50 +08:00
|
|
|
|
2016-11-03 00:05:45 +08:00
|
|
|
config SND_SOC_SAMSUNG_TM2_WM5110
|
|
|
|
tristate "SoC I2S Audio support for WM5110 on TM2 board"
|
|
|
|
depends on SND_SOC_SAMSUNG && MFD_ARIZONA && I2C && SPI_MASTER
|
2016-12-10 02:13:26 +08:00
|
|
|
depends on GPIOLIB || COMPILE_TEST
|
2016-11-03 00:05:45 +08:00
|
|
|
select SND_SOC_MAX98504
|
|
|
|
select SND_SOC_WM5110
|
|
|
|
select SND_SAMSUNG_I2S
|
|
|
|
help
|
|
|
|
Say Y if you want to add support for SoC audio on the TM2 board.
|
|
|
|
|
2016-09-20 02:57:50 +08:00
|
|
|
endif #SND_SOC_SAMSUNG
|