~ubuntu-branches/ubuntu/precise/alsa-driver/precise

« back to all changes in this revision

Viewing changes to alsa-kernel/soc/blackfin/Kconfig

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2011-02-21 18:06:40 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20110221180640-a8p2yxtvgf7xbxub
Tags: 1.0.24+dfsg-0ubuntu1
* New upstream release
* Refreshed patches:
  - distinguish_kernel_makefile_and_source_dirs.patch
  - debian_dfsg_configure.patch
* debian/control: Update Vcs-bzr field to point to new branch location

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
config SND_BF5XX_I2S
2
2
        tristate "SoC I2S Audio for the ADI BF5xx chip"
3
3
        depends on BLACKFIN
 
4
        select SND_BF5XX_SOC_SPORT
4
5
        help
5
6
          Say Y or M if you want to add support for codecs attached to
6
7
          the Blackfin SPORT (synchronous serial ports) interface in I2S
35
36
config SND_BF5XX_TDM
36
37
        tristate "SoC I2S(TDM mode) Audio for the ADI BF5xx chip"
37
38
        depends on (BLACKFIN && SND_SOC)
 
39
        select SND_BF5XX_SOC_SPORT
38
40
        help
39
41
          Say Y or M if you want to add support for codecs attached to
40
42
          the Blackfin SPORT (synchronous serial ports) interface in TDM
61
63
config SND_BF5XX_AC97
62
64
        tristate "SoC AC97 Audio for the ADI BF5xx chip"
63
65
        depends on BLACKFIN
 
66
        select AC97_BUS
 
67
        select SND_SOC_AC97_BUS
 
68
        select SND_BF5XX_SOC_SPORT
 
69
        select SND_BF5XX_SOC_AC97
64
70
        help
65
71
          Say Y or M if you want to add support for codecs attached to
66
72
          the Blackfin SPORT (synchronous serial ports) interface in slot 16
105
111
          Set the correct GPIO for RESET the sound chip.
106
112
 
107
113
config SND_BF5XX_SOC_AD1980
108
 
        tristate "SoC AD1980/1 Audio support for BF5xx"
 
114
        tristate "SoC AD1980/1 Audio support for BF5xx (Obsolete)"
109
115
        depends on SND_BF5XX_AC97
110
116
        select SND_BF5XX_SOC_AC97
111
117
        select SND_SOC_AD1980
112
118
        help
113
119
          Say Y if you want to add support for SoC audio on BF5xx STAMP/EZKIT.
114
120
 
 
121
          Warning:
 
122
          Because Analog Devices Inc. discontinued the ad1980 sound chip since
 
123
          Sep. 2009, this ad1980 driver is not maintained, tested and supported
 
124
          by ADI now.
 
125
 
115
126
config SND_BF5XX_SOC_SPORT
116
127
        tristate
117
128
 
118
129
config SND_BF5XX_SOC_I2S
119
130
        tristate
120
 
        select SND_BF5XX_SOC_SPORT
121
131
 
122
132
config SND_BF5XX_SOC_TDM
123
133
        tristate
124
 
        select SND_BF5XX_SOC_SPORT
125
134
 
126
135
config SND_BF5XX_SOC_AC97
127
136
        tristate
128
 
        select AC97_BUS
129
 
        select SND_SOC_AC97_BUS
130
 
        select SND_BF5XX_SOC_SPORT
131
137
 
132
138
config SND_BF5XX_SPORT_NUM
133
139
        int "Set a SPORT for Sound chip"