mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
kernel/modules: Aosong AM2315/AM2320 IIO kernel module support enabled.
Signed-off-by: Roman Bazalevskiy <rvb@rvb.name>
This commit is contained in:
parent
858a8acf3e
commit
47e7a3904d
@ -52,6 +52,19 @@ endef
|
|||||||
|
|
||||||
$(eval $(call KernelPackage,iio-ad799x))
|
$(eval $(call KernelPackage,iio-ad799x))
|
||||||
|
|
||||||
|
define KernelPackage/iio-am2315
|
||||||
|
SUBMENU:=$(IIO_MENU)
|
||||||
|
DEPENDS:=+kmod-i2c-core +kmod-iio-core
|
||||||
|
TITLE:=Asong AM2315 humidity/temperature sensor
|
||||||
|
KCONFIG:= CONFIG_AM2315
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/iio/humidity/am2315.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,56,am2315)
|
||||||
|
endef
|
||||||
|
define KernelPackage/iio-am2315/description
|
||||||
|
Aosong AM2315 humidity/temperature sensor (I2C bus)
|
||||||
|
endef
|
||||||
|
$(eval $(call KernelPackage,iio-am2315))
|
||||||
|
|
||||||
define KernelPackage/iio-mxs-lradc
|
define KernelPackage/iio-mxs-lradc
|
||||||
SUBMENU:=$(IIO_MENU)
|
SUBMENU:=$(IIO_MENU)
|
||||||
DEPENDS:=@TARGET_mxs +kmod-iio-core
|
DEPENDS:=@TARGET_mxs +kmod-iio-core
|
||||||
|
Loading…
x
Reference in New Issue
Block a user