From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932185Ab3KFLEz (ORCPT ); Wed, 6 Nov 2013 06:04:55 -0500 Received: from mail-pa0-f48.google.com ([209.85.220.48]:47914 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932137Ab3KFLEv (ORCPT ); Wed, 6 Nov 2013 06:04:51 -0500 From: Magnus Damm To: linux-kernel@vger.kernel.org Cc: khilman@linaro.org, arnd@arndb.de, linux-sh@vger.kernel.org, daniel.lezcano@linaro.org, horms@verge.net.au, olof@lixom.net, Magnus Damm , tglx@linutronix.de Date: Wed, 06 Nov 2013 20:05:27 +0900 Message-Id: <20131106110527.6806.40247.sendpatchset@w520> In-Reply-To: <20131106110508.6806.48070.sendpatchset@w520> References: <20131106110508.6806.48070.sendpatchset@w520> Subject: [PATCH v2 02/03] ARM: shmobile: Remove CMT, TMU and STI Kconfig entries Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Magnus Damm Now when drivers/clocksource/Kconfig has been updated with entires for CMT, TMU and STI it is safe to remove these from mach-shmobile. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/Kconfig | 21 --------------------- 1 file changed, 21 deletions(-) --- 0004/arch/arm/mach-shmobile/Kconfig +++ work/arch/arm/mach-shmobile/Kconfig 2013-11-05 19:55:01.000000000 +0900 @@ -283,7 +283,6 @@ source "drivers/sh/Kconfig" endif if ARCH_SHMOBILE || ARCH_SHMOBILE_MULTI - menu "Timer and clock configuration" config SHMOBILE_TIMER_HZ @@ -297,25 +296,5 @@ config SHMOBILE_TIMER_HZ SH-Mobile systems using a 32768 Hz RCLK for clock events may want to select a HZ value such as 128 that can evenly divide RCLK. A HZ value that does not divide evenly may cause timer drift. - -config SH_TIMER_CMT - bool "CMT timer driver" - default y - help - This enables build of the CMT timer driver. - -config SH_TIMER_TMU - bool "TMU timer driver" - default y - help - This enables build of the TMU timer driver. - -config EM_TIMER_STI - bool "STI timer driver" - default y - help - This enables build of the STI timer driver. - endmenu - endif