In preparation for the AR724x PCIe bus code, make the AR71xx PCI bus
glue require 'device ar71xx_pci' . Users of the AR71xx board configs will now require this for functioning PCI: device pci device ar71xx_pci
This commit is contained in:
parent
d085528d04
commit
af0167995c
@ -5,7 +5,7 @@ mips/atheros/ar71xx_gpio.c optional gpio
|
||||
mips/atheros/ar71xx_machdep.c standard
|
||||
mips/atheros/ar71xx_ehci.c optional ehci
|
||||
mips/atheros/ar71xx_ohci.c optional ohci
|
||||
mips/atheros/ar71xx_pci.c optional pci
|
||||
mips/atheros/ar71xx_pci.c optional ar71xx_pci pci
|
||||
mips/atheros/ar71xx_pci_bus_space.c optional pci
|
||||
mips/atheros/ar71xx_spi.c optional ar71xx_spi
|
||||
mips/atheros/pcf2123_rtc.c optional pcf2123_rtc ar71xx_spi
|
||||
|
@ -45,6 +45,7 @@ options BOOTP_COMPAT
|
||||
options ROOTDEVNAME=\"nfs:192.168.10.1:/mnt/bsd\"
|
||||
|
||||
device pci
|
||||
device ar71xx_pci
|
||||
|
||||
# Wireless NIC cards
|
||||
options IEEE80211_DEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user