aboutsummaryrefslogtreecommitdiff
path: root/sound/core
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2011-11-12 22:47:36 +0100
committerJiri Kosina <jkosina@suse.cz>2011-11-13 20:58:22 +0100
commit3f9416cacc705e7d44611048168fc9180233299c (patch)
treeaa814d95042f428097c198458cb53fd52807694d /sound/core
parent085c9461edc964d1956aece94c45ce6295f6221f (diff)
drop "select GCD" from three Kconfig files
There is no Kconfig symbol named GCD. The three select statements for that symbol are nops. Drop these. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'sound/core')
-rw-r--r--sound/core/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/core/Kconfig b/sound/core/Kconfig
index 475455c76610..c15682a2f9db 100644
--- a/sound/core/Kconfig
+++ b/sound/core/Kconfig
@@ -5,7 +5,6 @@ config SND_TIMER
config SND_PCM
tristate
select SND_TIMER
- select GCD
config SND_HWDEP
tristate