~ctf/alsa-driver/tiwai-trunk2.bazooka_dock

« back to all changes in this revision

Viewing changes to soc/nuc900/Kconfig

  • Committer: Canonistack server
  • Date: 2015-01-22 13:04:34 UTC
  • Revision ID: david.henningsson@canonical.com-20150122130434-q48cfdp8ovzgqhe7
Test run of 623 machines: 3 failing with 3 errors and 0 warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
##
 
2
## NUC900 series AC97 API
 
3
##
 
4
config SND_SOC_NUC900
 
5
        tristate "SoC Audio for NUC900 series"
 
6
        depends on ARCH_W90X900
 
7
        select SND_SOC_NUC900_AC97
 
8
        help
 
9
          This option enables support for AC97 mode on the NUC900 SoC.
 
10
 
 
11
config SND_SOC_NUC900_AC97
 
12
        tristate
 
13
        select AC97_BUS
 
14
        select SND_AC97_CODEC
 
15
        select SND_SOC_AC97_BUS
 
16
 
 
17
 
 
18
##
 
19
## Boards
 
20
##
 
21
config SND_SOC_NUC900EVB
 
22
        tristate "NUC900 AC97 support for demo board"
 
23
        depends on SND_SOC_NUC900
 
24
        select SND_SOC_NUC900_AC97
 
25
        select SND_SOC_AC97_CODEC
 
26
        help
 
27
          Select this option to enable audio (AC97) on the
 
28
          NUC900 demoboard.