summaryrefslogtreecommitdiffstats
path: root/rules/rawrec.in
diff options
context:
space:
mode:
authorJochen Frieling <j.frieling@pengutronix.de>2008-06-04 13:47:27 +0000
committerJochen Frieling <j.frieling@pengutronix.de>2008-06-04 13:47:27 +0000
commit757d298f67f737c93d1d0a56d465e3cba7f4e31f (patch)
treec8e487156c653b2d5005f66c781a3af15d0eaf1e /rules/rawrec.in
parentf66c6df03854d20ea74e342fac7f84f41b7713a2 (diff)
downloadptxdist-757d298f67f737c93d1d0a56d465e3cba7f4e31f.tar.gz
ptxdist-757d298f67f737c93d1d0a56d465e3cba7f4e31f.tar.xz
* r*..s*.in: turn bool into tristate for package selections
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8316 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/rawrec.in')
-rw-r--r--rules/rawrec.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/rules/rawrec.in b/rules/rawrec.in
index 4bb210b8e..64c224f42 100644
--- a/rules/rawrec.in
+++ b/rules/rawrec.in
@@ -1,5 +1,5 @@
config RAWREC
- bool
+ tristate
prompt "rawrec/rawplay"
help
rawrec and rawplay are GPL'd utilities designed to provide
@@ -9,10 +9,11 @@ config RAWREC
Details: http://rawrec.sourceforge.net
+if RAWREC
+
config RAWREC_RAWREC
bool
prompt "rawrec"
- depends on RAWREC
help
rawrec - a simple audio recording tool
http://rawrec.sourceforge.net
@@ -20,8 +21,8 @@ config RAWREC_RAWREC
config RAWREC_RAWPLAY
bool
prompt "rawplay"
- depends on RAWREC
help
rawplay - a simple audio player tool
http://rawrec.sourceforge.net
+endif