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:
Adrian Chadd 2011-04-30 11:28:21 +00:00
parent d085528d04
commit af0167995c
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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