From 679983941285babf6236613cc1502ecc1b03cf80 Mon Sep 17 00:00:00 2001 From: mb Date: Tue, 10 Feb 2009 16:55:38 +0000 Subject: Deprecate the old SPI-GPIO driver. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14464 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/modules/other.mk | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'package/kernel') diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index fd1093660..063096fe9 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -690,20 +690,20 @@ endef $(eval $(call KernelPackage,spi-bitbang)) -define KernelPackage/spi-gpio +define KernelPackage/spi-gpio-old SUBMENU:=$(OTHER_MENU) - TITLE:=GPIO based bitbanging SPI controller + TITLE:=Old GPIO based bitbanging SPI controller (DEPRECATED) DEPENDS:=@GPIO_SUPPORT +kmod-spi-bitbang - KCONFIG:=CONFIG_SPI_GPIO - FILES:=$(LINUX_DIR)/drivers/spi/spi_gpio.$(LINUX_KMOD_SUFFIX) - AUTOLOAD:=$(call AutoLoad,92,spi_gpio) + KCONFIG:=CONFIG_SPI_GPIO_OLD + FILES:=$(LINUX_DIR)/drivers/spi/spi_gpio_old.$(LINUX_KMOD_SUFFIX) + AUTOLOAD:=$(call AutoLoad,92,spi_gpio_old) endef -define KernelPackage/spi-gpio/description +define KernelPackage/spi-gpio-old/description This package contains the GPIO based bitbanging SPI controller driver endef -$(eval $(call KernelPackage,spi-gpio)) +$(eval $(call KernelPackage,spi-gpio-old)) define KernelPackage/spi-dev SUBMENU:=$(OTHER_MENU) -- cgit v1.2.3