diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-10-07 10:13:59 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-10-10 07:41:55 -0400 |
commit | 52948b3f7c481be2cd3a68d1db42dd6906bf853a (patch) | |
tree | 36bec8b9187992c34b4a51629ad5002ce3872230 | |
parent | cb01e2b99264d579085c63966744d91b87c6b35d (diff) |
ALSA: Add a note on dependency of RTC stuff
Added a note on the dependency of old RTC stuff, which is exclusive
with the new RTC class drivers.
http://bugme.linux-foundation.org/show_bug.cgi?id=11430
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
-rw-r--r-- | sound/core/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/core/Kconfig b/sound/core/Kconfig index 91f91c5cdb4e..66348c92f88d 100644 --- a/sound/core/Kconfig +++ b/sound/core/Kconfig | |||
@@ -108,6 +108,9 @@ config SND_RTCTIMER | |||
108 | To compile this driver as a module, choose M here: the module | 108 | To compile this driver as a module, choose M here: the module |
109 | will be called snd-rtctimer. | 109 | will be called snd-rtctimer. |
110 | 110 | ||
111 | Note that this option is exclusive with the new RTC drivers | ||
112 | (CONFIG_RTC_CLASS) since this requires the old API. | ||
113 | |||
111 | config SND_SEQ_RTCTIMER_DEFAULT | 114 | config SND_SEQ_RTCTIMER_DEFAULT |
112 | bool "Use RTC as default sequencer timer" | 115 | bool "Use RTC as default sequencer timer" |
113 | depends on SND_RTCTIMER && SND_SEQUENCER | 116 | depends on SND_RTCTIMER && SND_SEQUENCER |