xen/tmem: Remove the usage of 'noselfshrink' and use 'tmem.selfshrink' bool instead.
[deliverable/linux.git] / drivers / xen / Kconfig
index dd4d9cb862432b4ce6715aba3164a53ffaaa87a5..98e9744e335925717e726c11eaacf322990f2e3a 100644 (file)
@@ -22,7 +22,7 @@ config XEN_SELFBALLOONING
          ballooning is disabled by default but can be enabled with the
          'selfballooning' kernel boot parameter.  If FRONTSWAP is configured,
          frontswap-selfshrinking is enabled by default but can be disabled
-         with the 'noselfshrink' kernel boot parameter; and self-ballooning
+         with the 'tmem.selfshrink=0' kernel boot parameter; and self-ballooning
          is enabled by default but can be disabled with the 'noselfballooning'
          kernel boot parameter.  Note that systems without a sufficiently
          large swap device should not enable self-ballooning.
@@ -141,7 +141,7 @@ config XEN_GRANT_DEV_ALLOC
 
 config SWIOTLB_XEN
        def_bool y
-       depends on PCI
+       depends on PCI && X86
        select SWIOTLB
 
 config XEN_TMEM
This page took 0.025228 seconds and 5 git commands to generate.