kernel: kmod-iio-bmp280: allow compile with kernel 4.14
This package also compiles with kernel 4.14. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
36f83dbc41
commit
b0b9ec8e54
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ $(eval $(call KernelPackage,iio-dht11))
|
|||
define KernelPackage/iio-bmp280
|
||||
SUBMENU:=$(IIO_MENU)
|
||||
TITLE:=BMP180/BMP280/BME280 pressure/temperatur sensor
|
||||
DEPENDS:=@LINUX_4_9 +kmod-iio-core +kmod-regmap
|
||||
DEPENDS:=@(LINUX_4_9||LINUX_4_14) +kmod-iio-core +kmod-regmap
|
||||
KCONFIG:=CONFIG_BMP280
|
||||
FILES:=$(LINUX_DIR)/drivers/iio/pressure/bmp280.ko
|
||||
endef
|
||||
|
|
Loading…
Reference in a new issue