From patchwork Fri Aug 19 06:36:55 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 9289501 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 0C26C600CB for ; Fri, 19 Aug 2016 06:38:11 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F355028596 for ; Fri, 19 Aug 2016 06:38:10 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E7F7B2914B; Fri, 19 Aug 2016 06:38:10 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F40DF28596 for ; Fri, 19 Aug 2016 06:38:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754857AbcHSGh4 (ORCPT ); Fri, 19 Aug 2016 02:37:56 -0400 Received: from mailout3.w1.samsung.com ([210.118.77.13]:58140 "EHLO mailout3.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753742AbcHSGhS (ORCPT ); Fri, 19 Aug 2016 02:37:18 -0400 Received: from eucpsbgm2.samsung.com (unknown [203.254.199.245]) by mailout3.w1.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTP id <0OC500LLA91U2R00@mailout3.w1.samsung.com>; Fri, 19 Aug 2016 07:37:06 +0100 (BST) X-AuditID: cbfec7f5-f792a6d000001302-0c-57b6a91214a4 Received: from eusync3.samsung.com ( [203.254.199.213]) by eucpsbgm2.samsung.com (EUCPMTA) with SMTP id 50.4C.04866.219A6B75; Fri, 19 Aug 2016 07:37:06 +0100 (BST) Received: from AMDC2174.DIGITAL.local ([106.120.53.17]) by eusync3.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTPA id <0OC500I1091QTX70@eusync3.samsung.com>; Fri, 19 Aug 2016 07:37:06 +0100 (BST) From: Krzysztof Kozlowski To: MyungJoo Ham , Kyungmin Park , Chanwoo Choi , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org Cc: Krzysztof Kozlowski , Bartlomiej Zolnierkiewicz Subject: [RESEND PATCH] devfreq: Add COMPILE_TEST for build coverage Date: Fri, 19 Aug 2016 08:36:55 +0200 Message-id: <1471588615-22630-1-git-send-email-k.kozlowski@samsung.com> X-Mailer: git-send-email 1.9.1 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFvrAJMWRmVeSWpSXmKPExsVy+t/xq7pCK7eFG0zuVLfYOGM9q8X1L89Z LV6/MLQ42/SG3eLyrjlsFp97jzBazDi/j8niduMKNgcOj74tqxg9Pm+SC2CK4rJJSc3JLEst 0rdL4MroWv+LuaCTv2LX2mWMDYzLeboYOTgkBEwkVh+x6mLkBDLFJC7cW8/WxcjFISSwlFFi 8uXTzBBOI5PEnktnGUGq2ASMJTYvXwJWJSJwl1FideMXJpAEs0CmROfeuewgtrCAi8SZU/uZ QDawCKhKvH5pBBLmFXCXOHRpKiPENjmJk8cms05g5F7AyLCKUTS1NLmgOCk910ivODG3uDQv XS85P3cTIyQcvu5gXHrM6hCjAAejEg/vjoNbw4VYE8uKK3MPMUpwMCuJ8Nov2xYuxJuSWFmV WpQfX1Sak1p8iFGag0VJnHfmrvchQgLpiSWp2ampBalFMFkmDk6pBkZf51elu+M9GKuTWE7W PMhh3LJr4uyX+kmLIqYuaGB5unidamypF3Nb55oNpkv9z3+6ZHrmjVvlnLorK97PveO3deOu S+H+m8Qfhe7b2F9+RdjnX6Ps5OxGhpqzdhcLRS83Tlpyq8//6C+tiOL2nMrop8I2pkV1UYec TM1/GJ+/sjZV3ur5LnYlluKMREMt5qLiRACa8dd6AwIAAA== Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The SoC-specific devfreq and devfreq-event drivers can be build tested on all architectures. Signed-off-by: Krzysztof Kozlowski Reviewed-by: Chanwoo Choi --- drivers/devfreq/Kconfig | 4 ++-- drivers/devfreq/event/Kconfig | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/devfreq/Kconfig b/drivers/devfreq/Kconfig index a5be56ec57f2..8766cbaf20e2 100644 --- a/drivers/devfreq/Kconfig +++ b/drivers/devfreq/Kconfig @@ -76,7 +76,7 @@ comment "DEVFREQ Drivers" config ARM_EXYNOS_BUS_DEVFREQ tristate "ARM EXYNOS Generic Memory Bus DEVFREQ Driver" - depends on ARCH_EXYNOS + depends on ARCH_EXYNOS || COMPILE_TEST select DEVFREQ_GOV_SIMPLE_ONDEMAND select DEVFREQ_GOV_PASSIVE select DEVFREQ_EVENT_EXYNOS_PPMU @@ -92,7 +92,7 @@ config ARM_EXYNOS_BUS_DEVFREQ config ARM_TEGRA_DEVFREQ tristate "Tegra DEVFREQ Driver" - depends on ARCH_TEGRA_124_SOC + depends on ARCH_TEGRA_124_SOC || COMPILE_TEST select DEVFREQ_GOV_SIMPLE_ONDEMAND select PM_OPP help diff --git a/drivers/devfreq/event/Kconfig b/drivers/devfreq/event/Kconfig index eb6f74a2b6b9..1d1cd781e386 100644 --- a/drivers/devfreq/event/Kconfig +++ b/drivers/devfreq/event/Kconfig @@ -15,7 +15,7 @@ if PM_DEVFREQ_EVENT config DEVFREQ_EVENT_EXYNOS_NOCP tristate "EXYNOS NoC (Network On Chip) Probe DEVFREQ event Driver" - depends on ARCH_EXYNOS + depends on ARCH_EXYNOS || COMPILE_TEST select PM_OPP help This add the devfreq-event driver for Exynos SoC. It provides NoC @@ -23,7 +23,7 @@ config DEVFREQ_EVENT_EXYNOS_NOCP config DEVFREQ_EVENT_EXYNOS_PPMU tristate "EXYNOS PPMU (Platform Performance Monitoring Unit) DEVFREQ event Driver" - depends on ARCH_EXYNOS + depends on ARCH_EXYNOS || COMPILE_TEST select PM_OPP help This add the devfreq-event driver for Exynos SoC. It provides PPMU