From patchwork Fri Dec 18 14:17:48 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 58681 Delivered-To: patch@linaro.org Received: by 10.112.89.199 with SMTP id bq7csp1056197lbb; Fri, 18 Dec 2015 06:19:35 -0800 (PST) X-Received: by 10.98.71.18 with SMTP id u18mr5448988pfa.107.1450448375688; Fri, 18 Dec 2015 06:19:35 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id wv16si15245155pac.158.2015.12.18.06.19.35; Fri, 18 Dec 2015 06:19:35 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dkim=neutral (body hash did not verify) header.i=@linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933111AbbLROTS (ORCPT + 29 others); Fri, 18 Dec 2015 09:19:18 -0500 Received: from mail-wm0-f54.google.com ([74.125.82.54]:34844 "EHLO mail-wm0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933052AbbLROTP (ORCPT ); Fri, 18 Dec 2015 09:19:15 -0500 Received: by mail-wm0-f54.google.com with SMTP id l126so66163216wml.0 for ; Fri, 18 Dec 2015 06:19:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=6JbzwRpcpL33CiMagnNFkoW7batEGCVLFWH/BdXZIfw=; b=bruD58Oex6xOJkAgZuTNqn4mcyvdPwuGk4QE6fnLjqgCc9xvvJ+lceE0plyQxTnm8G kfkRuMdR0rXwUqcLeEbKUZtV9jW5mN/1Vuh6kWsqTK3vOiP0b5YM4AiVBdxBV5bt9NiO STqUawyNpdk2Nbjaw5+8bcvx9Bfg6apmZgaWY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=6JbzwRpcpL33CiMagnNFkoW7batEGCVLFWH/BdXZIfw=; b=aUWhgB6DocdhQaonC6UcN+QCnUzzNW3AjZL2UPCAivY/tYRxL9okaQC+qeuD0sgUdy sA3WNtL+PI1Au7RJElvf9770wOsQ4DpP4ow3A3d1b1DV44edOtECwXCYs5pNst6dXAx9 uG6jUw+oTxd4oI4FZe1GBG9FoJUBRlPys1yh1ojfATootSXKU+IqHIkiu+75KCoExdNO yBHPirOu+HzKhmo49wiL/8ulM4Wow1C8KBQ2F5rPq3tm/a26QIHOJH9SjW5FG0g2HuUX 6VMSdiWWJkPsedK0JVuyhDju7DhotKDqchdVoQh+tMd+Ib97TfbIb0be36Xc/+v1ckPT G64A== X-Gm-Message-State: ALoCoQkKTPNTh3Mam3wvWv6an/4Mw3XAyWCvarWAGcoc0TAc5zpDQLNzfZQieLifCHSPB5QczvdEjwpiUqu0uG9yl6i5ek1fNw== X-Received: by 10.194.123.8 with SMTP id lw8mr4340432wjb.72.1450448353727; Fri, 18 Dec 2015 06:19:13 -0800 (PST) Received: from localhost.localdomain ([78.210.255.2]) by smtp.gmail.com with ESMTPSA id ql10sm15010027wjc.23.2015.12.18.06.19.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 18 Dec 2015 06:19:13 -0800 (PST) From: Daniel Lezcano To: tglx@linutronix.de Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, mingo@kernel.org Subject: [PATCH 35/69] clocksource/drivers/Kconfig: Add missing GENERIC_CLOCKEVENTS dependency Date: Fri, 18 Dec 2015 15:17:48 +0100 Message-Id: <1450448302-27429-35-git-send-email-daniel.lezcano@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1450448302-27429-1-git-send-email-daniel.lezcano@linaro.org> References: <5672CB9E.7090707@linaro.org> <1450448302-27429-1-git-send-email-daniel.lezcano@linaro.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org In order to compile on all arch without error with 'allyesconfig' make sure the platform selected the GENERIC_CLOCKEVENTS. Without this patch the new added drivers will prevent the kernel to compile on PARISC. Signed-off-by: Daniel Lezcano --- drivers/clocksource/Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) -- 1.9.1 -- 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/ diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 7085eb7..de331b8 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -29,11 +29,13 @@ config CLKSRC_MMIO config DIGICOLOR_TIMER bool "Digicolor timer driver" if COMPILE_TEST + depends on GENERIC_CLOCKEVENTS help Enables the support for the digicolor timer driver. config DW_APB_TIMER bool "DW APB timer driver" if COMPILE_TEST + depends on GENERIC_CLOCKEVENTS help Enables the support for the dw_apb timer. @@ -58,6 +60,7 @@ config ARMADA_370_XP_TIMER config MESON6_TIMER bool "Meson6 timer driver" if COMPILE_TEST + depends on GENERIC_CLOCKEVENTS select CLKSRC_MMIO help Enables the support for the Meson6 timer driver. @@ -72,6 +75,7 @@ config ORION_TIMER config SUN4I_TIMER bool "Sun4i timer driver" if COMPILE_TEST + depends on GENERIC_CLOCKEVENTS select CLKSRC_MMIO help Enables support for the Sun4i timer. @@ -91,6 +95,7 @@ config TEGRA_TIMER config VT8500_TIMER bool "VT8500 timer driver" if COMPILE_TEST + depends on GENERIC_CLOCKEVENTS help Enables support for the VT8500 driver. @@ -102,6 +107,7 @@ config CADENCE_TTC_TIMER config ASM9260_TIMER bool "ASM9260 timer driver" if COMPILE_TEST + depends on GENERIC_CLOCKEVENTS select CLKSRC_MMIO select CLKSRC_OF help @@ -124,6 +130,7 @@ config CLKSRC_NOMADIK_MTU_SCHED_CLOCK config CLKSRC_DBX500_PRCMU bool "Clocksource PRCMU Timer" if COMPILE_TEST + depends on GENERIC_CLOCKEVENTS help Use the always on PRCMU Timer as clocksource @@ -145,6 +152,7 @@ config CLKSRC_EFM32 config CLKSRC_LPC32XX bool "Clocksource for LPC32XX" if COMPILE_TEST + depends on GENERIC_CLOCKEVENTS select CLKSRC_MMIO select CLKSRC_OF help @@ -238,6 +246,7 @@ config CLKSRC_EXYNOS_MCT config CLKSRC_SAMSUNG_PWM bool "PWM timer drvier for Samsung S3C, S5P" if COMPILE_TEST + depends on GENERIC_CLOCKEVENTS help This is a new clocksource driver for the PWM timer found in Samsung S3C, S5P and Exynos SoCs, replacing an earlier driver @@ -246,6 +255,7 @@ config CLKSRC_SAMSUNG_PWM config FSL_FTM_TIMER bool "Freescale FlexTimer Module driver" if COMPILE_TEST + depends on GENERIC_CLOCKEVENTS help Support for Freescale FlexTimer Module (FTM) timer. @@ -259,6 +269,7 @@ config SYS_SUPPORTS_SH_CMT config MTK_TIMER bool "Mediatek timer driver" if COMPILE_TEST + depends on GENERIC_CLOCKEVENTS select CLKSRC_OF select CLKSRC_MMIO help