diff options
author | Huacai Chen <chenhc@lemote.com> | 2015-03-29 10:54:09 +0800 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-04-01 17:22:17 +0200 |
commit | 64f09aa967e1a6effdffcbf14c912ec5f9e3715e (patch) | |
tree | 3c776ec46700b0de7bcbcb38dd2d3f2a0d3726c7 /drivers/platform/Kconfig | |
parent | f14ceff75545f9a1e62430fe9cc796208569b972 (diff) | |
download | talos-obmc-linux-64f09aa967e1a6effdffcbf14c912ec5f9e3715e.tar.gz talos-obmc-linux-64f09aa967e1a6effdffcbf14c912ec5f9e3715e.zip |
MIPS: Loongson-3: Add CPU Hwmon platform driver
This add CPU Hwmon (temperature sensor) platform driver for Loongson-3.
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/9617/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers/platform/Kconfig')
-rw-r--r-- | drivers/platform/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/platform/Kconfig b/drivers/platform/Kconfig index 09fde58b12e0..0adccbf5c83f 100644 --- a/drivers/platform/Kconfig +++ b/drivers/platform/Kconfig @@ -1,6 +1,9 @@ if X86 source "drivers/platform/x86/Kconfig" endif +if MIPS +source "drivers/platform/mips/Kconfig" +endif if GOLDFISH source "drivers/platform/goldfish/Kconfig" endif |