diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-25 07:00:59 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-25 07:00:59 -0500 |
commit | 1b41d82cd4dba1cad21b5e6813e3f90c4ec2a337 (patch) | |
tree | 2e9d82766177735718bec4db0b77c9f6d59bb214 /target/mips/systems | |
parent | a2a885ed6083aaa39da31f80da2dadecc60f0a73 (diff) |
add experimental imgtec ci20 support
Diffstat (limited to 'target/mips/systems')
-rw-r--r-- | target/mips/systems/imgtec-ci20 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/mips/systems/imgtec-ci20 b/target/mips/systems/imgtec-ci20 new file mode 100644 index 000000000..81f9b67c6 --- /dev/null +++ b/target/mips/systems/imgtec-ci20 @@ -0,0 +1,12 @@ +config ADK_TARGET_SYSTEM_IMGTEC_CI20 + bool "Imagination Creator CI20" + depends on ADK_EXPERIMENTAL + select ADK_CPU_MIPS32 + select ADK_TARGET_LITTLE_ENDIAN + select ADK_TARGET_WITH_SERIAL + select ADK_TARGET_WITH_NAND + select ADK_TARGET_WITH_USB + select ADK_TARGET_WITH_SMP + help + Support for Imagination Creator CI20. + |