diff options
author | Ken Cox <jkc@redhat.com> | 2012-07-19 03:19:10 (GMT) |
---|---|---|
committer | Mark Salter <msalter@redhat.com> | 2012-07-19 03:52:31 (GMT) |
commit | dbe91a2e6e53aa85efa0aac86e3a22ba95f8b85f (patch) | |
tree | b4c4275ea7fa1797c0ff66df5661bbfaa81f91b6 /arch/c6x/platforms/Kconfig | |
parent | f84f1f462bfaf0e45511f97ef54068b8539a7af6 (diff) | |
download | linux-dbe91a2e6e53aa85efa0aac86e3a22ba95f8b85f.tar.xz |
C6X: add basic support for TMS320C6678 SoC
This patch adds support for the TMS320C6678 SoC on an EVMC6678LE
evaluation board. The 6678 is a C66x family CPU which is very similar
to the already supported C64x CPUs with the addition of floating point
instructions.
Signed-off-by: Ken Cox <jkc@redhat.com>
Signed-off-by: Mark Salter <msalter@redhat.com>
CC: Aurelien Jacquiot <a-jacquiot@ti.com>
CC: linux-c6x-dev@linux-c6x.org
Diffstat (limited to 'arch/c6x/platforms/Kconfig')
-rw-r--r-- | arch/c6x/platforms/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/c6x/platforms/Kconfig b/arch/c6x/platforms/Kconfig index 401ee67..c4a0fad 100644 --- a/arch/c6x/platforms/Kconfig +++ b/arch/c6x/platforms/Kconfig @@ -14,3 +14,7 @@ config SOC_TMS320C6472 config SOC_TMS320C6474 bool "TMS320C6474" default n + +config SOC_TMS320C6678 + bool "TMS320C6678" + default n |