Kconfig 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. config SND_S3C24XX_SOC
  2. tristate "SoC Audio for the Samsung S3CXXXX chips"
  3. depends on ARCH_S3C2410 || ARCH_S3C64XX
  4. select S3C64XX_DMA if ARCH_S3C64XX
  5. help
  6. Say Y or M if you want to add support for codecs attached to
  7. the S3C24XX AC97 or I2S interfaces. You will also need to
  8. select the audio interfaces to support below.
  9. config SND_S3C24XX_SOC_I2S
  10. tristate
  11. select S3C2410_DMA
  12. config SND_S3C_I2SV2_SOC
  13. tristate
  14. config SND_S3C2412_SOC_I2S
  15. tristate
  16. select SND_S3C_I2SV2_SOC
  17. select S3C2410_DMA
  18. config SND_S3C64XX_SOC_I2S
  19. tristate
  20. select SND_S3C_I2SV2_SOC
  21. select S3C64XX_DMA
  22. config SND_S3C_SOC_PCM
  23. tristate
  24. config SND_S3C2443_SOC_AC97
  25. tristate
  26. select S3C2410_DMA
  27. select AC97_BUS
  28. select SND_SOC_AC97_BUS
  29. config SND_S3C24XX_SOC_NEO1973_WM8753
  30. tristate "SoC I2S Audio support for NEO1973 - WM8753"
  31. depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA01
  32. select SND_S3C24XX_SOC_I2S
  33. select SND_SOC_WM8753
  34. help
  35. Say Y if you want to add support for SoC audio on smdk2440
  36. with the WM8753.
  37. config SND_S3C24XX_SOC_NEO1973_GTA02_WM8753
  38. tristate "Audio support for the Openmoko Neo FreeRunner (GTA02)"
  39. depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA02
  40. select SND_S3C24XX_SOC_I2S
  41. select SND_SOC_WM8753
  42. help
  43. This driver provides audio support for the Openmoko Neo FreeRunner
  44. smartphone.
  45. config SND_S3C24XX_SOC_JIVE_WM8750
  46. tristate "SoC I2S Audio support for Jive"
  47. depends on SND_S3C24XX_SOC && MACH_JIVE
  48. select SND_SOC_WM8750
  49. select SND_S3C2412_SOC_I2S
  50. help
  51. Sat Y if you want to add support for SoC audio on the Jive.
  52. config SND_S3C64XX_SOC_WM8580
  53. tristate "SoC I2S Audio support for WM8580 on SMDK64XX"
  54. depends on SND_S3C24XX_SOC && (MACH_SMDK6400 || MACH_SMDK6410)
  55. depends on BROKEN
  56. select SND_SOC_WM8580
  57. select SND_S3C64XX_SOC_I2S
  58. help
  59. Sat Y if you want to add support for SoC audio on the SMDK64XX.
  60. config SND_S3C24XX_SOC_SMDK2443_WM9710
  61. tristate "SoC AC97 Audio support for SMDK2443 - WM9710"
  62. depends on SND_S3C24XX_SOC && MACH_SMDK2443
  63. select SND_S3C2443_SOC_AC97
  64. select SND_SOC_AC97_CODEC
  65. help
  66. Say Y if you want to add support for SoC audio on smdk2443
  67. with the WM9710.
  68. config SND_S3C24XX_SOC_LN2440SBC_ALC650
  69. tristate "SoC AC97 Audio support for LN2440SBC - ALC650"
  70. depends on SND_S3C24XX_SOC && ARCH_S3C2410
  71. select SND_S3C2443_SOC_AC97
  72. select SND_SOC_AC97_CODEC
  73. help
  74. Say Y if you want to add support for SoC audio on ln2440sbc
  75. with the ALC650.
  76. config SND_S3C24XX_SOC_S3C24XX_UDA134X
  77. tristate "SoC I2S Audio support UDA134X wired to a S3C24XX"
  78. depends on SND_S3C24XX_SOC && ARCH_S3C2410
  79. select SND_S3C24XX_SOC_I2S
  80. select SND_SOC_L3
  81. select SND_SOC_UDA134X
  82. config SND_S3C24XX_SOC_SIMTEC
  83. tristate
  84. help
  85. Internal node for common S3C24XX/Simtec suppor
  86. config SND_S3C24XX_SOC_SIMTEC_TLV320AIC23
  87. tristate "SoC I2S Audio support for TLV320AIC23 on Simtec boards"
  88. depends on SND_S3C24XX_SOC && ARCH_S3C2410
  89. select SND_S3C24XX_SOC_I2S
  90. select SND_SOC_TLV320AIC23
  91. select SND_S3C24XX_SOC_SIMTEC
  92. config SND_S3C24XX_SOC_SIMTEC_HERMES
  93. tristate "SoC I2S Audio support for Simtec Hermes board"
  94. depends on SND_S3C24XX_SOC && ARCH_S3C2410
  95. select SND_S3C24XX_SOC_I2S
  96. select SND_SOC_TLV320AIC3X
  97. select SND_S3C24XX_SOC_SIMTEC