mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-25 14:24:03 +02:00
dc3d3f1c49
it's basically also provided by ingenic and nativly based on 2.6.27, adjusted to fit into the OpenWrt-environment
35 lines
1.3 KiB
Plaintext
Executable File
35 lines
1.3 KiB
Plaintext
Executable File
config SND_JZ4750_SOC
|
|
tristate "SoC Audio for Ingenic jz4750 chip"
|
|
depends on (JZ4750_APUS || JZ4750_FUWA || JZ4750D_CETUS) && SND_SOC
|
|
help
|
|
Say Y or M if you want to add support for codecs attached to
|
|
the Jz4750 AC97, I2S or SSP interface. You will also need
|
|
to select the audio interfaces to support below.
|
|
|
|
config SND_JZ4750_SOC_APUS
|
|
tristate "SoC Audio support for Ingenic Jz4750 APUS board"
|
|
depends on SND_JZ4750_SOC
|
|
help
|
|
Say Y if you want to add support for SoC audio of internal codec on Ingenic Jz4750 APUS board.
|
|
|
|
config SND_JZ4750_AC97
|
|
tristate "select AC97 protocol and AC97 codec pcm core support"
|
|
depends on SND_JZ4750_SOC && SND_JZ4750_SOC_APUS
|
|
select SND_AC97_CODEC
|
|
help
|
|
Say Y if you want to add AC97 protocol support for pcm core.
|
|
|
|
config SND_JZ4750_SOC_AC97
|
|
tristate "SoC Audio (AC97 protocol) for Ingenic jz4750 chip"
|
|
depends on SND_JZ4750_SOC && SND_JZ4750_AC97 && SND_JZ4750_SOC_APUS
|
|
select AC97_BUS
|
|
select SND_SOC_AC97_BUS
|
|
help
|
|
Say Y if you want to use AC97 protocol and ac97 codec on Ingenic Jz4750 APUS board.
|
|
|
|
config SND_JZ4750_SOC_I2S
|
|
depends on SND_JZ4750_SOC && SND_JZ4750_SOC_APUS
|
|
tristate "SoC Audio (I2S protocol) for Ingenic jz4750 chip"
|
|
help
|
|
Say Y if you want to use I2S protocol and I2S codec on Ingenic Jz4750 APUS board.
|