commit | 18e413f7193ed2f6991d959863f46330813aa242 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Sat Apr 26 19:10:17 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Sat Apr 26 19:21:16 2008 +0200 |
tree | 7b7dd9eb7f6ee5752d324411ad83162ba6d893c8 | |
parent | 297e1b256b1090adbb4357608be3d4301e76c0ce [diff] |
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>
diff --git a/arch/um/Kconfig.x86_64 b/arch/um/Kconfig.x86_64 index 3fbe69e..5696e7b 100644 --- a/arch/um/Kconfig.x86_64 +++ b/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