diff options
author | Andrew Lunn <[email protected]> | 2014-08-30 18:46:08 +0200 |
---|---|---|
committer | Jason Cooper <[email protected]> | 2014-09-09 14:39:21 +0000 |
commit | 575be653f887601d3f656f7e951e34ecf66da5ec (patch) | |
tree | d9356060a7ec916077d2e13f4f5ffeb96a9556bf | |
parent | 4efded056ec03b5b1b2d494588514edab2528757 (diff) |
thermal: Remove ARCH_KIRKWOOD dependency
mach-kirkwood has been removed, now that kirkwood lives in mach-mvebu.
Depend on MACH_KIRKWOOD, which will be set when kirkwood is built as
part of ARCH_MVEBU.
Signed-off-by: Andrew Lunn <[email protected]>
Cc: Zhang Rui <[email protected]>
Cc: [email protected]
Acked-by: Eduardo Valentin <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Jason Cooper <[email protected]>
-rw-r--r-- | drivers/thermal/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index 693208eb9047..ef5587fe2c69 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -143,7 +143,7 @@ config RCAR_THERMAL config KIRKWOOD_THERMAL tristate "Temperature sensor on Marvell Kirkwood SoCs" - depends on ARCH_KIRKWOOD || MACH_KIRKWOOD + depends on MACH_KIRKWOOD depends on OF help Support for the Kirkwood thermal sensor driver into the Linux thermal |