diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2012-11-12 18:07:50 +0400 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2012-11-17 00:56:50 +0400 |
commit | b2ac5d7549710173ea0217bf8c7b3f71da5220d4 (patch) | |
tree | 317bd4c0c1d2e47afb7177bdf22b18780a7ff62d /drivers/clocksource/Kconfig | |
parent | 404525d5a7ecc847b5ac178dad96402f1e102ccc (diff) | |
download | linux-b2ac5d7549710173ea0217bf8c7b3f71da5220d4.tar.xz |
clocksource: sunxi: Add Allwinner A1X Timer Driver
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
CC: Thomas Gleixner <tglx@linutronix.de>
CC: John Stultz <johnstul@us.ibm.com>
Diffstat (limited to 'drivers/clocksource/Kconfig')
-rw-r--r-- | drivers/clocksource/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 6a78073c3808..a0985732f1e2 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -22,6 +22,9 @@ config DW_APB_TIMER_OF config ARMADA_370_XP_TIMER bool +config SUNXI_TIMER + bool + config CLKSRC_DBX500_PRCMU bool "Clocksource PRCMU Timer" depends on UX500_SOC_DB8500 |