mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-04 09:34:12 +08:00
platform/x86: intel_speed_select_if: Move to intel sub-directory
Move Intel Speed Select interface driver to intel sub-directory to improve readability and rename it from intel_speed_select_if to speed_select_if. Signed-off-by: Kate Hsuan <hpa@redhat.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20210820110458.73018-14-andriy.shevchenko@linux.intel.com Signed-off-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
parent
075b559829
commit
6b1e482898
@ -9538,7 +9538,7 @@ INTEL SPEED SELECT TECHNOLOGY
|
|||||||
M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
|
M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
|
||||||
L: platform-driver-x86@vger.kernel.org
|
L: platform-driver-x86@vger.kernel.org
|
||||||
S: Maintained
|
S: Maintained
|
||||||
F: drivers/platform/x86/intel_speed_select_if/
|
F: drivers/platform/x86/intel/speed_select_if/
|
||||||
F: include/uapi/linux/isst_if.h
|
F: include/uapi/linux/isst_if.h
|
||||||
F: tools/power/x86/intel-speed-select/
|
F: tools/power/x86/intel-speed-select/
|
||||||
|
|
||||||
|
@ -1110,8 +1110,6 @@ config INTEL_IPS
|
|||||||
functionality. If in doubt, say Y here; it will only load on
|
functionality. If in doubt, say Y here; it will only load on
|
||||||
supported platforms.
|
supported platforms.
|
||||||
|
|
||||||
source "drivers/platform/x86/intel_speed_select_if/Kconfig"
|
|
||||||
|
|
||||||
config INTEL_SCU_IPC
|
config INTEL_SCU_IPC
|
||||||
bool
|
bool
|
||||||
|
|
||||||
|
@ -120,7 +120,6 @@ obj-$(CONFIG_WIRELESS_HOTKEY) += wireless-hotkey.o
|
|||||||
|
|
||||||
# Intel uncore drivers
|
# Intel uncore drivers
|
||||||
obj-$(CONFIG_INTEL_IPS) += intel_ips.o
|
obj-$(CONFIG_INTEL_IPS) += intel_ips.o
|
||||||
obj-$(CONFIG_INTEL_SPEED_SELECT_INTERFACE) += intel_speed_select_if/
|
|
||||||
|
|
||||||
# Intel PMIC / PMC / P-Unit devices
|
# Intel PMIC / PMC / P-Unit devices
|
||||||
obj-$(CONFIG_INTEL_SCU_IPC) += intel_scu_ipc.o
|
obj-$(CONFIG_INTEL_SCU_IPC) += intel_scu_ipc.o
|
||||||
|
@ -21,6 +21,7 @@ source "drivers/platform/x86/intel/int33fe/Kconfig"
|
|||||||
source "drivers/platform/x86/intel/int3472/Kconfig"
|
source "drivers/platform/x86/intel/int3472/Kconfig"
|
||||||
source "drivers/platform/x86/intel/pmc/Kconfig"
|
source "drivers/platform/x86/intel/pmc/Kconfig"
|
||||||
source "drivers/platform/x86/intel/pmt/Kconfig"
|
source "drivers/platform/x86/intel/pmt/Kconfig"
|
||||||
|
source "drivers/platform/x86/intel/speed_select_if/Kconfig"
|
||||||
source "drivers/platform/x86/intel/telemetry/Kconfig"
|
source "drivers/platform/x86/intel/telemetry/Kconfig"
|
||||||
|
|
||||||
config INTEL_BXTWC_PMIC_TMU
|
config INTEL_BXTWC_PMIC_TMU
|
||||||
|
@ -9,6 +9,7 @@ obj-$(CONFIG_INTEL_CHT_INT33FE) += int33fe/
|
|||||||
obj-$(CONFIG_INTEL_SKL_INT3472) += int3472/
|
obj-$(CONFIG_INTEL_SKL_INT3472) += int3472/
|
||||||
obj-$(CONFIG_INTEL_PMC_CORE) += pmc/
|
obj-$(CONFIG_INTEL_PMC_CORE) += pmc/
|
||||||
obj-$(CONFIG_INTEL_PMT_CLASS) += pmt/
|
obj-$(CONFIG_INTEL_PMT_CLASS) += pmt/
|
||||||
|
obj-$(CONFIG_INTEL_SPEED_SELECT_INTERFACE) += speed_select_if/
|
||||||
obj-$(CONFIG_INTEL_TELEMETRY) += telemetry/
|
obj-$(CONFIG_INTEL_TELEMETRY) += telemetry/
|
||||||
|
|
||||||
# Intel PMIC / PMC / P-Unit drivers
|
# Intel PMIC / PMC / P-Unit drivers
|
||||||
|
Loading…
Reference in New Issue
Block a user