OpenCores
URL https://opencores.org/ocsvn/test_project/test_project/trunk

Subversion Repositories test_project

[/] [test_project/] [trunk/] [linux_sd_driver/] [sound/] [soc/] [Kconfig] - Blame information for rev 62

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 62 marcus.erl
#
2
# SoC audio configuration
3
#
4
 
5
menu "System on Chip audio support"
6
        depends on SND!=n
7
 
8
config SND_SOC_AC97_BUS
9
        bool
10
 
11
config SND_SOC
12
        tristate "ALSA for SoC audio support"
13
        depends on SND
14
        select SND_PCM
15
        ---help---
16
 
17
          If you want ASoC support, you should say Y here and also to the
18
          specific driver for your SoC platform below.
19
 
20
          ASoC provides power efficient ALSA support for embedded battery powered
21
          SoC based systems like PDA's, Phones and Personal Media Players.
22
 
23
          This ASoC audio support can also be built as a module.  If so, the module
24
          will be called snd-soc-core.
25
 
26
# All the supported Soc's
27
source "sound/soc/at91/Kconfig"
28
source "sound/soc/pxa/Kconfig"
29
source "sound/soc/s3c24xx/Kconfig"
30
source "sound/soc/sh/Kconfig"
31
 
32
# Supported codecs
33
source "sound/soc/codecs/Kconfig"
34
 
35
endmenu

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.