mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
The DSP extention is in fact no longer used for C-SKY, nor supported by C-SKY gcc, so we remove it. Signed-off-by: Guo Ren <ren_guo@c-sky.com> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> [Thomas: split from the VDSP patch, add Config.in.legacy] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
37 lines
611 B
Plaintext
37 lines
611 B
Plaintext
choice
|
|
prompt "Target Architecture Variant"
|
|
default BR2_ck610
|
|
help
|
|
Specific CPU variant to use
|
|
|
|
config BR2_ck610
|
|
bool "ck610"
|
|
|
|
config BR2_ck807
|
|
bool "ck807"
|
|
|
|
config BR2_ck810
|
|
bool "ck810"
|
|
|
|
endchoice
|
|
|
|
config BR2_CSKY_FPU
|
|
bool "Enable FPU coprocessor"
|
|
depends on BR2_ck810 || BR2_ck807
|
|
help
|
|
You can say N here if your C-SKY CPU doesn't have a
|
|
Floating-Point Coprocessor or if you don't need FPU support
|
|
for your user-space programs.
|
|
|
|
config BR2_ARCH
|
|
default "csky"
|
|
|
|
config BR2_ENDIAN
|
|
default "LITTLE"
|
|
|
|
config BR2_READELF_ARCH_NAME
|
|
default "CSKY"
|
|
|
|
# vim: ft=kconfig
|
|
# -*- mode:kconfig; -*-
|