diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-05-23 10:10:37 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-05-27 09:56:20 -0400 |
commit | 89fe5117928b2c1272c9376362131ded561c91ad (patch) | |
tree | d9ad58546d73efdef4d68ba3c8224a3ee5722576 /sound/core | |
parent | 06b5fb97cec1a3ca61d10164118b00fe98a6a866 (diff) |
sound: Convert to menuconfig
Convert menu in sound Kconfig files to menuconfig and if.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/core')
-rw-r--r-- | sound/core/Kconfig | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/sound/core/Kconfig b/sound/core/Kconfig index a8d71c6c8e75..db2111375784 100644 --- a/sound/core/Kconfig +++ b/sound/core/Kconfig | |||
@@ -1,24 +1,19 @@ | |||
1 | # ALSA soundcard-configuration | 1 | # ALSA soundcard-configuration |
2 | config SND_TIMER | 2 | config SND_TIMER |
3 | tristate | 3 | tristate |
4 | depends on SND | ||
5 | 4 | ||
6 | config SND_PCM | 5 | config SND_PCM |
7 | tristate | 6 | tristate |
8 | select SND_TIMER | 7 | select SND_TIMER |
9 | depends on SND | ||
10 | 8 | ||
11 | config SND_HWDEP | 9 | config SND_HWDEP |
12 | tristate | 10 | tristate |
13 | depends on SND | ||
14 | 11 | ||
15 | config SND_RAWMIDI | 12 | config SND_RAWMIDI |
16 | tristate | 13 | tristate |
17 | depends on SND | ||
18 | 14 | ||
19 | config SND_SEQUENCER | 15 | config SND_SEQUENCER |
20 | tristate "Sequencer support" | 16 | tristate "Sequencer support" |
21 | depends on SND | ||
22 | select SND_TIMER | 17 | select SND_TIMER |
23 | help | 18 | help |
24 | Say Y or M to enable MIDI sequencer and router support. This | 19 | Say Y or M to enable MIDI sequencer and router support. This |
@@ -44,11 +39,9 @@ config SND_SEQ_DUMMY | |||
44 | 39 | ||
45 | config SND_OSSEMUL | 40 | config SND_OSSEMUL |
46 | bool | 41 | bool |
47 | depends on SND | ||
48 | 42 | ||
49 | config SND_MIXER_OSS | 43 | config SND_MIXER_OSS |
50 | tristate "OSS Mixer API" | 44 | tristate "OSS Mixer API" |
51 | depends on SND | ||
52 | select SND_OSSEMUL | 45 | select SND_OSSEMUL |
53 | help | 46 | help |
54 | To enable OSS mixer API emulation (/dev/mixer*), say Y here | 47 | To enable OSS mixer API emulation (/dev/mixer*), say Y here |
@@ -61,7 +54,6 @@ config SND_MIXER_OSS | |||
61 | 54 | ||
62 | config SND_PCM_OSS | 55 | config SND_PCM_OSS |
63 | tristate "OSS PCM (digital audio) API" | 56 | tristate "OSS PCM (digital audio) API" |
64 | depends on SND | ||
65 | select SND_OSSEMUL | 57 | select SND_OSSEMUL |
66 | select SND_PCM | 58 | select SND_PCM |
67 | help | 59 | help |
@@ -84,7 +76,7 @@ config SND_PCM_OSS_PLUGINS | |||
84 | 76 | ||
85 | config SND_SEQUENCER_OSS | 77 | config SND_SEQUENCER_OSS |
86 | bool "OSS Sequencer API" | 78 | bool "OSS Sequencer API" |
87 | depends on SND && SND_SEQUENCER | 79 | depends on SND_SEQUENCER |
88 | select SND_OSSEMUL | 80 | select SND_OSSEMUL |
89 | help | 81 | help |
90 | Say Y here to enable OSS sequencer emulation (both | 82 | Say Y here to enable OSS sequencer emulation (both |
@@ -98,7 +90,7 @@ config SND_SEQUENCER_OSS | |||
98 | 90 | ||
99 | config SND_RTCTIMER | 91 | config SND_RTCTIMER |
100 | tristate "RTC Timer support" | 92 | tristate "RTC Timer support" |
101 | depends on SND && RTC | 93 | depends on RTC |
102 | select SND_TIMER | 94 | select SND_TIMER |
103 | help | 95 | help |
104 | Say Y here to enable RTC timer support for ALSA. ALSA uses | 96 | Say Y here to enable RTC timer support for ALSA. ALSA uses |
@@ -123,7 +115,6 @@ config SND_SEQ_RTCTIMER_DEFAULT | |||
123 | 115 | ||
124 | config SND_DYNAMIC_MINORS | 116 | config SND_DYNAMIC_MINORS |
125 | bool "Dynamic device file minor numbers" | 117 | bool "Dynamic device file minor numbers" |
126 | depends on SND | ||
127 | help | 118 | help |
128 | If you say Y here, the minor numbers of ALSA device files in | 119 | If you say Y here, the minor numbers of ALSA device files in |
129 | /dev/snd/ are allocated dynamically. This allows you to have | 120 | /dev/snd/ are allocated dynamically. This allows you to have |
@@ -134,7 +125,6 @@ config SND_DYNAMIC_MINORS | |||
134 | 125 | ||
135 | config SND_SUPPORT_OLD_API | 126 | config SND_SUPPORT_OLD_API |
136 | bool "Support old ALSA API" | 127 | bool "Support old ALSA API" |
137 | depends on SND | ||
138 | default y | 128 | default y |
139 | help | 129 | help |
140 | Say Y here to support the obsolete ALSA PCM API (ver.0.9.0 rc3 | 130 | Say Y here to support the obsolete ALSA PCM API (ver.0.9.0 rc3 |
@@ -142,7 +132,7 @@ config SND_SUPPORT_OLD_API | |||
142 | 132 | ||
143 | config SND_VERBOSE_PROCFS | 133 | config SND_VERBOSE_PROCFS |
144 | bool "Verbose procfs contents" | 134 | bool "Verbose procfs contents" |
145 | depends on SND && PROC_FS | 135 | depends on PROC_FS |
146 | default y | 136 | default y |
147 | help | 137 | help |
148 | Say Y here to include code for verbose procfs contents (provides | 138 | Say Y here to include code for verbose procfs contents (provides |
@@ -151,7 +141,6 @@ config SND_VERBOSE_PROCFS | |||
151 | 141 | ||
152 | config SND_VERBOSE_PRINTK | 142 | config SND_VERBOSE_PRINTK |
153 | bool "Verbose printk" | 143 | bool "Verbose printk" |
154 | depends on SND | ||
155 | help | 144 | help |
156 | Say Y here to enable verbose log messages. These messages | 145 | Say Y here to enable verbose log messages. These messages |
157 | will help to identify source file and position containing | 146 | will help to identify source file and position containing |
@@ -161,7 +150,6 @@ config SND_VERBOSE_PRINTK | |||
161 | 150 | ||
162 | config SND_DEBUG | 151 | config SND_DEBUG |
163 | bool "Debug" | 152 | bool "Debug" |
164 | depends on SND | ||
165 | help | 153 | help |
166 | Say Y here to enable ALSA debug code. | 154 | Say Y here to enable ALSA debug code. |
167 | 155 | ||
@@ -184,4 +172,3 @@ config SND_PCM_XRUN_DEBUG | |||
184 | 172 | ||
185 | config SND_VMASTER | 173 | config SND_VMASTER |
186 | bool | 174 | bool |
187 | depends on SND | ||