| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH 08/13] MIPS: ath79: add config symbol for the AR933X SoCs |
| From: | Gabor Juhos <juhosg@openwrt.org> |
| Date: | Mon, 20 Jun 2011 21:26:08 +0200 |
| Cc: | linux-mips@linux-mips.org, Kathy Giori <kgiori@qca.qualcomm.com>, "Luis R. Rodriguez" <rodrigue@qca.qualcomm.com>, Gabor Juhos <juhosg@openwrt.org> |
| In-reply-to: | <1308597973-6037-1-git-send-email-juhosg@openwrt.org> |
| References: | <1308597973-6037-1-git-send-email-juhosg@openwrt.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
---
arch/mips/ath79/Kconfig | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/arch/mips/ath79/Kconfig b/arch/mips/ath79/Kconfig
index af01669..90edf276 100644
--- a/arch/mips/ath79/Kconfig
+++ b/arch/mips/ath79/Kconfig
@@ -41,6 +41,9 @@ config SOC_AR913X
select USB_ARCH_HAS_EHCI
def_bool n
+config SOC_AR933X
+ def_bool n
+
config ATH79_DEV_AR913X_WMAC
depends on SOC_AR913X
def_bool n
--
1.7.2.1
|
| Previous by Date: | [PATCH 07/13] MIPS: ath79: add AR933X specific GPIO initialization, Gabor Juhos |
|---|---|
| Next by Date: | [PATCH 11/13] serial: add driver for the built-in UART of the AR933X SoC, Gabor Juhos |
| Previous by Thread: | [PATCH 07/13] MIPS: ath79: add AR933X specific GPIO initialization, Gabor Juhos |
| Next by Thread: | [PATCH 11/13] serial: add driver for the built-in UART of the AR933X SoC, Gabor Juhos |
| Indexes: | [Date] [Thread] [Top] [All Lists] |