diff options
| -rw-r--r-- | drivers/acpi/Kconfig | 2 | ||||
| -rw-r--r-- | drivers/thermal/Kconfig | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index d0f3265fb85d..b23fe37f67c0 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
| @@ -144,7 +144,7 @@ config ACPI_VIDEO | |||
| 144 | 144 | ||
| 145 | config ACPI_FAN | 145 | config ACPI_FAN |
| 146 | tristate "Fan" | 146 | tristate "Fan" |
| 147 | select THERMAL | 147 | depends on THERMAL |
| 148 | default y | 148 | default y |
| 149 | help | 149 | help |
| 150 | This driver supports ACPI fan devices, allowing user-mode | 150 | This driver supports ACPI fan devices, allowing user-mode |
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index 3a8929222cab..e65ca2f8917e 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig | |||
| @@ -224,6 +224,7 @@ config INT340X_THERMAL | |||
| 224 | depends on X86 && ACPI | 224 | depends on X86 && ACPI |
| 225 | select THERMAL_GOV_USER_SPACE | 225 | select THERMAL_GOV_USER_SPACE |
| 226 | select ACPI_THERMAL_REL | 226 | select ACPI_THERMAL_REL |
| 227 | select ACPI_FAN | ||
| 227 | help | 228 | help |
| 228 | Newer laptops and tablets that use ACPI may have thermal sensors and | 229 | Newer laptops and tablets that use ACPI may have thermal sensors and |
| 229 | other devices with thermal control capabilities outside the core | 230 | other devices with thermal control capabilities outside the core |
