Kconfig 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. config SND_BF5XX_I2S
  2. tristate "SoC I2S Audio for the ADI BF5xx chip"
  3. depends on BLACKFIN
  4. select SND_BF5XX_SOC_SPORT
  5. help
  6. Say Y or M if you want to add support for codecs attached to
  7. the Blackfin SPORT (synchronous serial ports) interface in I2S
  8. mode (supports single stereo In/Out).
  9. You will also need to select the audio interfaces to support below.
  10. config SND_BF5XX_SOC_SSM2602
  11. tristate "SoC SSM2602 Audio support for BF52x ezkit"
  12. depends on SND_BF5XX_I2S
  13. select SND_BF5XX_SOC_I2S
  14. select SND_SOC_SSM2602
  15. select I2C
  16. help
  17. Say Y if you want to add support for SoC audio on BF527-EZKIT.
  18. config SND_BF5XX_SOC_AD73311
  19. tristate "SoC AD73311 Audio support for Blackfin"
  20. depends on SND_BF5XX_I2S
  21. select SND_BF5XX_SOC_I2S
  22. select SND_SOC_AD73311
  23. help
  24. Say Y if you want to add support for AD73311 codec on Blackfin.
  25. config SND_BFIN_AD73311_SE
  26. int "PF pin for AD73311L Chip Select"
  27. depends on SND_BF5XX_SOC_AD73311
  28. default 4
  29. help
  30. Enter the GPIO used to control AD73311's SE pin. Acceptable
  31. values are 0 to 7
  32. config SND_BF5XX_TDM
  33. tristate "SoC I2S(TDM mode) Audio for the ADI BF5xx chip"
  34. depends on (BLACKFIN && SND_SOC)
  35. select SND_BF5XX_SOC_SPORT
  36. help
  37. Say Y or M if you want to add support for codecs attached to
  38. the Blackfin SPORT (synchronous serial ports) interface in TDM
  39. mode.
  40. You will also need to select the audio interfaces to support below.
  41. config SND_BF5XX_SOC_AD1836
  42. tristate "SoC AD1836 Audio support for BF5xx"
  43. depends on SND_BF5XX_TDM
  44. select SND_BF5XX_SOC_TDM
  45. select SND_SOC_AD1836
  46. help
  47. Say Y if you want to add support for SoC audio on BF5xx STAMP/EZKIT.
  48. config SND_BF5XX_SOC_AD193X
  49. tristate "SoC AD193X Audio support for Blackfin"
  50. depends on SND_BF5XX_TDM
  51. select SND_BF5XX_SOC_TDM
  52. select SND_SOC_AD193X
  53. help
  54. Say Y if you want to add support for AD193X codec on Blackfin.
  55. This driver supports AD1936, AD1937, AD1938 and AD1939.
  56. config SND_BF5XX_AC97
  57. tristate "SoC AC97 Audio for the ADI BF5xx chip"
  58. depends on BLACKFIN
  59. select AC97_BUS
  60. select SND_SOC_AC97_BUS
  61. select SND_BF5XX_SOC_SPORT
  62. select SND_BF5XX_SOC_AC97
  63. help
  64. Say Y or M if you want to add support for codecs attached to
  65. the Blackfin SPORT (synchronous serial ports) interface in slot 16
  66. mode (pseudo AC97 interface).
  67. You will also need to select the audio interfaces to support below.
  68. Note:
  69. AC97 codecs which do not implement the slot-16 mode will not function
  70. properly with this driver. This driver is known to work with the
  71. Analog Devices line of AC97 codecs.
  72. config SND_BF5XX_MMAP_SUPPORT
  73. bool "Enable MMAP Support"
  74. depends on SND_BF5XX_AC97
  75. default y
  76. help
  77. Say y if you want AC97 driver to support mmap mode.
  78. We introduce an intermediate buffer to simulate mmap.
  79. config SND_BF5XX_MULTICHAN_SUPPORT
  80. bool "Enable Multichannel Support"
  81. depends on SND_BF5XX_AC97
  82. default n
  83. help
  84. Say y if you want AC97 driver to support up to 5.1 channel audio.
  85. this mode will consume much more memory for DMA.
  86. config SND_BF5XX_HAVE_COLD_RESET
  87. bool "BOARD has COLD Reset GPIO"
  88. depends on SND_BF5XX_AC97
  89. default y if BFIN548_EZKIT
  90. default n if !BFIN548_EZKIT
  91. config SND_BF5XX_RESET_GPIO_NUM
  92. int "Set a GPIO for cold reset"
  93. depends on SND_BF5XX_HAVE_COLD_RESET
  94. range 0 159
  95. default 19 if BFIN548_EZKIT
  96. default 5 if BFIN537_STAMP
  97. default 0
  98. help
  99. Set the correct GPIO for RESET the sound chip.
  100. config SND_BF5XX_SOC_AD1980
  101. tristate "SoC AD1980/1 Audio support for BF5xx (Obsolete)"
  102. depends on SND_BF5XX_AC97
  103. select SND_BF5XX_SOC_AC97
  104. select SND_SOC_AD1980
  105. help
  106. Say Y if you want to add support for SoC audio on BF5xx STAMP/EZKIT.
  107. Warning:
  108. Because Analog Devices Inc. discontinued the ad1980 sound chip since
  109. Sep. 2009, this ad1980 driver is not maintained, tested and supported
  110. by ADI now.
  111. config SND_BF5XX_SOC_SPORT
  112. tristate
  113. config SND_BF5XX_SOC_I2S
  114. tristate
  115. config SND_BF5XX_SOC_TDM
  116. tristate
  117. config SND_BF5XX_SOC_AC97
  118. tristate
  119. config SND_BF5XX_SPORT_NUM
  120. int "Set a SPORT for Sound chip"
  121. depends on (SND_BF5XX_I2S || SND_BF5XX_AC97 || SND_BF5XX_TDM)
  122. range 0 3 if BF54x
  123. range 0 1 if !BF54x
  124. default 0
  125. help
  126. Set the correct SPORT for sound chip.