diff options
author | Tomasz Figa <t.figa@samsung.com> | 2013-04-23 11:46:27 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-04-28 15:16:54 -0400 |
commit | f9bb48a2c25a96757d13795ba7cc52687f94446f (patch) | |
tree | 0667e8283b5007256701b3f8e95b2de6c9ebc159 /drivers/clocksource/Kconfig | |
parent | 09d718a78c79ddc270dccbfa1b1070b20b9a9ae1 (diff) |
clocksource: samsung_pwm_timer: Add support for non-DT platforms
This patch extends the driver to support platforms that still use legacy
ATAGS-based boot, without device tree, by providing an exported function
that can be used from platform code to initialize the clocksource.
Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/clocksource/Kconfig')
-rw-r--r-- | drivers/clocksource/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index ff5b6d87d65a..6d6174978f95 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig | |||
@@ -70,7 +70,6 @@ config CLKSRC_METAG_GENERIC | |||
70 | 70 | ||
71 | config CLKSRC_SAMSUNG_PWM | 71 | config CLKSRC_SAMSUNG_PWM |
72 | bool | 72 | bool |
73 | depends on OF | ||
74 | select CLKSRC_MMIO | 73 | select CLKSRC_MMIO |
75 | help | 74 | help |
76 | This is a new clocksource driver for the PWM timer found in | 75 | This is a new clocksource driver for the PWM timer found in |