2 prompt "Target Architecture Variant"
5 Specific CPU variant to use
19 bool "Enable FPU coprocessor"
20 depends on BR2_ck810 || BR2_ck807
22 You can say N here if your C-SKY CPU doesn't have a
23 Floating-Point Coprocessor or if you don't need FPU support
24 for your user-space programs.
27 bool "Enable DSP enhanced instructions"
28 depends on BR2_ck810 || BR2_ck807
36 config BR2_GCC_TARGET_CPU
37 default "ck610" if (BR2_ck610 && !BR2_CSKY_FPU && !BR2_CSKY_DSP)
38 default "ck807" if (BR2_ck807 && !BR2_CSKY_FPU && !BR2_CSKY_DSP)
39 default "ck807e" if (BR2_ck807 && !BR2_CSKY_FPU && BR2_CSKY_DSP)
40 default "ck807f" if (BR2_ck807 && BR2_CSKY_FPU && !BR2_CSKY_DSP)
41 default "ck807ef" if (BR2_ck807 && BR2_CSKY_FPU && BR2_CSKY_DSP)
42 default "ck810" if (BR2_ck810 && !BR2_CSKY_FPU && !BR2_CSKY_DSP)
43 default "ck810e" if (BR2_ck810 && !BR2_CSKY_FPU && BR2_CSKY_DSP)
44 default "ck810f" if (BR2_ck810 && BR2_CSKY_FPU && !BR2_CSKY_DSP)
45 default "ck810ef" if (BR2_ck810 && BR2_CSKY_FPU && BR2_CSKY_DSP)
47 config BR2_READELF_ARCH_NAME