summaryrefslogtreecommitdiffstats
path: root/rules/rawrec.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-09 21:26:17 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-01-10 15:40:01 +0100
commit13120153cfcda7261b2cd36d0337eda3eafabbc1 (patch)
tree4828bc6ec42b0c6c02e8a1d3025b8c68ab6d342c /rules/rawrec.in
parent6af3eec5153b4621a9731ce0c3139262022bb585 (diff)
downloadptxdist-13120153cfcda7261b2cd36d0337eda3eafabbc1.tar.gz
ptxdist-13120153cfcda7261b2cd36d0337eda3eafabbc1.tar.xz
[rawrec] cleanup
It's just on binary + one link. No options necessary. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/rawrec.in')
-rw-r--r--rules/rawrec.in19
1 files changed, 1 insertions, 18 deletions
diff --git a/rules/rawrec.in b/rules/rawrec.in
index ce6603894..7552567f0 100644
--- a/rules/rawrec.in
+++ b/rules/rawrec.in
@@ -2,7 +2,7 @@
menuconfig RAWREC
tristate
- prompt "rawrec/rawplay "
+ prompt "rawrec/rawplay"
help
rawrec and rawplay are GPL'd utilities designed to provide
the user with a simple way of recording or playing raw audio data from
@@ -11,20 +11,3 @@ menuconfig RAWREC
Details: http://rawrec.sourceforge.net
-if RAWREC
-
-config RAWREC_RAWREC
- bool
- prompt "rawrec"
- help
- rawrec - a simple audio recording tool
- http://rawrec.sourceforge.net
-
-config RAWREC_RAWPLAY
- bool
- prompt "rawplay"
- help
- rawplay - a simple audio player tool
- http://rawrec.sourceforge.net
-
-endif