kernel/modules: TI ADS1015 kernel module support enabled.
Signed-off-by: Roman Bazalevsky <rvb@rvb.name>
This commit is contained in:
parent
e26a55e749
commit
1f4f9b2116
1 changed files with 14 additions and 0 deletions
|
@ -29,6 +29,20 @@ define AddDepends/hwmon
|
||||||
DEPENDS:=kmod-hwmon-core $(1)
|
DEPENDS:=kmod-hwmon-core $(1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/hwmon-ads1015
|
||||||
|
TITLE:=Texas Instruments ADS1015
|
||||||
|
KCONFIG:= CONFIG_SENSORS_ADS1015
|
||||||
|
FILES:= $(LINUX_DIR)/drivers/hwmon/ads1015.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,60,ads1015)
|
||||||
|
$(call AddDepends/hwmon,+kmod-i2c-core)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/hwmon-ads1015/description
|
||||||
|
Kernel module for Texas Instruments ADS1015 Analog-to-Digital converter
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,hwmon-ads1015))
|
||||||
|
|
||||||
define KernelPackage/hwmon-adt7410
|
define KernelPackage/hwmon-adt7410
|
||||||
TITLE:=ADT7410 monitoring support
|
TITLE:=ADT7410 monitoring support
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
|
|
Loading…
Reference in a new issue