diff options
author | Sergey Ryazanov <ryazanov.s.a@gmail.com> | 2014-10-28 19:18:38 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-11-24 01:45:26 -0500 |
commit | 43cc739fd98b8c517ad45756d869f866e746ba04 (patch) | |
tree | c358c406d9e102d83da4e7f1951b09b8ecb0ac91 /arch/mips/Kconfig | |
parent | 484c344985ddf8e9ed12b8cf540eba0b1d869236 (diff) |
MIPS: ath25: add common parts
Add common code for Atheros AR5312 and Atheros AR2315 SoCs families.
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/8237
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 9e8317e9b567..7db1bfb80f0a 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -97,6 +97,18 @@ config AR7 | |||
97 | Support for the Texas Instruments AR7 System-on-a-Chip | 97 | Support for the Texas Instruments AR7 System-on-a-Chip |
98 | family: TNETD7100, 7200 and 7300. | 98 | family: TNETD7100, 7200 and 7300. |
99 | 99 | ||
100 | config ATH25 | ||
101 | bool "Atheros AR231x/AR531x SoC support" | ||
102 | select CEVT_R4K | ||
103 | select CSRC_R4K | ||
104 | select DMA_NONCOHERENT | ||
105 | select IRQ_CPU | ||
106 | select SYS_HAS_CPU_MIPS32_R1 | ||
107 | select SYS_SUPPORTS_BIG_ENDIAN | ||
108 | select SYS_SUPPORTS_32BIT_KERNEL | ||
109 | help | ||
110 | Support for Atheros AR231x and Atheros AR531x based boards | ||
111 | |||
100 | config ATH79 | 112 | config ATH79 |
101 | bool "Atheros AR71XX/AR724X/AR913X based boards" | 113 | bool "Atheros AR71XX/AR724X/AR913X based boards" |
102 | select ARCH_REQUIRE_GPIOLIB | 114 | select ARCH_REQUIRE_GPIOLIB |