ソースを参照

uml: Kconfig cleanup

pointed out by Linus: arch/um/Kconfig.x86_64 should
include arch/x86/Kconfig.cpu instead of defining those
symbols itself.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Ingo Molnar 17 年 前
コミット
18e413f719
1 ファイル変更7 行追加0 行削除
  1. 7 0
      arch/um/Kconfig.x86_64

+ 7 - 0
arch/um/Kconfig.x86_64

@@ -1,3 +1,10 @@
+
+menu "Host processor type and features"
+
+source "arch/x86/Kconfig.cpu"
+
+endmenu
+
 config UML_X86
 	bool
 	default y