kernel: Deactivate *-gpio-custom drivers for 4.19
[openwrt/openwrt.git] / package / kernel / spi-gpio-custom / Makefile
index 19aef20ed2f7338fa2d995206c8062075b2f00df..b0da3db188c0b6c0c04b726daadb034cc5aade0c 100644 (file)
@@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/package.mk
 define KernelPackage/spi-gpio-custom
   SUBMENU:=SPI Support
   TITLE:=Custom GPIO-based SPI device
-  DEPENDS:=@GPIO_SUPPORT +kmod-spi-bitbang +kmod-spi-gpio +kmod-spi-dev
+  DEPENDS:=@GPIO_SUPPORT +kmod-spi-bitbang +kmod-spi-gpio +kmod-spi-dev @!LINUX_4_19
   FILES:=$(PKG_BUILD_DIR)/spi-gpio-custom.ko
   KCONFIG:=
 endef