summaryrefslogtreecommitdiff
path: root/arch/metag/Kconfig.soc
diff options
context:
space:
mode:
authorJames Hogan <james.hogan@imgtec.com>2012-12-05 16:32:10 +0000
committerJames Hogan <james.hogan@imgtec.com>2013-06-13 12:14:07 +0100
commitc24d2976c7834aa948f9d8a48ad4285cfbaf1c3a (patch)
tree2b2856ade9f09e73e6b7969800a21f544dfee270 /arch/metag/Kconfig.soc
parent8f74f52bb3d8596636614433faa067d73066a724 (diff)
metag: minimal TZ1090 (Comet) SoC infrastructure
Add really minimal support for Toumaz Xenif TZ1090 SoC (A.K.A. Comet). This consists of minimal build infrastructure, device tree files, and a defconfig based on meta2_defconfig. This SoC contains a 2-threaded HTP (Meta 2) as the main application processor, and is found in a number of development boards and digital radios, such as the Minimorph Development Platform. Signed-off-by: James Hogan <james.hogan@imgtec.com> Cc: Grant Likely <grant.likely@secretlab.ca> Cc: Rob Herring <rob.herring@calxeda.com> Cc: Rob Landley <rob@landley.net> Cc: Arnd Bergmann <arnd@arndb.de> Cc: linux-doc@vger.kernel.org Cc: devicetree-discuss@lists.ozlabs.org
Diffstat (limited to 'arch/metag/Kconfig.soc')
-rw-r--r--arch/metag/Kconfig.soc9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/metag/Kconfig.soc b/arch/metag/Kconfig.soc
index ec079cfb7c6a..653b47917caf 100644
--- a/arch/metag/Kconfig.soc
+++ b/arch/metag/Kconfig.soc
@@ -14,6 +14,15 @@ config META21_FPGA
help
This is a Meta 2.1 FPGA bitstream, just a bare CPU.
+config SOC_TZ1090
+ bool "Toumaz Xenif TZ1090 SoC (Comet)"
+ select METAG_LNKGET_AROUND_CACHE
+ select METAG_META21
+ select METAG_SMP_WRITE_REORDERING
+ help
+ This is a Toumaz Technology Xenif TZ1090 (A.K.A. Comet) SoC containing
+ a 2-threaded HTP.
+
endchoice
menu "SoC configuration"