Messages in this thread Patch in this message |  | | From | Magnus Damm <> | Date | Thu, 05 Dec 2013 05:38:46 +0900 | Subject | [PATCH v2 03/03] sh: Remove Kconfig entries for TMU, CMT and MTU2 |
| |
From: Magnus Damm <damm@opensource.se>
Now when drivers/clocksource/Kconfig has been updated with entires for CMT, TMU and MTU2 it is safe to remove these from SH.
Signed-off-by: Magnus Damm <damm@opensource.se> ---
arch/sh/Kconfig | 21 --------------------- 1 file changed, 21 deletions(-)
--- 0001/arch/sh/Kconfig +++ work/arch/sh/Kconfig 2013-11-05 21:03:10.000000000 +0900 @@ -565,27 +565,6 @@ source "arch/sh/boards/Kconfig" menu "Timer and clock configuration" -config SH_TIMER_TMU - bool "TMU timer driver" - depends on SYS_SUPPORTS_TMU - default y - help - This enables the build of the TMU timer driver. - -config SH_TIMER_CMT - bool "CMT timer driver" - depends on SYS_SUPPORTS_CMT - default y - help - This enables build of the CMT timer driver. - -config SH_TIMER_MTU2 - bool "MTU2 timer driver" - depends on SYS_SUPPORTS_MTU2 - default y - help - This enables build of the MTU2 timer driver. - config SH_PCLK_FREQ int "Peripheral clock frequency (in Hz)" depends on SH_CLK_CPG_LEGACY
|  |