brcm2708: package the SPI master controller driver
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37234
This commit is contained in:
parent
7fb9279359
commit
c263d5725b
1 changed files with 19 additions and 0 deletions
|
@ -38,3 +38,22 @@ define KernelPackage/random-bcm2708/description
|
|||
endef
|
||||
|
||||
$(eval $(call KernelPackage,random-bcm2708))
|
||||
|
||||
|
||||
define KernelPackage/spi-bcm2708
|
||||
SUBMENU:=$(SPI_MENU)
|
||||
TITLE:=BCM2708 SPI controller driver (SPI0)
|
||||
KCONFIG:=CONFIG_SPI_BCM2708 \
|
||||
CONFIG_SPI=y \
|
||||
CONFIG_SPI_MASTER=y \
|
||||
CONFIG_BCM2708_SPIDEV=y
|
||||
FILES:=$(LINUX_DIR)/drivers/spi/spi-bcm2708.ko
|
||||
AUTOLOAD:=$(call AutoLoad,89,spi-bcm2708)
|
||||
DEPENDS:=@TARGET_brcm2708
|
||||
endef
|
||||
|
||||
define KernelPackage/spi-bcm2708/description
|
||||
This package contains the Broadcom 2708 SPI master controller driver
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,spi-bcm2708))
|
||||
|
|
Loading…
Reference in a new issue