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>
This commit is contained in:
parent
f997a6ab26
commit
02191389d5
1 changed files with 0 additions and 16 deletions
|
@ -43,22 +43,6 @@ endef
|
||||||
$(eval $(call KernelPackage,spi-bitbang))
|
$(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
|
define KernelPackage/spi-gpio
|
||||||
SUBMENU:=$(SPI_MENU)
|
SUBMENU:=$(SPI_MENU)
|
||||||
TITLE:=GPIO-based bitbanging SPI Master
|
TITLE:=GPIO-based bitbanging SPI Master
|
||||||
|
|
Loading…
Reference in a new issue