diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-12-16 09:44:48 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-12-18 12:21:01 -0500 |
commit | 0b34a3d03e2fa615a786027b1ef4cbbd8c807f2c (patch) | |
tree | 20c85c91574953a34edae8311194a3df147c7f89 /sound/soc/Kconfig | |
parent | 9cd28ab0051cc5232e3dffea6b318233445a3d5f (diff) |
ASoC: Ease merge difficulties from new architectures
Rather than listing lots of architectures per line in Kconfig and
Makefile, causing merge conflicts all the time, have one per line
in alphabetical order.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/Kconfig')
-rw-r--r-- | sound/soc/Kconfig | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sound/soc/Kconfig b/sound/soc/Kconfig index 615ebf0b76e7..ef025c66cc66 100644 --- a/sound/soc/Kconfig +++ b/sound/soc/Kconfig | |||
@@ -22,16 +22,16 @@ if SND_SOC | |||
22 | config SND_SOC_AC97_BUS | 22 | config SND_SOC_AC97_BUS |
23 | bool | 23 | bool |
24 | 24 | ||
25 | # All the supported Soc's | 25 | # All the supported SoCs |
26 | source "sound/soc/atmel/Kconfig" | 26 | source "sound/soc/atmel/Kconfig" |
27 | source "sound/soc/au1x/Kconfig" | 27 | source "sound/soc/au1x/Kconfig" |
28 | source "sound/soc/blackfin/Kconfig" | ||
29 | source "sound/soc/davinci/Kconfig" | ||
30 | source "sound/soc/fsl/Kconfig" | ||
31 | source "sound/soc/omap/Kconfig" | ||
28 | source "sound/soc/pxa/Kconfig" | 32 | source "sound/soc/pxa/Kconfig" |
29 | source "sound/soc/s3c24xx/Kconfig" | 33 | source "sound/soc/s3c24xx/Kconfig" |
30 | source "sound/soc/sh/Kconfig" | 34 | source "sound/soc/sh/Kconfig" |
31 | source "sound/soc/fsl/Kconfig" | ||
32 | source "sound/soc/davinci/Kconfig" | ||
33 | source "sound/soc/omap/Kconfig" | ||
34 | source "sound/soc/blackfin/Kconfig" | ||
35 | 35 | ||
36 | # Supported codecs | 36 | # Supported codecs |
37 | source "sound/soc/codecs/Kconfig" | 37 | source "sound/soc/codecs/Kconfig" |