Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933877AbeAKLQa (ORCPT + 1 other); Thu, 11 Jan 2018 06:16:30 -0500 Received: from mga11.intel.com ([192.55.52.93]:55454 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933815AbeAKLQP (ORCPT ); Thu, 11 Jan 2018 06:16:15 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,344,1511856000"; d="scan'208";a="9580796" From: Rajneesh Bhardwaj To: platform-driver-x86@vger.kernel.org Cc: dvhart@infradead.org, andy@infradead.org, linux-kernel@vger.kernel.org, vishwanath.somayaji@intel.com, srinivas.pandruvada@linux.intel.com, Rajneesh Bhardwaj Subject: [PATCH v1 6/6] platform/x86: intel_pmc_core: Update Kconfig Date: Thu, 11 Jan 2018 16:40:36 +0530 Message-Id: <1515669036-3465-7-git-send-email-rajneesh.bhardwaj@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1515669036-3465-1-git-send-email-rajneesh.bhardwaj@intel.com> References: <1515669036-3465-1-git-send-email-rajneesh.bhardwaj@intel.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: This adds list of supported features by this driver to the Kconfig. Signed-off-by: Rajneesh Bhardwaj --- drivers/platform/x86/Kconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 683a875f3b6c..5d2c2a180f0c 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -958,7 +958,10 @@ config INTEL_PMC_CORE exposed by the Power Management Controller. Supported features: - - SLP_S0_RESIDENCY counter. + - SLP_S0_RESIDENCY counter + - PCH IP Power Gating status + - LTR Ignore + - MPHY/PLL gating status (Sunrisepoint PCH only) config IBM_RTL tristate "Device driver to enable PRTL support" -- 2.7.4