|
|
|
@ -127,7 +127,7 @@ define KernelPackage/hwmon-lm63 |
|
|
|
|
KCONFIG:=CONFIG_SENSORS_LM63
|
|
|
|
|
FILES:=$(LINUX_DIR)/drivers/hwmon/lm63.ko
|
|
|
|
|
AUTOLOAD:=$(call AutoProbe,lm63)
|
|
|
|
|
$(call AddDepends/hwmon,+kmod-i2c-core)
|
|
|
|
|
$(call AddDepends/hwmon,+kmod-i2c-core +kmod-regmap)
|
|
|
|
|
endef |
|
|
|
|
|
|
|
|
|
define KernelPackage/hwmon-lm63/description |
|
|
|
@ -142,7 +142,7 @@ define KernelPackage/hwmon-lm75 |
|
|
|
|
KCONFIG:=CONFIG_SENSORS_LM75
|
|
|
|
|
FILES:=$(LINUX_DIR)/drivers/hwmon/lm75.ko
|
|
|
|
|
AUTOLOAD:=$(call AutoProbe,lm75)
|
|
|
|
|
$(call AddDepends/hwmon,+kmod-i2c-core +PACKAGE_kmod-thermal:kmod-thermal)
|
|
|
|
|
$(call AddDepends/hwmon,+kmod-i2c-core +PACKAGE_kmod-thermal:kmod-thermal +kmod-regmap)
|
|
|
|
|
endef |
|
|
|
|
|
|
|
|
|
define KernelPackage/hwmon-lm75/description |
|
|
|
@ -318,7 +318,7 @@ define KernelPackage/hwmon-tmp102 |
|
|
|
|
KCONFIG:=CONFIG_SENSORS_TMP102
|
|
|
|
|
FILES:=$(LINUX_DIR)/drivers/hwmon/tmp102.ko
|
|
|
|
|
AUTOLOAD:=$(call AutoProbe,tmp102)
|
|
|
|
|
$(call AddDepends/hwmon,+kmod-i2c-core +PACKAGE_kmod-thermal:kmod-thermal)
|
|
|
|
|
$(call AddDepends/hwmon,+kmod-i2c-core +PACKAGE_kmod-thermal:kmod-thermal +kmod-regmap)
|
|
|
|
|
endef |
|
|
|
|
|
|
|
|
|
define KernelPackage/hwmon-tmp102/description |
|
|
|
|