rtc kconfig: point out need for static linkage
authorDavid Brownell <david-b@pacbell.net>
Sat, 21 Jul 2007 11:37:56 +0000 (04:37 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 22 Jul 2007 00:49:17 +0000 (17:49 -0700)
commit55ff1aba940ff46d4f6d4fd790ea3e1a47aaa84f
treeb4e62791cd1cfa99349485e3fce9b514009e29f0
parentef154ec69c45aa052b1fa71ee5eeaca7e7f920a3
rtc kconfig: point out need for static linkage

Various people have expressed surprise that their modular RTC drivers don't
seem to work for initializing the system time at boot.  To help avoid such
unpleasantness, make the Kconfig text point out that the driver probably
needs to be statically linked.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/Kconfig