diff options
Diffstat (limited to 'target/linux/brcm2708/modules/spi.mk')
-rw-r--r-- | target/linux/brcm2708/modules/spi.mk | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/target/linux/brcm2708/modules/spi.mk b/target/linux/brcm2708/modules/spi.mk deleted file mode 100644 index eaddbadf6f..0000000000 --- a/target/linux/brcm2708/modules/spi.mk +++ /dev/null @@ -1,43 +0,0 @@ -# -# Copyright (C) 2019 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -define KernelPackage/spi-bcm2835 - SUBMENU:=$(SPI_MENU) - TITLE:=BCM2835 SPI controller driver - KCONFIG:=\ - CONFIG_SPI=y \ - CONFIG_SPI_BCM2835 \ - CONFIG_SPI_MASTER=y - FILES:=$(LINUX_DIR)/drivers/spi/spi-bcm2835.ko - AUTOLOAD:=$(call AutoLoad,89,spi-bcm2835) - DEPENDS:=@TARGET_brcm2708 -endef - -define KernelPackage/spi-bcm2835/description - This package contains the Broadcom 2835 SPI master controller driver -endef - -$(eval $(call KernelPackage,spi-bcm2835)) - - -define KernelPackage/spi-bcm2835-aux - SUBMENU:=$(SPI_MENU) - TITLE:=BCM2835 Aux SPI controller driver - KCONFIG:=\ - CONFIG_SPI=y \ - CONFIG_SPI_BCM2835AUX \ - CONFIG_SPI_MASTER=y - FILES:=$(LINUX_DIR)/drivers/spi/spi-bcm2835aux.ko - AUTOLOAD:=$(call AutoLoad,89,spi-bcm2835aux) - DEPENDS:=@TARGET_brcm2708 -endef - -define KernelPackage/spi-bcm2835-aux/description - This package contains the Broadcom 2835 Aux SPI master controller driver -endef - -$(eval $(call KernelPackage,spi-bcm2835-aux)) |