[brcm63xx] compile and register SPI controller device

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14789 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Florian Fainelli 2009-03-08 12:18:26 +00:00
parent 9fb383ef35
commit 2c319b5f1f
2 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@ obj-y += dev-usb-ohci.o
obj-y += dev-usb-ehci.o
obj-y += dev-enet.o
obj-y += dev-wdt.o
obj-y += dev-spi.o
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
obj-y += boards/

View File

@ -27,6 +27,7 @@
#include <bcm63xx_dev_pcmcia.h>
#include <bcm63xx_dev_usb_ohci.h>
#include <bcm63xx_dev_usb_ehci.h>
#include <bcm63xx_dev_spi.h>
#include <board_bcm963xx.h>
#define PFX "board_bcm963xx: "
@ -482,6 +483,7 @@ int __init board_register_devices(void)
bcm63xx_uart_register();
bcm63xx_wdt_register();
bcm63xx_spi_register();
if (board.has_pccard)
bcm63xx_pcmcia_register();