diff options
author | Sergey Ryazanov <ryazanov.s.a@gmail.com> | 2014-10-28 23:18:39 (GMT) |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-11-24 06:45:26 (GMT) |
commit | 3b12308f3337c09b424a2b9cf73c2c06521abe7e (patch) | |
tree | 05c5ac8b34e1036d1d340a7817f92452a5dd3da9 /arch/mips/Kconfig | |
parent | 43cc739fd98b8c517ad45756d869f866e746ba04 (diff) | |
download | linux-3b12308f3337c09b424a2b9cf73c2c06521abe7e.tar.xz |
MIPS: ath25: add basic AR5312 SoC support
Add basic support for Atheros AR5312/AR2312 SoCs: registers definition
file and initial setup code.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
Cc: Linux MIPS <linux-mips@linux-mips.org>
Patchwork: https://patchwork.linux-mips.org/patch/8238/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 7db1bfb..4b5a3b9 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -877,6 +877,7 @@ config MIPS_PARAVIRT endchoice source "arch/mips/alchemy/Kconfig" +source "arch/mips/ath25/Kconfig" source "arch/mips/ath79/Kconfig" source "arch/mips/bcm47xx/Kconfig" source "arch/mips/bcm63xx/Kconfig" |