aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/i2c.mk
diff options
context:
space:
mode:
authorTomasz Maciej Nowak <tmn505@gmail.com>2022-06-20 14:48:19 +0200
committerChristian Lamparter <chunkeey@gmail.com>2022-06-24 17:10:24 +0200
commit9bad3451b66d0c01105851d1514ae1ee43d60160 (patch)
tree7f420e2d066369726245f98491d68a038452c001 /package/kernel/linux/modules/i2c.mk
parenta74a853d0d9c716bcaf1878eecbdc3860d28c88e (diff)
downloadupstream-9bad3451b66d0c01105851d1514ae1ee43d60160.tar.gz
upstream-9bad3451b66d0c01105851d1514ae1ee43d60160.tar.bz2
upstream-9bad3451b66d0c01105851d1514ae1ee43d60160.zip
kernel: clean-up after kernel 5.4 removal
These narrowments are no longer useful, since there's no lower version than 5.10 supported in tree. Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
Diffstat (limited to 'package/kernel/linux/modules/i2c.mk')
-rw-r--r--package/kernel/linux/modules/i2c.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/i2c.mk b/package/kernel/linux/modules/i2c.mk
index f429763227..15fd1ccddc 100644
--- a/package/kernel/linux/modules/i2c.mk
+++ b/package/kernel/linux/modules/i2c.mk
@@ -90,7 +90,7 @@ I2C_DWCORE_MODULES:= \
define KernelPackage/i2c-designware-core
$(call i2c_defaults,$(I2C_DWCORE_MODULES),58)
TITLE:=Synopsys DesignWare I2C core
- DEPENDS:=+kmod-i2c-core +!LINUX_5_4:kmod-regmap-core
+ DEPENDS:=+kmod-i2c-core +kmod-regmap-core
HIDDEN:=y
endef