1
0
Selaa lähdekoodia

we need to select vfp

Waldemar Brodkorb 11 vuotta sitten
vanhempi
commit
32f739ae51
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      target/linux/config/Config.in.kernel

+ 2 - 0
target/linux/config/Config.in.kernel

@@ -184,10 +184,12 @@ config ADK_KERNEL_VFP
 
 config ADK_KERNEL_VFPv3
 	bool
+	select ADK_KERNEL_VFP
 	default y if ADK_TARGET_CPU_WITH_FPU_VFPV3
 
 config ADK_KERNEL_VFPv4
 	bool
+	select ADK_KERNEL_VFP
 	default y if ADK_TARGET_CPU_WITH_FPU_VFPV4
 
 config ADK_KERNEL_NEON