Kconfig 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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_S3C24XX_SOC_SMDK2443_WM9710
  51. tristate "SoC AC97 Audio support for SMDK2443 - WM9710"
  52. depends on SND_S3C24XX_SOC && MACH_SMDK2443
  53. select SND_S3C2443_SOC_AC97
  54. select SND_SOC_AC97_CODEC
  55. help
  56. Say Y if you want to add support for SoC audio on smdk2443
  57. with the WM9710.
  58. config SND_S3C24XX_SOC_LN2440SBC_ALC650
  59. tristate "SoC AC97 Audio support for LN2440SBC - ALC650"
  60. depends on SND_S3C24XX_SOC && ARCH_S3C2410
  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 ln2440sbc
  65. with the ALC650.
  66. config SND_S3C24XX_SOC_S3C24XX_UDA134X
  67. tristate "SoC I2S Audio support UDA134X wired to a S3C24XX"
  68. depends on SND_S3C24XX_SOC && ARCH_S3C2410
  69. select SND_S3C24XX_SOC_I2S
  70. select SND_SOC_L3
  71. select SND_SOC_UDA134X
  72. config SND_S3C24XX_SOC_SIMTEC
  73. tristate
  74. help
  75. Internal node for common S3C24XX/Simtec suppor
  76. config SND_S3C24XX_SOC_SIMTEC_TLV320AIC23
  77. tristate "SoC I2S Audio support for TLV320AIC23 on Simtec boards"
  78. depends on SND_S3C24XX_SOC && ARCH_S3C2410
  79. select SND_S3C24XX_SOC_I2S
  80. select SND_SOC_TLV320AIC23
  81. select SND_S3C24XX_SOC_SIMTEC
  82. config SND_S3C24XX_SOC_SIMTEC_HERMES
  83. tristate "SoC I2S Audio support for Simtec Hermes board"
  84. depends on SND_S3C24XX_SOC && ARCH_S3C2410
  85. select SND_S3C24XX_SOC_I2S
  86. select SND_SOC_TLV320AIC3X
  87. select SND_S3C24XX_SOC_SIMTEC