uml: Kconfig cleanup
authorIngo Molnar <mingo@elte.hu>
Sat, 26 Apr 2008 17:10:17 +0000 (19:10 +0200)
committerIngo Molnar <mingo@elte.hu>
Sat, 26 Apr 2008 17:21:16 +0000 (19:21 +0200)
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>
arch/um/Kconfig.x86_64

index 3fbe69e..5696e7b 100644 (file)
@@ -1,3 +1,10 @@
+
+menu "Host processor type and features"
+
+source "arch/x86/Kconfig.cpu"
+
+endmenu
+
 config UML_X86
        bool
        default y