From patchwork Mon Mar 27 19:42:59 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ralph Sennhauser X-Patchwork-Id: 743971 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3vsPbG3dLzz9s7D for ; Tue, 28 Mar 2017 06:43:38 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="FZcZuJJf"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752210AbdC0TnZ (ORCPT ); Mon, 27 Mar 2017 15:43:25 -0400 Received: from mail-wr0-f194.google.com ([209.85.128.194]:36248 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752177AbdC0TnT (ORCPT ); Mon, 27 Mar 2017 15:43:19 -0400 Received: by mail-wr0-f194.google.com with SMTP id u1so16372214wra.3; Mon, 27 Mar 2017 12:43:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=dro2SPNueMu8DuqQ2iGQiFRmzUL+dWg7WcZg/EE0weE=; b=FZcZuJJfeY6E8vfGb9G+GDMQCvTB5nemuQ/QdCJJtkuo7JFyZVRXWmiSxHqg10ymA5 K5yGQAcbo+v0Q3GDvDPoKG6OzzJp9bg+Rhs9JkLlwoHYzLCK7U6x8PrhuAeF+DVPt79t 775FOKPpHi4EXRLF8lb3JSj0yMR/njp++7oHUna7nQR7kUg55ppVwgkp3iwr/Hf55oP8 HfUNoIiNtiiJMhnK69Z72H+ny34K892vFzbqhPeLMDu0sCO3lKaTGLkQ89BioHUCuemo GEU2VLw4LQtREazMZPp3i9f7iJgX9/1/xzoVjIAGHUwEzhN8cbEgLVrtInHVlxvGAxAJ doFw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=dro2SPNueMu8DuqQ2iGQiFRmzUL+dWg7WcZg/EE0weE=; b=KK2T+fVSUDGabxGb3x0LuA8CPRa8ZSbIrRWzYLMj4BKLtBZdiwrT2q9TB+Ia5tCeCi 14g5F3MlPjJDT1rjSbLUvxt98OGL24FCmKA+PFZ9xkVrM07/IaEIdW1/9DgLi5QMs2VZ jMGVZevQGnBbmv4GmXuE9hvQqoRQLtAuRQ1o7m2cErUUXgyJwMYJ128zNugjUakRehAz SAxXLSS5mMIWK2swyIz9IdrDRrakHTKPGotFC5woxX1a0HFK3ToMbX1zJFzkTdKqjCWz WvuzT02rO021BYBB3Ltgg3nnyLlQ62rrVDDLv3DfRvDRk0HAPmY7VRnByIhupEwOS4TL 13kQ== X-Gm-Message-State: AFeK/H3ld1SzXlKugxgbz5WU6QOzeS9GWw3Ek+QTZlmuKLXM17ZM998WFnMmvdXFrnLCkA== X-Received: by 10.223.139.83 with SMTP id v19mr20846415wra.142.1490643796367; Mon, 27 Mar 2017 12:43:16 -0700 (PDT) Received: from localhost.lan ([37.209.189.139]) by smtp.googlemail.com with ESMTPSA id k203sm701657wmk.4.2017.03.27.12.43.15 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 27 Mar 2017 12:43:15 -0700 (PDT) From: Ralph Sennhauser To: Linus Walleij , Thierry Reding Cc: Imre Kaloz , Andrew Lunn , Ralph Sennhauser , Alexandre Courbot , Rob Herring , Mark Rutland , Jason Cooper , Gregory Clement , Sebastian Hesselbarth , Russell King , linux-pwm@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH v4 3/4] ARM: mvebu: Enable SENSORS_PWM_FAN in defconfig Date: Mon, 27 Mar 2017 21:42:59 +0200 Message-Id: <20170327194301.1104-4-ralph.sennhauser@gmail.com> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20170327194301.1104-1-ralph.sennhauser@gmail.com> References: <20170327194301.1104-1-ralph.sennhauser@gmail.com> Sender: linux-pwm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pwm@vger.kernel.org From: Andrew Lunn Now that the GPIO driver also supports PWM operation, enable the PWM framework and fan driver in mvebu_v7_defconfig. Signed-off-by: Andrew Lunn URL: https://patchwork.ozlabs.org/patch/427297/ [Ralph Sennhauser: add fan driver to defconfig] Signed-off-by: Ralph Sennhauser --- arch/arm/configs/mvebu_v7_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/mvebu_v7_defconfig b/arch/arm/configs/mvebu_v7_defconfig index f1a0e25..6955370 100644 --- a/arch/arm/configs/mvebu_v7_defconfig +++ b/arch/arm/configs/mvebu_v7_defconfig @@ -135,6 +135,8 @@ CONFIG_DMADEVICES=y CONFIG_MV_XOR=y # CONFIG_IOMMU_SUPPORT is not set CONFIG_MEMORY=y +CONFIG_PWM=y +CONFIG_SENSORS_PWM_FAN=y CONFIG_EXT4_FS=y CONFIG_ISO9660_FS=y CONFIG_JOLIET=y