~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/sound/soc/samsung/Kconfig

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /sound/soc/samsung/Kconfig (Version linux-6.12-rc7) and /sound/soc/samsung/Kconfig (Version linux-3.10.108)


  1 # SPDX-License-Identifier: GPL-2.0-only        !!   1 config SND_SOC_SAMSUNG
  2 menuconfig SND_SOC_SAMSUNG                     << 
  3         tristate "ASoC support for Samsung"         2         tristate "ASoC support for Samsung"
  4         depends on PLAT_SAMSUNG || ARCH_S5PV21 !!   3         depends on PLAT_SAMSUNG
  5         depends on COMMON_CLK                  !!   4         select S3C64XX_DMA if ARCH_S3C64XX
  6         select SND_SOC_GENERIC_DMAENGINE_PCM   !!   5         select S3C2410_DMA if ARCH_S3C24XX
  7         help                                        6         help
  8           Say Y or M if you want to add suppor      7           Say Y or M if you want to add support for codecs attached to
  9           the Samsung SoCs' Audio interfaces.       8           the Samsung SoCs' Audio interfaces. You will also need to
 10           select the audio interfaces to suppo      9           select the audio interfaces to support below.
 11                                                    10 
 12 if SND_SOC_SAMSUNG                             !!  11 config SND_S3C24XX_I2S
                                                   >>  12         tristate
                                                   >>  13         select S3C2410_DMA
                                                   >>  14 
                                                   >>  15 config SND_S3C_I2SV2_SOC
                                                   >>  16         tristate
                                                   >>  17 
                                                   >>  18 config SND_S3C2412_SOC_I2S
                                                   >>  19         tristate
                                                   >>  20         select SND_S3C_I2SV2_SOC
                                                   >>  21         select S3C2410_DMA
 13                                                    22 
 14 config SND_SAMSUNG_PCM                             23 config SND_SAMSUNG_PCM
 15         tristate "Samsung PCM interface suppor !!  24         tristate
                                                   >>  25 
                                                   >>  26 config SND_SAMSUNG_AC97
                                                   >>  27         tristate
                                                   >>  28         select SND_SOC_AC97_BUS
 16                                                    29 
 17 config SND_SAMSUNG_SPDIF                           30 config SND_SAMSUNG_SPDIF
 18         tristate "Samsung SPDIF transmitter su !!  31         tristate
 19         select SND_SOC_SPDIF                       32         select SND_SOC_SPDIF
 20                                                    33 
 21 config SND_SAMSUNG_I2S                             34 config SND_SAMSUNG_I2S
 22         tristate "Samsung I2S interface suppor !!  35         tristate
                                                   >>  36 
                                                   >>  37 config SND_SOC_SAMSUNG_NEO1973_WM8753
                                                   >>  38         tristate "Audio support for Openmoko Neo1973 Smartphones (GTA02)"
                                                   >>  39         depends on SND_SOC_SAMSUNG && MACH_NEO1973_GTA02
                                                   >>  40         select SND_S3C24XX_I2S
                                                   >>  41         select SND_SOC_WM8753
                                                   >>  42         select SND_SOC_DFBMCS320
                                                   >>  43         help
                                                   >>  44           Say Y here to enable audio support for the Openmoko Neo1973
                                                   >>  45           Smartphones.
                                                   >>  46 
                                                   >>  47 config SND_SOC_SAMSUNG_JIVE_WM8750
                                                   >>  48         tristate "SoC I2S Audio support for Jive"
                                                   >>  49         depends on SND_SOC_SAMSUNG && MACH_JIVE
                                                   >>  50         select SND_SOC_WM8750
                                                   >>  51         select SND_S3C2412_SOC_I2S
                                                   >>  52         help
                                                   >>  53           Sat Y if you want to add support for SoC audio on the Jive.
                                                   >>  54 
                                                   >>  55 config SND_SOC_SAMSUNG_SMDK_WM8580
                                                   >>  56         tristate "SoC I2S Audio support for WM8580 on SMDK"
                                                   >>  57         depends on SND_SOC_SAMSUNG && (MACH_SMDK6410 || MACH_SMDKC100 || MACH_SMDK6440 || MACH_SMDK6450 || MACH_SMDKV210 || MACH_SMDKC110)
                                                   >>  58         select SND_SOC_WM8580
                                                   >>  59         select SND_SAMSUNG_I2S
                                                   >>  60         help
                                                   >>  61           Say Y if you want to add support for SoC audio on the SMDKs.
 23                                                    62 
 24 config SND_SOC_SAMSUNG_SMDK_WM8994                 63 config SND_SOC_SAMSUNG_SMDK_WM8994
 25         tristate "SoC I2S Audio support for WM     64         tristate "SoC I2S Audio support for WM8994 on SMDK"
 26         depends on I2C=y                       !!  65         depends on SND_SOC_SAMSUNG
                                                   >>  66         depends on I2C=y && GENERIC_HARDIRQS
 27         select MFD_WM8994                          67         select MFD_WM8994
 28         select SND_SOC_WM8994                      68         select SND_SOC_WM8994
 29         select SND_SAMSUNG_I2S                     69         select SND_SAMSUNG_I2S
 30         help                                       70         help
 31                 Say Y if you want to add suppo     71                 Say Y if you want to add support for SoC audio on the SMDKs.
 32                                                    72 
                                                   >>  73 config SND_SOC_SAMSUNG_SMDK2443_WM9710
                                                   >>  74         tristate "SoC AC97 Audio support for SMDK2443 - WM9710"
                                                   >>  75         depends on SND_SOC_SAMSUNG && MACH_SMDK2443
                                                   >>  76         select S3C2410_DMA
                                                   >>  77         select AC97_BUS
                                                   >>  78         select SND_SOC_AC97_CODEC
                                                   >>  79         select SND_SAMSUNG_AC97
                                                   >>  80         help
                                                   >>  81           Say Y if you want to add support for SoC audio on smdk2443
                                                   >>  82           with the WM9710.
                                                   >>  83 
                                                   >>  84 config SND_SOC_SAMSUNG_LN2440SBC_ALC650
                                                   >>  85         tristate "SoC AC97 Audio support for LN2440SBC - ALC650"
                                                   >>  86         depends on SND_SOC_SAMSUNG && ARCH_S3C24XX
                                                   >>  87         select S3C2410_DMA
                                                   >>  88         select AC97_BUS
                                                   >>  89         select SND_SOC_AC97_CODEC
                                                   >>  90         select SND_SAMSUNG_AC97
                                                   >>  91         help
                                                   >>  92           Say Y if you want to add support for SoC audio on ln2440sbc
                                                   >>  93           with the ALC650.
                                                   >>  94 
                                                   >>  95 config SND_SOC_SAMSUNG_S3C24XX_UDA134X
                                                   >>  96         tristate "SoC I2S Audio support UDA134X wired to a S3C24XX"
                                                   >>  97         depends on SND_SOC_SAMSUNG && ARCH_S3C24XX
                                                   >>  98         select SND_S3C24XX_I2S
                                                   >>  99         select SND_SOC_L3
                                                   >> 100         select SND_SOC_UDA134X
                                                   >> 101 
                                                   >> 102 config SND_SOC_SAMSUNG_SIMTEC
                                                   >> 103         tristate
                                                   >> 104         help
                                                   >> 105           Internal node for common S3C24XX/Simtec suppor
                                                   >> 106 
                                                   >> 107 config SND_SOC_SAMSUNG_SIMTEC_TLV320AIC23
                                                   >> 108         tristate "SoC I2S Audio support for TLV320AIC23 on Simtec boards"
                                                   >> 109         depends on SND_SOC_SAMSUNG && ARCH_S3C24XX
                                                   >> 110         select SND_S3C24XX_I2S
                                                   >> 111         select SND_SOC_TLV320AIC23
                                                   >> 112         select SND_SOC_SAMSUNG_SIMTEC
                                                   >> 113 
                                                   >> 114 config SND_SOC_SAMSUNG_SIMTEC_HERMES
                                                   >> 115         tristate "SoC I2S Audio support for Simtec Hermes board"
                                                   >> 116         depends on SND_SOC_SAMSUNG && ARCH_S3C24XX
                                                   >> 117         select SND_S3C24XX_I2S
                                                   >> 118         select SND_SOC_TLV320AIC3X
                                                   >> 119         select SND_SOC_SAMSUNG_SIMTEC
                                                   >> 120 
                                                   >> 121 config SND_SOC_SAMSUNG_H1940_UDA1380
                                                   >> 122         tristate "Audio support for the HP iPAQ H1940"
                                                   >> 123         depends on SND_SOC_SAMSUNG && ARCH_H1940
                                                   >> 124         select SND_S3C24XX_I2S
                                                   >> 125         select SND_SOC_UDA1380
                                                   >> 126         help
                                                   >> 127           This driver provides audio support for HP iPAQ h1940 PDA.
                                                   >> 128 
                                                   >> 129 config SND_SOC_SAMSUNG_RX1950_UDA1380
                                                   >> 130         tristate "Audio support for the HP iPAQ RX1950"
                                                   >> 131         depends on SND_SOC_SAMSUNG && MACH_RX1950
                                                   >> 132         select SND_S3C24XX_I2S
                                                   >> 133         select SND_SOC_UDA1380
                                                   >> 134         help
                                                   >> 135           This driver provides audio support for HP iPAQ RX1950 PDA.
                                                   >> 136 
                                                   >> 137 config SND_SOC_SAMSUNG_SMDK_WM9713
                                                   >> 138         tristate "SoC AC97 Audio support for SMDK with WM9713"
                                                   >> 139         depends on SND_SOC_SAMSUNG && (MACH_SMDK6410 || MACH_SMDKC100 || MACH_SMDKV210 || MACH_SMDKC110 || MACH_SMDKV310 || MACH_SMDKC210)
                                                   >> 140         select SND_SOC_WM9713
                                                   >> 141         select SND_SAMSUNG_AC97
                                                   >> 142         help
                                                   >> 143           Sat Y if you want to add support for SoC audio on the SMDK.
                                                   >> 144 
                                                   >> 145 config SND_SOC_SMARTQ
                                                   >> 146         tristate "SoC I2S Audio support for SmartQ board"
                                                   >> 147         depends on SND_SOC_SAMSUNG && MACH_SMARTQ
                                                   >> 148         select SND_SAMSUNG_I2S
                                                   >> 149         select SND_SOC_WM8750
                                                   >> 150 
                                                   >> 151 config SND_SOC_GONI_AQUILA_WM8994
                                                   >> 152         tristate "SoC I2S Audio support for AQUILA/GONI - WM8994"
                                                   >> 153         depends on SND_SOC_SAMSUNG && (MACH_GONI || MACH_AQUILA)
                                                   >> 154         depends on I2C=y && GENERIC_HARDIRQS
                                                   >> 155         select SND_SAMSUNG_I2S
                                                   >> 156         select MFD_WM8994
                                                   >> 157         select SND_SOC_WM8994
                                                   >> 158         help
                                                   >> 159           Say Y if you want to add support for SoC audio on goni or aquila
                                                   >> 160           with the WM8994.
                                                   >> 161 
 33 config SND_SOC_SAMSUNG_SMDK_SPDIF                 162 config SND_SOC_SAMSUNG_SMDK_SPDIF
 34         tristate "SoC S/PDIF Audio support for    163         tristate "SoC S/PDIF Audio support for SMDK"
                                                   >> 164         depends on SND_SOC_SAMSUNG
 35         select SND_SAMSUNG_SPDIF                  165         select SND_SAMSUNG_SPDIF
 36         help                                      166         help
 37           Say Y if you want to add support for    167           Say Y if you want to add support for SoC S/PDIF audio on the SMDK.
 38                                                   168 
                                                   >> 169 config SND_SOC_SMDK_WM8580_PCM
                                                   >> 170         tristate "SoC PCM Audio support for WM8580 on SMDK"
                                                   >> 171         depends on SND_SOC_SAMSUNG && (MACH_SMDK6450 || MACH_SMDKV210 || MACH_SMDKC110)
                                                   >> 172         select SND_SOC_WM8580
                                                   >> 173         select SND_SAMSUNG_PCM
                                                   >> 174         help
                                                   >> 175           Say Y if you want to add support for SoC audio on the SMDK.
                                                   >> 176 
 39 config SND_SOC_SMDK_WM8994_PCM                    177 config SND_SOC_SMDK_WM8994_PCM
 40         tristate "SoC PCM Audio support for WM    178         tristate "SoC PCM Audio support for WM8994 on SMDK"
 41         depends on I2C=y                       !! 179         depends on SND_SOC_SAMSUNG
                                                   >> 180         depends on I2C=y && GENERIC_HARDIRQS
 42         select MFD_WM8994                         181         select MFD_WM8994
 43         select SND_SOC_WM8994                     182         select SND_SOC_WM8994
 44         select SND_SAMSUNG_PCM                    183         select SND_SAMSUNG_PCM
 45         help                                      184         help
 46           Say Y if you want to add support for    185           Say Y if you want to add support for SoC audio on the SMDK
 47                                                   186 
 48 config SND_SOC_SPEYSIDE                           187 config SND_SOC_SPEYSIDE
 49         tristate "Audio support for Wolfson Sp    188         tristate "Audio support for Wolfson Speyside"
 50         depends on I2C && SPI_MASTER           !! 189         depends on SND_SOC_SAMSUNG && MACH_WLF_CRAGG_6410
 51         depends on MACH_WLF_CRAGG_6410 || COMP << 
 52         select SND_SAMSUNG_I2S                    190         select SND_SAMSUNG_I2S
 53         select SND_SOC_WM8996                     191         select SND_SOC_WM8996
 54         select SND_SOC_WM9081                     192         select SND_SOC_WM9081
 55         select SND_SOC_WM0010                     193         select SND_SOC_WM0010
 56         select SND_SOC_WM1250_EV1                 194         select SND_SOC_WM1250_EV1
 57                                                   195 
 58 config SND_SOC_TOBERMORY                          196 config SND_SOC_TOBERMORY
 59         tristate "Audio support for Wolfson To    197         tristate "Audio support for Wolfson Tobermory"
 60         depends on INPUT && I2C                !! 198         depends on SND_SOC_SAMSUNG && MACH_WLF_CRAGG_6410
 61         depends on MACH_WLF_CRAGG_6410 || COMP << 
 62         select SND_SAMSUNG_I2S                    199         select SND_SAMSUNG_I2S
 63         select SND_SOC_WM8962                     200         select SND_SOC_WM8962
 64                                                   201 
 65 config SND_SOC_BELLS                              202 config SND_SOC_BELLS
 66         tristate "Audio support for Wolfson Be    203         tristate "Audio support for Wolfson Bells"
 67         depends on MFD_ARIZONA && MFD_WM5102 & !! 204         depends on SND_SOC_SAMSUNG && MACH_WLF_CRAGG_6410
 68         depends on MACH_WLF_CRAGG_6410 || COMP << 
 69         select SND_SAMSUNG_I2S                    205         select SND_SAMSUNG_I2S
 70         select SND_SOC_WM5102                     206         select SND_SOC_WM5102
 71         select SND_SOC_WM5110                     207         select SND_SOC_WM5110
 72         select SND_SOC_WM9081                     208         select SND_SOC_WM9081
 73         select SND_SOC_WM0010                     209         select SND_SOC_WM0010
 74         select SND_SOC_WM1250_EV1                 210         select SND_SOC_WM1250_EV1
 75                                                   211 
 76 config SND_SOC_LOWLAND                            212 config SND_SOC_LOWLAND
 77         tristate "Audio support for Wolfson Lo    213         tristate "Audio support for Wolfson Lowland"
 78         depends on I2C                         !! 214         depends on SND_SOC_SAMSUNG && MACH_WLF_CRAGG_6410
 79         depends on MACH_WLF_CRAGG_6410 || COMP << 
 80         select SND_SAMSUNG_I2S                    215         select SND_SAMSUNG_I2S
 81         select SND_SOC_WM5100                     216         select SND_SOC_WM5100
 82         select SND_SOC_WM9081                     217         select SND_SOC_WM9081
 83                                                   218 
 84 config SND_SOC_LITTLEMILL                         219 config SND_SOC_LITTLEMILL
 85         tristate "Audio support for Wolfson Li    220         tristate "Audio support for Wolfson Littlemill"
 86         depends on I2C                         !! 221         depends on SND_SOC_SAMSUNG && MACH_WLF_CRAGG_6410
 87         depends on MACH_WLF_CRAGG_6410 || COMP << 
 88         select SND_SAMSUNG_I2S                 << 
 89         select MFD_WM8994                      << 
 90         select SND_SOC_WM8994                  << 
 91                                                << 
 92 config SND_SOC_SNOW                            << 
 93         tristate "Audio support for Google Sno << 
 94         depends on I2C                         << 
 95         select SND_SOC_MAX98090                << 
 96         select SND_SOC_MAX98095                << 
 97         select SND_SAMSUNG_I2S                 << 
 98         help                                   << 
 99           Say Y if you want to add audio suppo << 
