From: Gabor Juhos Date: Tue, 12 Apr 2011 16:23:16 +0000 (+0200) Subject: ath9k: introduce ATH9K_{PCI,AHB} config options X-Git-Tag: v3.0-rc1~377^2~256^2^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e26a0303614e766f993b1ac4a5bfbf80436d9dd;p=pandora-kernel.git ath9k: introduce ATH9K_{PCI,AHB} config options Currently ath9k only available in menuconfig if PCI bus support is enabled. However the driver is required for the built-in wireless MACs of the Atheros AR9130/AR9132 SoCs. These SoCs have no PCI controller, the wireless MAC is connected to the AHB bus on them. Introduce separated config options for the supported buses, in order to allow building of ath9h without PCI bus support. As a bonus, this patch removes the cross-reference of the ATHEROS_AR71XX option which is not present in the kernel. Cc: Luis R. Rodriguez Cc: Vasanthakumar Thiagarajan Signed-off-by: Gabor Juhos Signed-off-by: John W. Linville --- Reading git-diff-tree failed