1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:41:38 +03:00

bcm63xx: bcm63xx-spi does not depend on spi-bitbang

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32594 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jogo 2012-07-03 21:42:17 +00:00
parent 4f860c88aa
commit c94a6d0b71

View File

@ -8,7 +8,7 @@
define KernelPackage/bcm63xx-spi
SUBMENU:=$(SPI_MENU)
TITLE:=Broadcom BCM63xx SPI driver
DEPENDS:=@TARGET_brcm63xx +kmod-spi-bitbang
DEPENDS:=@TARGET_brcm63xx
KCONFIG:=CONFIG_SPI_BCM63XX
FILES:=$(LINUX_DIR)/drivers/spi/spi-bcm63xx.ko
AUTOLOAD:=$(call AutoLoad,92,spi-bcm63xx)