Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932985Ab2ERRMv (ORCPT ); Fri, 18 May 2012 13:12:51 -0400 Received: from www.tglx.de ([62.245.132.106]:59986 "EHLO Tesla.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932482Ab2ERRMu (ORCPT ); Fri, 18 May 2012 13:12:50 -0400 X-Greylist: delayed 1624 seconds by postgrey-1.27 at vger.kernel.org; Fri, 18 May 2012 13:12:50 EDT Message-Id: <20120518163106.857566635@glx-um.de> User-Agent: quilt/0.48-1 Date: Fri, 18 May 2012 16:45:53 -0000 From: Anna-Maria Gleixner To: LKML Cc: Thomas Gleixner , Paul Mundt Subject: [patch 19/24] sh: Use generic time config References: <20120518163020.548627576@glx-um.de> Content-Disposition: inline; filename=sh-use-generic-time-config.patch X-TGLX-Spam-Score: -1.0 X-TGLX-Spam-Level: - X-TGLX-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1239 Lines: 43 Signed-off-by: Anna-Maria Gleixner Cc: Paul Mundt --- arch/sh/Kconfig | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) Index: linux/arch/sh/Kconfig =================================================================== --- linux.orig/arch/sh/Kconfig +++ linux/arch/sh/Kconfig @@ -28,6 +28,8 @@ config SUPERH select RTC_LIB select GENERIC_ATOMIC64 select GENERIC_IRQ_SHOW + select GENERIC_CLOCKEVENTS + select GENERIC_CMOS_UPDATE if SH_SH03 || SH_DREAMCAST help The SuperH is a RISC processor targeted for use in embedded systems and consumer electronics; it was also used in the Sega Dreamcast @@ -86,16 +88,6 @@ config GENERIC_GPIO config GENERIC_CALIBRATE_DELAY bool -config GENERIC_CLOCKEVENTS - def_bool y - -config GENERIC_CLOCKEVENTS_BROADCAST - bool - -config GENERIC_CMOS_UPDATE - def_bool y - depends on SH_SH03 || SH_DREAMCAST - config GENERIC_LOCKBREAK def_bool y depends on SMP && PREEMPT -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/