mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 03:51:48 +00:00
97a1dd5bee
The new ALSA 'SOC' support has bogus Kconfig ... it should not be presenting anything AT91-related except on AT91, or anything PXA-related except on PXA. Right now, x86 sees both of those menus, as do all other platforms. This patch removes needless Kconfig layering, and the related inappropriate choice presentation. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
11 lines
333 B
Plaintext
11 lines
333 B
Plaintext
config SND_S3C24XX_SOC
|
|
tristate "SoC Audio for the Samsung S3C24XX chips"
|
|
depends on ARCH_S3C2410 && SND_SOC
|
|
help
|
|
Say Y or M if you want to add support for codecs attached to
|
|
the S3C24XX AC97, I2S or SSP interface. You will also need
|
|
to select the audio interfaces to support below.
|
|
|
|
config SND_S3C24XX_SOC_I2S
|
|
tristate
|