diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 6f77afa6bca9..baa34e510222 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -73,9 +73,6 @@ config ARCH_DEFCONFIG | |||
73 | default "arch/x86/configs/i386_defconfig" if X86_32 | 73 | default "arch/x86/configs/i386_defconfig" if X86_32 |
74 | default "arch/x86/configs/x86_64_defconfig" if X86_64 | 74 | default "arch/x86/configs/x86_64_defconfig" if X86_64 |
75 | 75 | ||
76 | config GENERIC_TIME | ||
77 | def_bool y | ||
78 | |||
79 | config GENERIC_CMOS_UPDATE | 76 | config GENERIC_CMOS_UPDATE |
80 | def_bool y | 77 | def_bool y |
81 | 78 | ||
@@ -2047,7 +2044,7 @@ config SCx200 | |||
2047 | 2044 | ||
2048 | config SCx200HR_TIMER | 2045 | config SCx200HR_TIMER |
2049 | tristate "NatSemi SCx200 27MHz High-Resolution Timer Support" | 2046 | tristate "NatSemi SCx200 27MHz High-Resolution Timer Support" |
2050 | depends on SCx200 && GENERIC_TIME | 2047 | depends on SCx200 |
2051 | default y | 2048 | default y |
2052 | ---help--- | 2049 | ---help--- |
2053 | This driver provides a clocksource built upon the on-chip | 2050 | This driver provides a clocksource built upon the on-chip |