diff options
author | Parag Warudkar <parag.warudkar@gmail.com> | 2007-05-02 19:27:10 +0200 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2007-05-02 19:27:10 +0200 |
commit | 05f36927eddd83e2840a981ef4d9af754dcb86e9 (patch) | |
tree | 41e34a1c01d385d9296ac137e2a9722cec43cd3d /arch/i386/Kconfig | |
parent | b8716890f35dd567a3f8e4dd69c428a8b3f47814 (diff) | |
download | kernel_samsung_tuna-05f36927eddd83e2840a981ef4d9af754dcb86e9.zip kernel_samsung_tuna-05f36927eddd83e2840a981ef4d9af754dcb86e9.tar.gz kernel_samsung_tuna-05f36927eddd83e2840a981ef4d9af754dcb86e9.tar.bz2 |
[PATCH] i386: remove the APM_RTC_IS_GMT config option.
Signed-off-by: Parag Warudkar <parag.warudkar@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'arch/i386/Kconfig')
-rw-r--r-- | arch/i386/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 53d6237..c0a3e23 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig @@ -1029,19 +1029,6 @@ config APM_DISPLAY_BLANK backlight at all, or it might print a lot of errors to the console, especially if you are using gpm. -config APM_RTC_IS_GMT - bool "RTC stores time in GMT" - depends on APM - 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 APM_ALLOW_INTS bool "Allow interrupts during APM BIOS calls" depends on APM |