diff options
author | Sergey Ryazanov <ryazanov.s.a@gmail.com> | 2014-10-29 02:18:39 +0300 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-11-24 09:45:26 +0300 |
commit | 3b12308f3337c09b424a2b9cf73c2c06521abe7e (patch) | |
tree | 05c5ac8b34e1036d1d340a7817f92452a5dd3da9 /arch/mips/ath25/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/ath25/Kconfig')
-rw-r--r-- | arch/mips/ath25/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/ath25/Kconfig b/arch/mips/ath25/Kconfig new file mode 100644 index 000000000000..cf933ea38044 --- /dev/null +++ b/arch/mips/ath25/Kconfig @@ -0,0 +1,4 @@ +config SOC_AR5312 + bool "Atheros AR5312/AR2312+ SoC support" + depends on ATH25 + default y |