From: John Stultz Date: Fri, 29 Apr 2011 22:03:11 +0000 (-0700) Subject: RTC: Disable CONFIG_RTC_CLASS from being built as a module X-Git-Tag: v3.0-rc1~400^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4d246b12410b53506c311e5e0b6abb71ead65c6;p=pandora-kernel.git RTC: Disable CONFIG_RTC_CLASS from being built as a module The RTC subsystem has a number of accessors that are available via include/linux/rtc.h. However many of these interfaces are not available for use if CONFIG_RTC_CLASS=m. So in order to support wider use of the RTC in the kernel, I'm removing the tristate config option for a bool, so that code can easily be conditionalized if the RTC class is present or not. Signed-off-by: John Stultz Cc: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed