diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-03-14 10:45:28 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-05-15 17:49:10 +0200 |
commit | 574d6e70ea25a8d5dd4b77464ae7314d40f1caf2 (patch) | |
tree | 1dac845bb3d649a63bfb5b0bf79ae24d95b8e6c7 /arch/mips/ath79/Kconfig | |
parent | 9800bdc797b12835e1e36ebe8b82874c606bc11d (diff) | |
download | linux-stable-574d6e70ea25a8d5dd4b77464ae7314d40f1caf2.tar.gz linux-stable-574d6e70ea25a8d5dd4b77464ae7314d40f1caf2.tar.bz2 linux-stable-574d6e70ea25a8d5dd4b77464ae7314d40f1caf2.zip |
MIPS: ath79: add WMAC registration code for AR934X
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Acked-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com>
Cc: linux-mips@linux-mips.org
Cc: mcgrof@infradead.org
Patchwork: https://patchwork.linux-mips.org/patch/3513/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/ath79/Kconfig')
-rw-r--r-- | arch/mips/ath79/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/ath79/Kconfig b/arch/mips/ath79/Kconfig index 7db8e8903a7b..5fa3d7b2b716 100644 --- a/arch/mips/ath79/Kconfig +++ b/arch/mips/ath79/Kconfig @@ -86,7 +86,7 @@ config ATH79_DEV_USB def_bool n config ATH79_DEV_WMAC - depends on (SOC_AR913X || SOC_AR933X) + depends on (SOC_AR913X || SOC_AR933X || SOC_AR934X) def_bool n endif |