diff options
author | Huacai Chen <chenhc@lemote.com> | 2015-03-29 10:54:10 +0800 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-04-01 17:22:18 +0200 |
commit | 9c057b3e02184b111d3392be75efc7c94f0fdf20 (patch) | |
tree | e0c440e8fed559159521f72dc128a69fa09b61bb /drivers/platform/mips/Kconfig | |
parent | 64f09aa967e1a6effdffcbf14c912ec5f9e3715e (diff) | |
download | linux-stable-9c057b3e02184b111d3392be75efc7c94f0fdf20.tar.gz linux-stable-9c057b3e02184b111d3392be75efc7c94f0fdf20.tar.bz2 linux-stable-9c057b3e02184b111d3392be75efc7c94f0fdf20.zip |
MIPS: Loongson-3: Add chipset ACPI platform driver
This add south-bridge (SB700/SB710/SB800 chipset) ACPI platform driver
for Loongson-3. This will be used by EC (Embedded Controller, used by
laptops) driver and STR (Suspend To RAM).
[ralf@linux-mips.org: Fix build error if !CONFIG_CPU_LOONGSON3. Build
doesn't like it if no obj-* variable is defined at all in a Makefile.
Obviously this has not been tested on other platforms.]
Signed-off-by: Huacai Chen <chenhc@lemote.com>
Cc: Steven J. Hill <Steven.Hill@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: Fuxin Zhang <zhangfx@lemote.com>
Cc: Zhangjin Wu <wuzhangjin@gmail.com>
Patchwork: https://patchwork.linux-mips.org/patch/9619/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers/platform/mips/Kconfig')
-rw-r--r-- | drivers/platform/mips/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/platform/mips/Kconfig b/drivers/platform/mips/Kconfig index b3ae30a4c67b..125e569017be 100644 --- a/drivers/platform/mips/Kconfig +++ b/drivers/platform/mips/Kconfig @@ -15,6 +15,10 @@ menuconfig MIPS_PLATFORM_DEVICES if MIPS_PLATFORM_DEVICES +config MIPS_ACPI + bool + default y if LOONGSON_MACH3X + config CPU_HWMON tristate "Loongson CPU HWMon Driver" depends on LOONGSON_MACH3X |