dbe91a2e6e
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
21 lines
275 B
Plaintext
21 lines
275 B
Plaintext
|
|
config SOC_TMS320C6455
|
|
bool "TMS320C6455"
|
|
default n
|
|
|
|
config SOC_TMS320C6457
|
|
bool "TMS320C6457"
|
|
default n
|
|
|
|
config SOC_TMS320C6472
|
|
bool "TMS320C6472"
|
|
default n
|
|
|
|
config SOC_TMS320C6474
|
|
bool "TMS320C6474"
|
|
default n
|
|
|
|
config SOC_TMS320C6678
|
|
bool "TMS320C6678"
|
|
default n
|