Browse Source

xen/self-balloon: Add dependency on tmem.

Without enabling CONFIG_XEN_TMEM we get this:

drivers/xen/xen-selfballoon.c:461: undefined reference to `tmem_enabled'

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Konrad Rzeszutek Wilk 14 years ago
parent
commit
65d4b24811
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/xen/Kconfig

+ 1 - 1
drivers/xen/Kconfig

@@ -11,7 +11,7 @@ config XEN_BALLOON
 
 
 config XEN_SELFBALLOONING
 config XEN_SELFBALLOONING
 	bool "Dynamically self-balloon kernel memory to target"
 	bool "Dynamically self-balloon kernel memory to target"
-	depends on XEN && XEN_BALLOON && CLEANCACHE && SWAP
+	depends on XEN && XEN_BALLOON && CLEANCACHE && SWAP && XEN_TMEM
 	default n
 	default n
 	help
 	help
 	  Self-ballooning dynamically balloons available kernel memory driven
 	  Self-ballooning dynamically balloons available kernel memory driven