diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-05-08 18:47:58 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-05-14 10:29:47 +0100 |
commit | 89c0b8e2520e12d69dafc663dfbd39f8180438ea (patch) | |
tree | 2af8117390abcf1a0e8225f029981249c049d42b /drivers/Kconfig | |
parent | 8b061610dac3a3b89770c85ad63b481a47b0c38e (diff) | |
download | op-kernel-dev-89c0b8e2520e12d69dafc663dfbd39f8180438ea.zip op-kernel-dev-89c0b8e2520e12d69dafc663dfbd39f8180438ea.tar.gz |
clocksource: add common i8253 PIT clocksource
This is based upon both arch/arm/mach-footbridge/isa-timer.c and
arch/x86/kernel/i8253.c.
Acked-by: John Stultz <john.stultz@linaro.org>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/Kconfig')
-rw-r--r-- | drivers/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig index 177c7d1..557a469 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -119,4 +119,7 @@ source "drivers/platform/Kconfig" source "drivers/clk/Kconfig" source "drivers/hwspinlock/Kconfig" + +source "drivers/clocksource/Kconfig" + endmenu |