| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # MIPS Platform Specific Drivers |
|---|
| 3 | 4 | # |
|---|
| .. | .. |
|---|
| 16 | 17 | if MIPS_PLATFORM_DEVICES |
|---|
| 17 | 18 | |
|---|
| 18 | 19 | config CPU_HWMON |
|---|
| 19 | | - tristate "Loongson CPU HWMon Driver" |
|---|
| 20 | | - depends on LOONGSON_MACH3X |
|---|
| 20 | + bool "Loongson-3 CPU HWMon Driver" |
|---|
| 21 | + depends on MACH_LOONGSON64 |
|---|
| 21 | 22 | select HWMON |
|---|
| 22 | 23 | default y |
|---|
| 23 | 24 | help |
|---|
| 24 | 25 | Loongson-3A/3B CPU Hwmon (temperature sensor) driver. |
|---|
| 25 | 26 | |
|---|
| 27 | +config RS780E_ACPI |
|---|
| 28 | + bool "Loongson RS780E ACPI Controller" |
|---|
| 29 | + depends on MACH_LOONGSON64 || COMPILE_TEST |
|---|
| 30 | + help |
|---|
| 31 | + Loongson RS780E PCH ACPI Controller driver. |
|---|
| 32 | + |
|---|
| 26 | 33 | endif # MIPS_PLATFORM_DEVICES |
|---|