Kconfig (075b559829d2b2f06d84d10f9712f6867b45c202) Kconfig (6b1e482898e841b577d1d22b97fb65ac8ffacd9a)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# X86 Platform Specific Drivers
4#
5
6menuconfig X86_PLATFORM_DEVICES
7 bool "X86 Platform Specific Device Drivers"
8 default y

--- 1096 unchanged lines hidden (view full) ---

1105 depends on ACPI && PCI
1106 help
1107 Intel Calpella platforms support dynamic power sharing between the
1108 CPU and GPU, maximizing performance in a given TDP. This driver,
1109 along with the CPU frequency and i915 drivers, provides that
1110 functionality. If in doubt, say Y here; it will only load on
1111 supported platforms.
1112
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# X86 Platform Specific Drivers
4#
5
6menuconfig X86_PLATFORM_DEVICES
7 bool "X86 Platform Specific Device Drivers"
8 default y

--- 1096 unchanged lines hidden (view full) ---

1105 depends on ACPI && PCI
1106 help
1107 Intel Calpella platforms support dynamic power sharing between the
1108 CPU and GPU, maximizing performance in a given TDP. This driver,
1109 along with the CPU frequency and i915 drivers, provides that
1110 functionality. If in doubt, say Y here; it will only load on
1111 supported platforms.
1112
1113source "drivers/platform/x86/intel_speed_select_if/Kconfig"
1114
1115config INTEL_SCU_IPC
1116 bool
1117
1118config INTEL_SCU
1119 bool
1120 select INTEL_SCU_IPC
1121
1122config INTEL_SCU_PCI

--- 45 unchanged lines hidden ---
1113config INTEL_SCU_IPC
1114 bool
1115
1116config INTEL_SCU
1117 bool
1118 select INTEL_SCU_IPC
1119
1120config INTEL_SCU_PCI

--- 45 unchanged lines hidden ---