linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ashwin Chaugule <ashwin.chaugule@linaro.org>
To: rjw@rjwysocki.net, jaswinder.singh@linaro.org
Cc: sudeep.holla@arm.com, linux-pm@vger.kernel.org,
	linux-acpi@vger.kernel.org, linaro-acpi@lists.linaro.org,
	patches@linaro.org, viresh.kumar@linaro.org,
	rwells@codeaurora.org,
	Ashwin Chaugule <ashwin.chaugule@linaro.org>
Subject: [PATCH v8 8/9] PCC: Disable compilation by default
Date: Wed,  5 Aug 2015 09:40:31 -0400	[thread overview]
Message-ID: <cb33fd802a64bb7ba977ac9c3b3745966b14c00d.1438781668.git.ashwin.chaugule@linaro.org> (raw)
In-Reply-To: <cover.1438781668.git.ashwin.chaugule@linaro.org>
In-Reply-To: <cover.1438781668.git.ashwin.chaugule@linaro.org>

PCC is made selectable only by clients which use it. e.g. CPPC
Default it to disabled so that it is not included accidentally on
platforms which dont use it.

Signed-off-by: Ashwin Chaugule <ashwin.chaugule@linaro.org>
Reviewed-by: Al Stone <al.stone@linaro.org>
---
 drivers/mailbox/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig
index e269f08..bbec500 100644
--- a/drivers/mailbox/Kconfig
+++ b/drivers/mailbox/Kconfig
@@ -46,6 +46,7 @@ config OMAP_MBOX_KFIFO_SIZE
 config PCC
 	bool "Platform Communication Channel Driver"
 	depends on ACPI
+	default n
 	help
 	  ACPI 5.0+ spec defines a generic mode of communication
 	  between the OS and a platform such as the BMC. This medium
-- 
1.9.1


  parent reply	other threads:[~2015-08-05 13:40 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-05 13:40 [PATCH v8 0/9] CPUFreq driver using CPPC methods Ashwin Chaugule
2015-08-05 13:40 ` [PATCH v8 1/9] PCC: Initialize PCC Mailbox earlier at boot Ashwin Chaugule
2015-08-05 13:40 ` [PATCH v8 2/9] ACPI: Split out ACPI PSS from ACPI Processor driver Ashwin Chaugule
2015-08-05 13:40 ` [PATCH v8 3/9] ACPI: Decouple ACPI idle and ACPI processor drivers Ashwin Chaugule
2015-08-05 13:40 ` [PATCH v8 4/9] ACPI: Introduce CPU performance controls using CPPC Ashwin Chaugule
2015-08-26  1:46   ` Rafael J. Wysocki
2015-08-27 15:48     ` Ashwin Chaugule
2015-08-05 13:40 ` [PATCH v8 5/9] CPPC: Add a CPUFreq driver for use with CPPC Ashwin Chaugule
2015-08-05 13:40 ` [PATCH v8 6/9] ACPI: Add weak routines for ACPI CPU Hotplug Ashwin Chaugule
2015-08-05 13:40 ` [PATCH v8 7/9] CPPC: Probe for CPPC tables for each ACPI Processor object Ashwin Chaugule
2015-08-05 13:40 ` Ashwin Chaugule [this message]
2015-08-05 13:40 ` [PATCH v8 9/9] ACPI: Allow selection of the ACPI processor driver for ARM64 Ashwin Chaugule
2015-08-26  0:24 ` [PATCH v8 0/9] CPUFreq driver using CPPC methods Rafael J. Wysocki
2015-08-26  0:03   ` Ashwin Chaugule
2015-08-26  0:46     ` Rafael J. Wysocki
2015-08-26  0:31       ` Ashwin Chaugule

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cb33fd802a64bb7ba977ac9c3b3745966b14c00d.1438781668.git.ashwin.chaugule@linaro.org \
    --to=ashwin.chaugule@linaro.org \
    --cc=jaswinder.singh@linaro.org \
    --cc=linaro-acpi@lists.linaro.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=patches@linaro.org \
    --cc=rjw@rjwysocki.net \
    --cc=rwells@codeaurora.org \
    --cc=sudeep.holla@arm.com \
    --cc=viresh.kumar@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).