소스 검색

linux: allow SMP for Qemu targets

Waldemar Brodkorb 1 개월 전
부모
커밋
820217ecdf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      target/linux/config/Config.in.kernel

+ 1 - 1
target/linux/config/Config.in.kernel

@@ -237,7 +237,7 @@ config ADK_TARGET_NO_CMDLINE
 
 config ADK_LINUX_KERNEL_SMP
 	bool "Enable symmetric multi processing"
-	depends on ADK_TARGET_WITH_SMP
+	depends on ADK_TARGET_WITH_SMP || ADK_TARGET_QEMU
 	default y if ADK_TARGET_WITH_SMP
 	default n
 	help