summaryrefslogtreecommitdiff
path: root/package/kernel/modules/other.mk
diff options
context:
space:
mode:
authorMichael Büsch <mb@bu3sch.de>2009-02-10 16:55:38 +0000
committerMichael Büsch <mb@bu3sch.de>2009-02-10 16:55:38 +0000
commit335117b87c7f983d19b6e6ed0e579722f45911d7 (patch)
treece99570f1b21f5b70d6ca18adbe758619b82cf9a /package/kernel/modules/other.mk
parent8708c1f09228d56d9fa0b698765102a3160674b2 (diff)
downloadmtk-20170518-335117b87c7f983d19b6e6ed0e579722f45911d7.zip
mtk-20170518-335117b87c7f983d19b6e6ed0e579722f45911d7.tar.gz
mtk-20170518-335117b87c7f983d19b6e6ed0e579722f45911d7.tar.bz2
Deprecate the old SPI-GPIO driver.
SVN-Revision: 14464
Diffstat (limited to 'package/kernel/modules/other.mk')
-rw-r--r--package/kernel/modules/other.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index fd10936..063096f 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)