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>
This commit is contained in:
parent
61077b2c50
commit
65d4b24811
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue