|
@@ -13,11 +13,14 @@ config BR2_ck807
|
|
config BR2_ck810
|
|
config BR2_ck810
|
|
bool "ck810"
|
|
bool "ck810"
|
|
|
|
|
|
|
|
+config BR2_ck860
|
|
|
|
+ bool "ck860"
|
|
|
|
+
|
|
endchoice
|
|
endchoice
|
|
|
|
|
|
config BR2_CSKY_FPU
|
|
config BR2_CSKY_FPU
|
|
bool "Enable FPU coprocessor"
|
|
bool "Enable FPU coprocessor"
|
|
- depends on BR2_ck810 || BR2_ck807
|
|
|
|
|
|
+ depends on BR2_ck810 || BR2_ck807 || BR2_ck860
|
|
help
|
|
help
|
|
You can say N here if your C-SKY CPU doesn't have a
|
|
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
|
|
Floating-Point Coprocessor or if you don't need FPU support
|