diff options
author | Helge Deller <deller@gmx.de> | 2007-01-02 17:54:16 -0500 |
---|---|---|
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 | |||
50 | bool | 50 | bool |
51 | default y | 51 | default y |
52 | 52 | ||
53 | config GENERIC_TIME | ||
54 | bool | ||
55 | default y | ||
56 | |||
53 | config TIME_LOW_RES | 57 | config TIME_LOW_RES |
54 | bool | 58 | bool |
55 | depends on SMP | 59 | depends on SMP |