diff options
author | Helge Deller <deller@gmx.de> | 2007-01-02 23:54:16 +0100 |
---|---|---|
committer | Kyle McMartin <kyle@athena.road.mcmartin.ca> | 2007-02-17 01:02:29 -0500 |
commit | 12df29b64c782133afea8cacc6acdad68a6b7d17 (patch) | |
tree | 8a41bfedfcb8cc543d2eec948cf7d003f1a183b9 /arch/parisc/Kconfig | |
parent | df47b4386a473eba87095e6dea8046762434817d (diff) |
[PARISC] GENERIC_TIME patchset for parisc
Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to 'arch/parisc/Kconfig')
-rw-r--r-- | arch/parisc/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index 848a67a024b2..e18eeecae850 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -50,6 +50,10 @@ config GENERIC_CALIBRATE_DELAY bool default y +config GENERIC_TIME + bool + default y + config TIME_LOW_RES bool depends on SMP |