diff options
author | Felix Fietkau <nbd@nbd.name> | 2018-02-07 14:28:47 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2018-02-09 10:29:07 +0100 |
commit | 02191389d56bbff968f47f980b8ec73a77aa54b0 (patch) | |
tree | 25c1c9963932eb9d79c151aab6d6c62ea053ec2a /package/kernel | |
parent | f997a6ab260a747e227edaefe02a099b48565c59 (diff) | |
download | upstream-02191389d56bbff968f47f980b8ec73a77aa54b0.tar.gz upstream-02191389d56bbff968f47f980b8ec73a77aa54b0.tar.bz2 upstream-02191389d56bbff968f47f980b8ec73a77aa54b0.zip |
kernel: remove kmod-spi-gpio-old
It is unused and has been deprecated for a long time
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/linux/modules/spi.mk | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/package/kernel/linux/modules/spi.mk b/package/kernel/linux/modules/spi.mk index 1c2a789fed..01dc7dc7e6 100644 --- a/package/kernel/linux/modules/spi.mk +++ b/package/kernel/linux/modules/spi.mk @@ -43,22 +43,6 @@ endef $(eval $(call KernelPackage,spi-bitbang)) -define KernelPackage/spi-gpio-old - SUBMENU:=$(SPI_MENU) - TITLE:=Old GPIO based bitbanging SPI controller (DEPRECATED) - DEPENDS:=@GPIO_SUPPORT +kmod-spi-bitbang - KCONFIG:=CONFIG_SPI_GPIO_OLD - FILES:=$(LINUX_DIR)/drivers/spi/spi_gpio_old.ko - AUTOLOAD:=$(call AutoProbe,spi_gpio_old) -endef - -define KernelPackage/spi-gpio-old/description - This package contains the GPIO based bitbanging SPI controller driver -endef - -$(eval $(call KernelPackage,spi-gpio-old)) - - define KernelPackage/spi-gpio SUBMENU:=$(SPI_MENU) TITLE:=GPIO-based bitbanging SPI Master |