summaryrefslogtreecommitdiffstats
path: root/rules/alsa-utils.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-02-20 23:13:39 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-02-20 23:13:39 +0000
commit2e878658a02ca4651673cad2f41a57f27557d6dc (patch)
treefd1c10f972e4e7f79775a2b3c52fe907869e6032 /rules/alsa-utils.in
parentbe1d99320d214120a306d659e3eacac4411b5ad3 (diff)
downloadptxdist-2e878658a02ca4651673cad2f41a57f27557d6dc.tar.gz
ptxdist-2e878658a02ca4651673cad2f41a57f27557d6dc.tar.xz
* init: introduce infrastructure for multiple init methods
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9802 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/alsa-utils.in')
-rw-r--r--rules/alsa-utils.in14
1 files changed, 12 insertions, 2 deletions
diff --git a/rules/alsa-utils.in b/rules/alsa-utils.in
index 85c72bd6a..1904b3a8f 100644
--- a/rules/alsa-utils.in
+++ b/rules/alsa-utils.in
@@ -1,8 +1,8 @@
## SECTION=multimedia_sound
-config ALSA_UTILS
+menuconfig ALSA_UTILS
tristate
- prompt "alsa utils"
+ prompt "alsa utils "
select NCURSES
select ALSA_LIB
# alsa-utils fails with the salsa-lib
@@ -17,3 +17,13 @@ config ALSA_UTILS
Some utils to handle the Advanced Linux Sound Architecture.
With these utils you can control your sound device, for
playback and recording of sounds.
+
+if ALSA_UTILS
+
+config ALSA_UTILS_STARTSCRIPT
+ bool
+ default y
+ prompt "install /etc/init.d/alsa-utils"
+
+endif
+