From: Luis R. Rodriguez Date: Fri, 13 Nov 2009 20:04:20 +0000 (-0800) Subject: config.mk: add support for CONFIG_ATH9K_COMMON X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8c639fe2630c0cfa553d289ccb190dd9467ffe4a;p=openwrt%2Fstaging%2Fblogic.git config.mk: add support for CONFIG_ATH9K_COMMON For now this is under PCI but later on once we add ath9k_htc we'll need to move this under a bus agnostic area. Signed-off-by: Luis R. Rodriguez --- diff --git a/config.mk b/config.mk index 8d4916e8660e..35d607883bca 100644 --- a/config.mk +++ b/config.mk @@ -150,6 +150,10 @@ CONFIG_ATH5K=m CONFIG_ATH5K_RFKILL=y CONFIG_ATH9K_HW=m CONFIG_ATH9K=m +# Note: once ath9k_htc is added we'll have to move +# CONFIG_ATH9K_COMMON to an area that doesn't depend on PCI +# as you could then have ath9k disabled but ath9k_htc enabled. +CONFIG_ATH9K_COMMON=m # CONFIG_ATH9K_DEBUG=y