kernel: hwmon: add dme1737 driver
SMSC DME1737, SCH3112, SCH3114, SCH3116, SCH5027 monitoring support Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
This commit is contained in:
parent
97af28d23e
commit
8f342a39de
@ -77,6 +77,22 @@ endef
|
|||||||
$(eval $(call KernelPackage,hwmon-adt7475))
|
$(eval $(call KernelPackage,hwmon-adt7475))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/hwmon-dme1737
|
||||||
|
TITLE:=SMSC DME1737 and compatible monitoring support
|
||||||
|
KCONFIG:=CONFIG_SENSORS_DME1737
|
||||||
|
FILES:= \
|
||||||
|
$(LINUX_DIR)/drivers/hwmon/dme1737.ko
|
||||||
|
AUTOLOAD:=$(call AutoProbe,dme1737)
|
||||||
|
$(call AddDepends/hwmon,+kmod-i2c-core +kmod-hwmon-vid)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/hwmon-dme1737/description
|
||||||
|
SMSC DME1737, SCH3112, SCH3114, SCH3116, SCH5027 monitoring support
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,hwmon-dme1737))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/hwmon-drivetemp
|
define KernelPackage/hwmon-drivetemp
|
||||||
TITLE:=Hard disk drives with temperature sensor
|
TITLE:=Hard disk drives with temperature sensor
|
||||||
KCONFIG:=CONFIG_SENSORS_DRIVETEMP
|
KCONFIG:=CONFIG_SENSORS_DRIVETEMP
|
||||||
|
Loading…
Reference in New Issue
Block a user