100           boards based on Exynos5 series of So << 
101                                                << 
102 config SND_SOC_ODROID                          << 
103         tristate "Audio support for Odroid XU3 << 
104         depends on SND_SOC_SAMSUNG && I2C      << 
105         select SND_SOC_MAX98090                << 
106         select SND_SAMSUNG_I2S                 << 
107         help                                   << 
108           Say Y here to enable audio support f << 
109                                                << 
110 config SND_SOC_ARNDALE                         << 
111         tristate "Audio support for Arndale Bo << 
112         depends on I2C                         << 
113         select SND_SAMSUNG_I2S                    222         select SND_SAMSUNG_I2S
114         select SND_SOC_RT5631                  << 
115         select MFD_WM8994                         223         select MFD_WM8994
116         select SND_SOC_WM8994                     224         select SND_SOC_WM8994
117                                                << 
118 config SND_SOC_SAMSUNG_TM2_WM5110              << 
119         tristate "SoC I2S Audio support for WM << 
120         depends on SND_SOC_SAMSUNG && MFD_ARIZ << 
121         depends on GPIOLIB || COMPILE_TEST     << 
122         select SND_SOC_MAX98504                << 
123         select SND_SOC_WM5110                  << 
124         select SND_SAMSUNG_I2S                 << 
125         help                                   << 
126           Say Y if you want to add support for << 
127                                                << 
128 config SND_SOC_SAMSUNG_ARIES_WM8994            << 
129         tristate "SoC I2S Audio support for WM << 
130         depends on SND_SOC_SAMSUNG && MFD_WM89 << 
131         select SND_SOC_BT_SCO                  << 
132         select SND_SOC_WM8994                  << 
133         select SND_SAMSUNG_I2S                 << 
134         help                                   << 
135           Say Y if you want to add support for << 
136           which has a WM8994 codec connected t << 
137           modem, and the Samsung I2S controlle << 
138           via ADC, GPIOs, and an extcon device << 
139           and TV-Out path is also handled.     << 
140                                                << 
141 config SND_SOC_SAMSUNG_MIDAS_WM1811            << 
142         tristate "SoC I2S Audio support for Mi << 
143         depends on SND_SOC_SAMSUNG && IIO      << 
144         select SND_SAMSUNG_I2S                 << 
145         select SND_SOC_WM8994                  << 
146         help                                   << 
147           Say Y if you want to add support for << 
148                                                << 
149 endif #SND_SOC_SAMSUNG                         << 
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php