Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 569ff102 authored by Hans de Goede's avatar Hans de Goede Committed by Mark M. Hoffman
Browse files

hwmon: Add new combined driver for FSC chips



This patch adds a new merged driver for FSC sensor chips, it merges the fscher
and fscpos drivers and adds support for the FSC Scylla, Heracles and Heimdall
chips.

Signed-off-by: default avatarHans de Goede <j.w.r.degoede@hhs.nl>
Acked-by: default avatarJean Delvare <khali@linux-fr.org>
Signed-off-by: default avatarMark M. Hoffman <mhoffman@lightlink.com>
parent 4cfdbe7f
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -266,6 +266,20 @@ config SENSORS_FSCPOS
	  This driver can also be built as a module.  If so, the module
	  will be called fscpos.

config SENSORS_FSCHMD
	tristate "FSC Poseidon, Scylla, Hermes, Heimdall and Heracles"
	depends on X86 && I2C && EXPERIMENTAL
	help
	  If you say yes here you get support for various Fujitsu Siemens
	  Computers sensor chips.

	  This is a new merged driver for FSC sensor chips which is intended
	  as a replacment for the fscpos, fscscy and fscher drivers and adds
	  support for several other FCS sensor chips.

	  This driver can also be built as a module.  If so, the module
	  will be called fschmd.

config SENSORS_GL518SM
	tristate "Genesys Logic GL518SM"
	depends on I2C
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ obj-$(CONFIG_SENSORS_F71805F) += f71805f.o
obj-$(CONFIG_SENSORS_F71882FG)	+= f71882fg.o
obj-$(CONFIG_SENSORS_F75375S)	+= f75375s.o
obj-$(CONFIG_SENSORS_FSCHER)	+= fscher.o
obj-$(CONFIG_SENSORS_FSCHMD)	+= fschmd.o
obj-$(CONFIG_SENSORS_FSCPOS)	+= fscpos.o
obj-$(CONFIG_SENSORS_GL518SM)	+= gl518sm.o
obj-$(CONFIG_SENSORS_GL520SM)	+= gl520sm.o

drivers/hwmon/fschmd.c

0 → 100644
+778 −0

File added.

Preview size limit exceeded, changes collapsed.