From: Roman Bazalevsky Date: Mon, 5 Nov 2018 02:27:30 +0000 (+0300) Subject: kernel/modules: ROHM BH1750 ALS IIO kernel module support enabled. X-Git-Tag: v19.07.0-rc1~2145 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=e26a55e7499c1601c5285f3e1be4da76e739f53d;p=openwrt%2Fopenwrt.git kernel/modules: ROHM BH1750 ALS IIO kernel module support enabled. Signed-off-by: Roman Bazalevsky --- diff --git a/package/kernel/linux/modules/iio.mk b/package/kernel/linux/modules/iio.mk index 510329ff3f..a2ce821e74 100644 --- a/package/kernel/linux/modules/iio.mk +++ b/package/kernel/linux/modules/iio.mk @@ -52,6 +52,19 @@ endef $(eval $(call KernelPackage,iio-ad799x)) +define KernelPackage/iio-bh1750 + SUBMENU:=$(IIO_MENU) + DEPENDS:=+kmod-i2c-core +kmod-iio-core + TITLE:=ROHM BH1750 ambient light sensor + KCONFIG:= CONFIG_BH1750 + FILES:=$(LINUX_DIR)/drivers/iio/light/bh1750.ko + AUTOLOAD:=$(call AutoLoad,56,bh1750) +endef +define KernelPackage/iio-bh1750/description + ROHM BH1750 ambient light sensor (i2c bus) +endef +$(eval $(call KernelPackage,iio-bh1750)) + define KernelPackage/iio-am2315 SUBMENU:=$(IIO_MENU) DEPENDS:=+kmod-i2c-core +kmod-iio-core