From patchwork Mon Aug 1 09:34:55 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Borislav Petkov X-Patchwork-Id: 9254085 X-Patchwork-Delegate: rjw@sisk.pl 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 2FA406075F for ; Mon, 1 Aug 2016 09:36:04 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1FC9C28391 for ; Mon, 1 Aug 2016 09:36:04 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1455428464; Mon, 1 Aug 2016 09:36:04 +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 C1CC428391 for ; Mon, 1 Aug 2016 09:36:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752586AbcHAJfW (ORCPT ); Mon, 1 Aug 2016 05:35:22 -0400 Received: from mail.skyhub.de ([78.46.96.112]:60980 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752133AbcHAJfS (ORCPT ); Mon, 1 Aug 2016 05:35:18 -0400 X-Virus-Scanned: Nedap ESD1 at mail.skyhub.de Received: from mail.skyhub.de ([127.0.0.1]) by localhost (door.skyhub.de [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id yBrckXhxXk0u; Mon, 1 Aug 2016 11:35:16 +0200 (CEST) Received: from nazgul.tnic (95-42-183-216.ip.btc-net.bg [95.42.183.216]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.skyhub.de (SuperMail on ZX Spectrum 128k) with ESMTPSA id 5EB961D96F3; Mon, 1 Aug 2016 11:35:16 +0200 (CEST) Received: by nazgul.tnic (Postfix, from userid 1000) id DCB195FE4F; Mon, 1 Aug 2016 11:34:55 +0200 (CEST) From: Borislav Petkov To: linux-pm@vger.kernel.org Cc: LKML , "Rafael J. Wysocki" , Viresh Kumar Subject: [PATCH] cpufreq: Do not default-yes CPU_FREQ_STAT Date: Mon, 1 Aug 2016 11:34:55 +0200 Message-Id: <20160801093455.12676-1-bp@alien8.de> X-Mailer: git-send-email 2.8.4 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 From: Borislav Petkov CPU frequency transition statistics are not absolutely required for proper cpufreq operation on the system AFAICT so remove the default-yes setting in Kconfig. Signed-off-by: Borislav Petkov Cc: "Rafael J. Wysocki" Cc: Viresh Kumar Acked-by: Viresh Kumar --- drivers/cpufreq/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig index c822d72629d5..74919aa81dcb 100644 --- a/drivers/cpufreq/Kconfig +++ b/drivers/cpufreq/Kconfig @@ -32,7 +32,6 @@ config CPU_FREQ_BOOST_SW config CPU_FREQ_STAT bool "CPU frequency transition statistics" - default y help Export CPU frequency statistics information through sysfs.