summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau2010-12-02 10:27:16 +0100
committerJohn W. Linville2010-12-02 21:17:51 +0100
commita0b907ee2a71052fefdf6151764095f3f97b3275 (patch)
tree5fff68f446e400617e4d7c7f700eeebf4b7222dd /drivers/net/wireless/ath/ath5k/Makefile
parentath5k: Add initial registers values for radio RF2317 chip. (diff)
downloadkernel-qcow2-linux-a0b907ee2a71052fefdf6151764095f3f97b3275.tar.gz
kernel-qcow2-linux-a0b907ee2a71052fefdf6151764095f3f97b3275.tar.xz
kernel-qcow2-linux-a0b907ee2a71052fefdf6151764095f3f97b3275.zip
ath5k: Add AHB bus support.
AHB specific functions are now in ahb.c file. AHB bus is compiled in when CONFIG_ATHEROS_AR231X is set in kernel. All other platforms will use PCI bus. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/Makefile')
-rw-r--r--drivers/net/wireless/ath/ath5k/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath5k/Makefile b/drivers/net/wireless/ath/ath5k/Makefile
index dae881cd7dd1..67dd9fd0650e 100644
--- a/drivers/net/wireless/ath/ath5k/Makefile
+++ b/drivers/net/wireless/ath/ath5k/Makefile
@@ -15,5 +15,6 @@ ath5k-y += rfkill.o
ath5k-y += ani.o
ath5k-y += sysfs.o
ath5k-$(CONFIG_ATH5K_DEBUG) += debug.o
-ath5k-y += pci.o
+ath5k-$(CONFIG_ATH5K_AHB) += ahb.o
+ath5k-$(CONFIG_ATH5K_PCI) += pci.o
obj-$(CONFIG_ATH5K) += ath5k.o