From: Ashwin Chaugule Date: Wed, 5 Aug 2015 13:40:31 +0000 (-0400) Subject: PCC: Disable compilation by default X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b6fc6072b1268a0025850cd9d3dce25a7be0158d;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 Reviewed-by: Al Stone Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig index e269f084497d..bbec5009cdc2 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