projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1026460
)
[ALSA] Add SUPERH depends to sound/soc/sh/Kconfig
author
Kristoffer Ericson
<kristoffer.ericson@gmail.com>
Fri, 1 Feb 2008 12:16:10 +0000
(13:16 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 24 Apr 2008 10:00:06 +0000
(12:00 +0200)
Currently you will see an empty "SoC Audio support for SuperH" menu
when building for other archs (example pxa).
This patch adds "depends on SUPERH" to remove that empty menu.
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/sh/Kconfig
patch
|
blob
|
history
diff --git
a/sound/soc/sh/Kconfig
b/sound/soc/sh/Kconfig
index f03220d23e73aa222b0172838958629a2b442ecc..4c1e013381c9dbc1f7a70a38527f302334db1d34 100644
(file)
--- a/
sound/soc/sh/Kconfig
+++ b/
sound/soc/sh/Kconfig
@@
-1,4
+1,5
@@
menu "SoC Audio support for SuperH"
+ depends on SUPERH
config SND_SOC_PCM_SH7760
tristate "SoC Audio support for Renesas SH7760"