diff options
author | John Crispin <blogic@openwrt.org> | 2013-04-12 06:27:37 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-05-08 01:19:10 +0200 |
commit | d99e19c799a6b48a5c6d733f5885862df5c77c70 (patch) | |
tree | 54a1a95ef0e0e18897d51ec8a182406073673de9 /arch/mips/ralink/Kconfig | |
parent | da5b4cfa541b5597ea9b6e8273289e4bf89141f4 (diff) |
DT: MIPS: ralink: add RT2880 dts files
Add a dtsi file for RT2880 SoC and a sample dts file.
Signed-off-by: John Crispin <blogic@openwrt.org>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Patchwork: http://patchwork.linux-mips.org/patch/5188/
Diffstat (limited to 'arch/mips/ralink/Kconfig')
-rw-r--r-- | arch/mips/ralink/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/ralink/Kconfig b/arch/mips/ralink/Kconfig index 86f6c7760536..2f6fbb809e51 100644 --- a/arch/mips/ralink/Kconfig +++ b/arch/mips/ralink/Kconfig @@ -34,6 +34,10 @@ choice config DTB_RT_NONE bool "None" + config DTB_RT2880_EVAL + bool "RT2880 eval kit" + depends on SOC_RT288X + config DTB_RT305X_EVAL bool "RT305x eval kit" depends on SOC_RT305X |