Browse Source

we need to select vfp

Waldemar Brodkorb 10 years ago
parent
commit
32f739ae51
1 changed files with 2 additions and 0 deletions
  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