home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / sound / soc / blackfin / Kconfig next >
Encoding:
Text File  |  2008-12-24  |  2.8 KB  |  102 lines

  1. config SND_BF5XX_I2S
  2.     tristate "SoC I2S Audio for the ADI BF5xx chip"
  3.     depends on BLACKFIN && SND_SOC
  4.     help
  5.       Say Y or M if you want to add support for codecs attached to
  6.       the Blackfin SPORT (synchronous serial ports) interface in I2S
  7.       mode (supports single stereo In/Out).
  8.       You will also need to select the audio interfaces to support below.
  9.  
  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.     select I2C_BLACKFIN_TWI
  17.     help
  18.       Say Y if you want to add support for SoC audio on BF527-EZKIT.
  19.  
  20. config SND_BF5XX_SOC_AD73311
  21.     tristate "SoC AD73311 Audio support for Blackfin"
  22.     depends on SND_BF5XX_I2S
  23.     select SND_BF5XX_SOC_I2S
  24.     select SND_SOC_AD73311
  25.     help
  26.       Say Y if you want to add support for AD73311 codec on Blackfin.
  27.  
  28. config SND_BFIN_AD73311_SE
  29.     int "PF pin for AD73311L Chip Select"
  30.     depends on SND_BF5XX_SOC_AD73311
  31.     default 4
  32.     help
  33.       Enter the GPIO used to control AD73311's SE pin. Acceptable
  34.       values are 0 to 7
  35.  
  36. config SND_BF5XX_AC97
  37.     tristate "SoC AC97 Audio for the ADI BF5xx chip"
  38.     depends on BLACKFIN && SND_SOC
  39.     help
  40.       Say Y or M if you want to add support for codecs attached to
  41.       the Blackfin SPORT (synchronous serial ports) interface in slot 16
  42.       mode (pseudo AC97 interface).
  43.       You will also need to select the audio interfaces to support below.
  44.  
  45.       Note:
  46.       AC97 codecs which do not implment the slot-16 mode will not function
  47.       properly with this driver. This driver is known to work with the
  48.       Analog Devices line of AC97 codecs.
  49.  
  50. config SND_MMAP_SUPPORT
  51.     bool "Enable MMAP Support"
  52.     depends on SND_BF5XX_AC97
  53.     default y
  54.     help
  55.       Say y if you want AC97 driver to support mmap mode.
  56.       We introduce an intermediate buffer to simulate mmap.
  57.  
  58. config SND_BF5XX_SOC_SPORT
  59.     tristate
  60.     
  61. config SND_BF5XX_SOC_I2S
  62.     tristate
  63.     select SND_BF5XX_SOC_SPORT
  64.  
  65. config SND_BF5XX_SOC_AC97
  66.     tristate
  67.     select AC97_BUS
  68.     select SND_SOC_AC97_BUS
  69.     select SND_BF5XX_SOC_SPORT
  70.  
  71. config SND_BF5XX_SOC_AD1980
  72.     tristate "SoC AD1980/1 Audio support for BF5xx"
  73.     depends on SND_BF5XX_AC97
  74.     select SND_BF5XX_SOC_AC97
  75.     select SND_SOC_AD1980
  76.     help
  77.       Say Y if you want to add support for SoC audio on BF5xx STAMP/EZKIT.
  78.  
  79. config SND_BF5XX_SPORT_NUM
  80.     int "Set a SPORT for Sound chip"
  81.     depends on (SND_BF5XX_I2S || SND_BF5XX_AC97)
  82.     range 0 3 if BF54x
  83.     range 0 1 if (BF53x || BF561)
  84.     default 0
  85.     help
  86.       Set the correct SPORT for sound chip.
  87.  
  88. config SND_BF5XX_HAVE_COLD_RESET
  89.     bool "BOARD has COLD Reset GPIO"
  90.     depends on SND_BF5XX_AC97
  91.     default y if BFIN548_EZKIT
  92.     default n if !BFIN548_EZKIT
  93.     
  94. config SND_BF5XX_RESET_GPIO_NUM
  95.     int "Set a GPIO for cold reset"
  96.     depends on SND_BF5XX_HAVE_COLD_RESET
  97.     range 0 159
  98.     default 19 if BFIN548_EZKIT
  99.     default 5 if BFIN537_STAMP
  100.     help
  101.       Set the correct GPIO for RESET the sound chip.
  102.