Commit 0674188
ACPI: EC: Enable EC support on LoongArch by default
Commit a6021aa ("ACPI: EC: make EC support compile-time
conditional") only enable ACPI_EC on X86 by default, but the embedded
controller is also widely used on LoongArch laptops so we also enable
ACPI_EC for LoongArch.
The laptop driver cannot work without EC, so also update the dependency
of LOONGSON_LAPTOP to let it depend on APCI_EC.
Fixes: a6021aa ("ACPI: EC: make EC support compile-time conditional")
Reported-by: Xiaotian Wu <[email protected]>
Tested-by: Binbin Zhou <[email protected]>
Signed-off-by: Huacai Chen <[email protected]>
Link: https://patch.msgid.link/[email protected]
[ rjw: Added Fixes: ]
Signed-off-by: Rafael J. Wysocki <[email protected]>1 parent 78d4f34 commit 0674188
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments