@Dan Muresan -- no even enabling RTC_CLASS will enable RTC_LIB and if
that is != n then we are unable to enable the older legacy RTC option.
The SND_RTCTIMER option is dependant on that being enabled.  In short
they really are incompatible.  It does seem that this is also reported
upstream in the kernel bugzilla which am linking from this bug.

    === driver/rtc/Kconfig ===
    config RTC_LIB
        tristate

    menuconfig RTC_CLASS
        tristate "Real Time Clock"
        default n
        depends on !S390
        select RTC_LIB
    [...]

    === drivers/char/Kconfig ===
    if RTC_LIB=n

    config RTC
    [...]

    === sound/core/Kconfig ===
    config SND_RTCTIMER
        tristate "RTC Timer support"
        depends on RTC


** Bug watch added: bugme.linux-foundation.org/ #11430
   http://bugme.linux-foundation.org/show_bug.cgi?id=11430

** Also affects: linux via
   http://bugme.linux-foundation.org/show_bug.cgi?id=11430
   Importance: Unknown
       Status: Unknown

** Changed in: linux (Ubuntu)
     Assignee: (unassigned) => Andy Whitcroft (apw)
       Status: Triaged => In Progress

-- 
snd-rtctimer module missing
https://bugs.launchpad.net/bugs/317120
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to