diff options
author | Ingo Molnar | 2008-04-26 19:10:17 +0200 |
---|---|---|
committer | Ingo Molnar | 2008-04-26 19:21:16 +0200 |
commit | 18e413f7193ed2f6991d959863f46330813aa242 (patch) | |
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>
-rw-r--r-- | arch/um/Kconfig.x86_64 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/um/Kconfig.x86_64 b/arch/um/Kconfig.x86_64 index 3fbe69e359ed..5696e7b374b3 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 |