浏览代码

PCC: Disable compilation by default

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>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Ashwin Chaugule 10 年之前
父节点
当前提交
b6fc6072b1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/mailbox/Kconfig

+ 1 - 0
drivers/mailbox/Kconfig

@@ -46,6 +46,7 @@ config OMAP_MBOX_KFIFO_SIZE
 config PCC
 config PCC
 	bool "Platform Communication Channel Driver"
 	bool "Platform Communication Channel Driver"
 	depends on ACPI
 	depends on ACPI
+	default n
 	help
 	help
 	  ACPI 5.0+ spec defines a generic mode of communication
 	  ACPI 5.0+ spec defines a generic mode of communication
 	  between the OS and a platform such as the BMC. This medium
 	  between the OS and a platform such as the BMC. This medium