kernel/modules: ROHM BH1750 ALS IIO kernel module support enabled.
Signed-off-by: Roman Bazalevsky <rvb@rvb.name>
This commit is contained in:
		 Roman Bazalevsky
					Roman Bazalevsky
				
			
				
					committed by
					
						 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
			
				
	
			
			
			 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
						parent
						
							392eea392c
						
					
				
				
					commit
					e26a55e749
				
			| @@ -52,6 +52,19 @@ endef | |||||||
|  |  | ||||||
| $(eval $(call KernelPackage,iio-ad799x)) | $(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 | define KernelPackage/iio-am2315 | ||||||
|   SUBMENU:=$(IIO_MENU) |   SUBMENU:=$(IIO_MENU) | ||||||
|   DEPENDS:=+kmod-i2c-core +kmod-iio-core |   DEPENDS:=+kmod-i2c-core +kmod-iio-core | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user