All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch v1] drivers/platform/x86: select hwmon for Mellanox hotplug driver in Kconfig
@ 2016-10-23 12:45 vadimp
  2016-10-23 14:51 ` Darren Hart
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: vadimp @ 2016-10-23 12:45 UTC (permalink / raw)
  To: dvhart, fengguang.wu
  Cc: davem, geert, akpm, kvalo, gregkh, mchehab, linux, linux-kernel,
	platform-driver-x86, jiri, andriy.shevchenko, Vadim Pasternak

From: Vadim Pasternak <vadimp@mellanox.com>

Add select HWMON for mlxcpld-hotplug driver config, since it requires
hwmon APIs.

Signed-off-by: Vadim Pasternak <vadimp@mellanox.com>
---
 drivers/platform/x86/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index 65d9b04..1853769 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -1032,6 +1032,7 @@ config MLX_CPLD_PLATFORM
 	tristate "Mellanox platform hotplug driver support"
 	default n
 	depends on MLX_PLATFORM
+	select HWMON
 	select I2C
 	---help---
 	  This driver handles hot-plug events for the power suppliers, power
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2016-10-24 18:10 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-23 12:45 [patch v1] drivers/platform/x86: select hwmon for Mellanox hotplug driver in Kconfig vadimp
2016-10-23 14:51 ` Darren Hart
2016-10-24  5:33   ` Vadim Pasternak
2016-10-24  5:33     ` Vadim Pasternak
2016-10-23 16:57 ` Randy Dunlap
2016-10-24  5:41   ` Vadim Pasternak
2016-10-24  5:41     ` Vadim Pasternak
2016-10-24 17:11     ` Randy Dunlap
2016-10-24 17:11       ` Randy Dunlap
2016-10-24 18:10       ` Darren Hart
2016-10-24 18:10         ` Darren Hart
2016-10-24  6:01   ` Vadim Pasternak
2016-10-24  6:01     ` Vadim Pasternak
2016-10-24  8:58 ` Andy Shevchenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.