diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-06-20 21:26:08 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-12-07 22:02:46 +0000 |
commit | 2c048303d6fac960dc2deaeae764a3403aa97f3b (patch) | |
tree | 78940be6f5fb6bae5d9250e328a5a66d5bf841d6 /arch/mips/ath79/Kconfig | |
parent | fdfbcf4705e0b01d90112d6cfa5deec6484ec11b (diff) | |
download | talos-obmc-linux-2c048303d6fac960dc2deaeae764a3403aa97f3b.tar.gz talos-obmc-linux-2c048303d6fac960dc2deaeae764a3403aa97f3b.zip |
MIPS: ath79: Add config symbol for the AR933X SoCs
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Cc: linux-mips@linux-mips.org
Cc: Kathy Giori <kgiori@qca.qualcomm.com>
Cc: "Luis R. Rodriguez" <rodrigue@qca.qualcomm.com>
Patchwork: https://patchwork.linux-mips.org/patch/2525/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/ath79/Kconfig')
-rw-r--r-- | 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 af01669ba665..90edf27609e8 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 |