diff options
author | John Stultz <john.stultz@linaro.org> | 2011-08-16 15:51:03 -0700 |
---|---|---|
committer | John Stultz <john.stultz@linaro.org> | 2011-10-04 13:07:47 -0700 |
commit | dcb69290af30f7ef54e03bf82e1be0950f167789 (patch) | |
tree | e052b01979d8fe864874749c5c4adebb2041076e /arch/mn10300 | |
parent | cbbc719fccdb8cbd87350a05c0d33167c9b79365 (diff) | |
download | linux-dcb69290af30f7ef54e03bf82e1be0950f167789.tar.bz2 |
time: Cleanup old CONFIG_GENERIC_TIME references that snuck in
Awhile back I removed all the CONFIG_GENERIC_TIME referecnes as
the last of the non-GENERIC_TIME arches were converted.
However, due to the functionality being important and around for
awhile, there apparently were some out of tree hardware enablement
patches that used it and have since been merged.
This patch removes the remaining instances of GENERIC_TIME.
Singed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'arch/mn10300')
-rw-r--r-- | arch/mn10300/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mn10300/Kconfig b/arch/mn10300/Kconfig index 1f870340ebdd..5f7f2f8deb89 100644 --- a/arch/mn10300/Kconfig +++ b/arch/mn10300/Kconfig @@ -47,9 +47,6 @@ config GENERIC_CMOS_UPDATE config GENERIC_HWEIGHT def_bool y -config GENERIC_TIME - def_bool y - config GENERIC_CLOCKEVENTS def_bool y |