ar71xx: refresh 3.2 patches
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / patches-3.2 / 011-MIPS-ath79-Add-config-symbol-for-the-AR933X-SoCs.patch
1 From 7ab361d321763ef6296f35eb18ae05be8e28e64a Mon Sep 17 00:00:00 2001
2 From: Gabor Juhos <juhosg@openwrt.org>
3 Date: Mon, 20 Jun 2011 21:26:08 +0200
4 Subject: [PATCH 11/27] MIPS: ath79: Add config symbol for the AR933X SoCs
5
6 Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
7 Cc: linux-mips@linux-mips.org
8 Cc: Kathy Giori <kgiori@qca.qualcomm.com>
9 Cc: "Luis R. Rodriguez" <rodrigue@qca.qualcomm.com>
10 Patchwork: https://patchwork.linux-mips.org/patch/2525/
11 Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
12 ---
13 arch/mips/ath79/Kconfig | 3 +++
14 1 files changed, 3 insertions(+), 0 deletions(-)
15
16 --- a/arch/mips/ath79/Kconfig
17 +++ b/arch/mips/ath79/Kconfig
18 @@ -41,6 +41,9 @@ config SOC_AR913X
19 select USB_ARCH_HAS_EHCI
20 def_bool n
21
22 +config SOC_AR933X
23 + def_bool n
24 +
25 config ATH79_DEV_AR913X_WMAC
26 depends on SOC_AR913X
27 def_bool n