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>
This commit is contained in:
parent
297e1b256b
commit
18e413f719
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
|
||||
menu "Host processor type and features"
|
||||
|
||||
source "arch/x86/Kconfig.cpu"
|
||||
|
||||
endmenu
|
||||
|
||||
config UML_X86
|
||||
bool
|
||||
default y
|
||||
|
|
Loading…
Reference in a new issue