[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1318631811-21559-2-git-send-email-maxim.uvarov@oracle.com>
Date: Fri, 14 Oct 2011 15:36:50 -0700
From: Maxim Uvarov <maxim.uvarov@...cle.com>
To: xen-devel@...ts.xensource.com, linux-kernel@...r.kernel.org,
konrad.wilk@...cle.com, jeremy@...p.org
Cc: Maxim Uvarov <maxim.uvarov@...cle.com>
Subject: [PATCH 1/2] xen: Fix XEN_MAX_DOMAIN_MEMORY to be selectable
The 'int' parameter also needs a description. Otherwise
it cannot be selected by the user.
Signed-off-by: Maxim Uvarov <maxim.uvarov@...cle.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>
---
arch/x86/xen/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig
index 7cbcbd1..0b452c7 100644
--- a/arch/x86/xen/Kconfig
+++ b/arch/x86/xen/Kconfig
@@ -28,7 +28,7 @@ config XEN_PVHVM
depends on XEN && PCI && X86_LOCAL_APIC
config XEN_MAX_DOMAIN_MEMORY
- int
+ int "Maximum allowed size of a domain in gigabytes"
default 128
depends on XEN
help
--
1.7.4.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists