Skip to content

Commit

Permalink
[SPARC]: Remvoe APM_RTC_IS_GMT from config.
Browse files Browse the repository at this point in the history
I can't see any effect of this option outside the i386-specific APM code.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
AdrianBunk authored and davem330 committed Jul 25, 2005
1 parent 2c2a68b commit 4564203
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions drivers/sbus/char/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -71,20 +71,6 @@ config SUN_JSFLASH

# XXX Why don't we do "source drivers/char/Config.in" somewhere?
# no shit
config APM_RTC_IS_GMT
bool
depends on EXPERIMENTAL && SPARC32 && PCI
default y
help
Say Y here if your RTC (Real Time Clock a.k.a. hardware clock)
stores the time in GMT (Greenwich Mean Time). Say N if your RTC
stores localtime.

It is in fact recommended to store GMT in your RTC, because then you
don't have to worry about daylight savings time changes. The only
reason not to use GMT in your RTC is if you also run a broken OS
that doesn't understand GMT.

config RTC
tristate "PC-style Real Time Clock Support"
depends on PCI && EXPERIMENTAL && SPARC32
Expand Down

0 comments on commit 4564203

Please sign in to comment.