From: Stijn Tintel Date: Tue, 5 Feb 2019 00:25:22 +0000 (+0200) Subject: kernel: add kmod-iio-ccs811 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=e03deb8cae83a1cd465b4efc5b572525b0ac74c7;p=openwrt%2Fstaging%2Fjogo.git kernel: add kmod-iio-ccs811 This module supports the AMS CCS811 VOC sensor. Tested on Raspberry Pi Zero W and ODROID C2. Signed-off-by: Stijn Tintel --- diff --git a/package/kernel/linux/modules/iio.mk b/package/kernel/linux/modules/iio.mk index fe682b3100..44a4806b34 100644 --- a/package/kernel/linux/modules/iio.mk +++ b/package/kernel/linux/modules/iio.mk @@ -200,6 +200,23 @@ endef $(eval $(call KernelPackage,iio-htu21)) +define KernelPackage/iio-ccs811 + SUBMENU:=$(IIO_MENU) + DEPENDS:=+kmod-i2c-core +kmod-iio-core + TITLE:=AMS CCS811 VOC sensor + KCONFIG:= \ + CONFIG_CCS811 + FILES:= $(LINUX_DIR)/drivers/iio/chemical/ccs811.ko + AUTOLOAD:=$(call AutoLoad,56,ccs811) +endef + +define KernelPackage/iio-ccs811/description + Support for the AMS CCS811 VOC (Volatile Organic Compounds) sensor +endef + +$(eval $(call KernelPackage,iio-ccs811)) + + define KernelPackage/iio-si7020 SUBMENU:=$(IIO_MENU) DEPENDS:=+kmod-i2c-core +kmod-iio-core