diff options
author | Borislav Petkov <bp@suse.de> | 2013-03-04 15:20:20 -0500 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2013-03-04 16:14:06 -0500 |
commit | 2c59cad6941cb55990fa6e19d84ae027c46991ee (patch) | |
tree | 5637bb2ab900e0adc546a0a0fad6cad200442eb3 /arch/x86/Kconfig | |
parent | 6dbe51c251a327e012439c4772097a13df43c5b8 (diff) |
x86, Kconfig: Move PARAVIRT_DEBUG into the paravirt menu
This should be under the PARAVIRT_GUEST menu.
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: http://lkml.kernel.org/r/1362428421-9244-2-git-send-email-bp@alien8.de
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index a4f24f5b1218..f922a9b9a319 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -659,8 +659,6 @@ config PARAVIRT_SPINLOCKS | |||
659 | config PARAVIRT_CLOCK | 659 | config PARAVIRT_CLOCK |
660 | bool | 660 | bool |
661 | 661 | ||
662 | endif | ||
663 | |||
664 | config PARAVIRT_DEBUG | 662 | config PARAVIRT_DEBUG |
665 | bool "paravirt-ops debugging" | 663 | bool "paravirt-ops debugging" |
666 | depends on PARAVIRT && DEBUG_KERNEL | 664 | depends on PARAVIRT && DEBUG_KERNEL |
@@ -668,6 +666,8 @@ config PARAVIRT_DEBUG | |||
668 | Enable to debug paravirt_ops internals. Specifically, BUG if | 666 | Enable to debug paravirt_ops internals. Specifically, BUG if |
669 | a paravirt_op is missing when it is called. | 667 | a paravirt_op is missing when it is called. |
670 | 668 | ||
669 | endif #PARAVIRT_GUEST | ||
670 | |||
671 | config NO_BOOTMEM | 671 | config NO_BOOTMEM |
672 | def_bool y | 672 | def_bool y |
673 | 673 | ||