diff options
author | Mark Salter <msalter@redhat.com> | 2010-10-27 12:28:57 -0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2010-10-27 12:28:57 -0400 |
commit | 730c1fad0ee22a170d2ee76a904709ee304931c0 (patch) | |
tree | 365289c84b02c5c54d43238f2bc9b14b143cafbc /arch/mn10300/Kconfig | |
parent | 2502c64eeb125c5d57e3e7dc38320b500d69e088 (diff) |
MN10300: Generic time support
Implement generic time support for MN10300.
Signed-off-by: Mark Salter <msalter@redhat.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'arch/mn10300/Kconfig')
-rw-r--r-- | arch/mn10300/Kconfig | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/mn10300/Kconfig b/arch/mn10300/Kconfig index 81e27816aaf8..42ca55a47377 100644 --- a/arch/mn10300/Kconfig +++ b/arch/mn10300/Kconfig | |||
@@ -56,6 +56,27 @@ config GENERIC_FIND_NEXT_BIT | |||
56 | config GENERIC_HWEIGHT | 56 | config GENERIC_HWEIGHT |
57 | def_bool y | 57 | def_bool y |
58 | 58 | ||
59 | config GENERIC_TIME | ||
60 | def_bool y | ||
61 | |||
62 | config GENERIC_CLOCKEVENTS | ||
63 | def_bool y | ||
64 | |||
65 | config GENERIC_CLOCKEVENTS_BUILD | ||
66 | def_bool y | ||
67 | depends on GENERIC_CLOCKEVENTS | ||
68 | |||
69 | config GENERIC_CLOCKEVENTS_BROADCAST | ||
70 | bool | ||
71 | |||
72 | config CEVT_MN10300 | ||
73 | def_bool y | ||
74 | depends on GENERIC_CLOCKEVENTS | ||
75 | |||
76 | config CSRC_MN10300 | ||
77 | def_bool y | ||
78 | depends on GENERIC_TIME | ||
79 | |||
59 | config GENERIC_BUG | 80 | config GENERIC_BUG |
60 | def_bool y | 81 | def_bool y |
61 | 82 | ||
@@ -245,6 +266,7 @@ config MN10300_USING_JTAG | |||
245 | single-stepping, which are taken over completely by the JTAG unit. | 266 | single-stepping, which are taken over completely by the JTAG unit. |
246 | 267 | ||
247 | source "kernel/Kconfig.hz" | 268 | source "kernel/Kconfig.hz" |
269 | source "kernel/time/Kconfig" | ||
248 | 270 | ||
249 | config MN10300_RTC | 271 | config MN10300_RTC |
250 | bool "Using MN10300 RTC" | 272 | bool "Using MN10300 RTC" |