diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/c6x/platforms/Kconfig')
-rw-r--r-- | ANDROID_3.4.5/arch/c6x/platforms/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/arch/c6x/platforms/Kconfig b/ANDROID_3.4.5/arch/c6x/platforms/Kconfig new file mode 100644 index 00000000..401ee678 --- /dev/null +++ b/ANDROID_3.4.5/arch/c6x/platforms/Kconfig @@ -0,0 +1,16 @@ + +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 |