summaryrefslogtreecommitdiff
path: root/drivers/platform/mips/Makefile
diff options
context:
space:
mode:
authorJiaxun Yang <jiaxun.yang@flygoat.com>2020-04-20 16:45:26 +0300
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2020-04-20 20:36:40 +0300
commit0cfd2440aa03ea3d4b04cc2565561cecadcb1257 (patch)
tree975f983b42ccc7f0a9278eb02854db3ba9805eb6 /drivers/platform/mips/Makefile
parenta746f50d69bf1cb13b17c1d0855471dc4c9fbd4f (diff)
downloadlinux-0cfd2440aa03ea3d4b04cc2565561cecadcb1257.tar.xz
MIPS: Loongson64: Make RS780E ACPI as a platform driver
Make RS780E ACPI as a platform driver so we can enable it by DeviceTree selectively. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'drivers/platform/mips/Makefile')
-rw-r--r--drivers/platform/mips/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/mips/Makefile b/drivers/platform/mips/Makefile
index be8146c20dc8..178149098777 100644
--- a/drivers/platform/mips/Makefile
+++ b/drivers/platform/mips/Makefile
@@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_CPU_HWMON) += cpu_hwmon.o
+obj-$(CONFIG_RS780E_ACPI) += rs780e-acpi.o