Kconfig 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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_S3C2443_SOC_AC97
  23. tristate
  24. select S3C2410_DMA
  25. select AC97_BUS
  26. select SND_SOC_AC97_BUS
  27. config SND_S3C24XX_SOC_NEO1973_WM8753
  28. tristate "SoC I2S Audio support for NEO1973 - WM8753"
  29. depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA01
  30. select SND_S3C24XX_SOC_I2S
  31. select SND_SOC_WM8753
  32. help
  33. Say Y if you want to add support for SoC audio on smdk2440
  34. with the WM8753.
  35. config SND_S3C24XX_SOC_NEO1973_GTA02_WM8753
  36. tristate "Audio support for the Openmoko Neo FreeRunner (GTA02)"
  37. depends on SND_S3C24XX_SOC && MACH_NEO1973_GTA02
  38. select SND_S3C24XX_SOC_I2S
  39. select SND_SOC_WM8753
  40. help
  41. This driver provides audio support for the Openmoko Neo FreeRunner
  42. smartphone.
  43. config SND_S3C24XX_SOC_JIVE_WM8750
  44. tristate "SoC I2S Audio support for Jive"
  45. depends on SND_S3C24XX_SOC && MACH_JIVE
  46. select SND_SOC_WM8750
  47. select SND_S3C2412_SOC_I2S
  48. help
  49. Sat Y if you want to add support for SoC audio on the Jive.
  50. config SND_S3C64XX_SOC_WM8580
  51. tristate "SoC I2S Audio support for WM8580 on SMDK64XX"
  52. depends on SND_S3C24XX_SOC && (MACH_SMDK6400 || MACH_SMDK6410)
  53. depends on BROKEN
  54. select SND_SOC_WM8580
  55. select SND_S3C64XX_SOC_I2S
  56. help
  57. Sat Y if you want to add support for SoC audio on the SMDK64XX.
  58. config SND_S3C24XX_SOC_SMDK2443_WM9710
  59. tristate "SoC AC97 Audio support for SMDK2443 - WM9710"
  60. depends on SND_S3C24XX_SOC && MACH_SMDK2443
  61. select SND_S3C2443_SOC_AC97
  62. select SND_SOC_AC97_CODEC
  63. help
  64. Say Y if you want to add support for SoC audio on smdk2443
  65. with the WM9710.
  66. config SND_S3C24XX_SOC_LN2440SBC_ALC650
  67. tristate "SoC AC97 Audio support for LN2440SBC - ALC650"
  68. depends on SND_S3C24XX_SOC && ARCH_S3C2410
  69. select SND_S3C2443_SOC_AC97
  70. select SND_SOC_AC97_CODEC
  71. help
  72. Say Y if you want to add support for SoC audio on ln2440sbc
  73. with the ALC650.
  74. config SND_S3C24XX_SOC_S3C24XX_UDA134X
  75. tristate "SoC I2S Audio support UDA134X wired to a S3C24XX"
  76. depends on SND_S3C24XX_SOC && ARCH_S3C2410
  77. select SND_S3C24XX_SOC_I2S
  78. select SND_SOC_L3
  79. select SND_SOC_UDA134X
  80. config SND_S3C24XX_SOC_SIMTEC
  81. tristate
  82. help
  83. Internal node for common S3C24XX/Simtec suppor
  84. config SND_S3C24XX_SOC_SIMTEC_TLV320AIC23
  85. tristate "SoC I2S Audio support for TLV320AIC23 on Simtec boards"
  86. depends on SND_S3C24XX_SOC && ARCH_S3C2410
  87. select SND_S3C24XX_SOC_I2S
  88. select SND_SOC_TLV320AIC23
  89. select SND_S3C24XX_SOC_SIMTEC
  90. config SND_S3C24XX_SOC_SIMTEC_HERMES
  91. tristate "SoC I2S Audio support for Simtec Hermes board"
  92. depends on SND_S3C24XX_SOC && ARCH_S3C2410
  93. select SND_S3C24XX_SOC_I2S
  94. select SND_SOC_TLV320AIC3X
  95. select SND_S3C24XX_SOC_SIMTEC