]> git.baikalelectronics.ru Git - kernel.git/commit
platform/x86: intel_pmc_core: Update Kconfig
authorDavid E. Box <david.e.box@linux.intel.com>
Fri, 19 Mar 2021 20:18:43 +0000 (13:18 -0700)
committerHans de Goede <hdegoede@redhat.com>
Tue, 23 Mar 2021 20:50:08 +0000 (21:50 +0100)
commit8e6c362982a5f6e8aca67cbb47f3a47a4ac517b2
tree33be04d2859b3984335f08397ae74a5e48b8fc76
parent8e47bddace9afc88e937bf534e069df2461c80c6
platform/x86: intel_pmc_core: Update Kconfig

The intel_pmc_core driver is mostly used as a debugging driver for Intel
platforms that support SLPS0 (S0ix). But the driver may also be used to
communicate actions to the PMC in order to ensure transition to SLPS0 on
some systems and architectures. As such the driver should be built on all
platforms it supports. Indicate this in the Kconfig. Also update the list
of supported features.

Signed-off-by: David E. Box <david.e.box@linux.intel.com>
Suggested-by: Mario Limonciello <mario.limonciello@dell.com>
Link: https://lore.kernel.org/r/20210319201844.3305399-1-david.e.box@linux.intel.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/Kconfig