소스 검색

we need to select vfp

Waldemar Brodkorb 11 년 전
부모
커밋
32f739ae51
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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